forked from GTNewHorizons/GT-New-Horizons-Modpack
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathclimatecontrol.cfg
383 lines (309 loc) · 13.4 KB
/
climatecontrol.cfg
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
# Configuration file
"assorted parameters" {
# Use more random generators, better behaved rivers, and larger rare climates
B:"0.5 generation"=true
# Use 1.6 compatibility mode
B:1.6Compatibility=false
# place little islands near shore rather than in deep ocean
B:"Allow Derpy Islands"=false
# Biome size, exponential: 4 is regular and 6 is large biomes
I:"Biome Size"=4
# Use red sand mesa for mesa borders. False uses desert like vanilla
B:"Mesas for mesa borders"=false
# per thousand; vanilla is 10
I:"Mushroom Island Incidence"=10
# generate as if CC weren't on; for loading pre-existing worlds or just preventing chunk boundaries
B:"No Generation Changes"=false
# suppress Bop sub-biome generation
B:NoBoPSubBiomes=true
# Percentage of rivers prevented; changes cause chunk boundaries at some rivers
I:PercentRiverReduction=0
# increase smoothing steps; also shrinks unusual biomes some; changing produces occaisional chunk walls
B:"Smoother Coastlines"=true
# add testing routines and crash in suspicious circumstances
B:TestingMode=false
B:VanillaBiomesOn=true
# Generate land masses and climate zones similar to vanilla 1.7
B:VanillaLandAndClimate=false
# True for triple-width rivers
B:WiderRivers=false
# impose Climate Control generation on the Biomes o' Plenty world type
B:alterBoPWorlds=false
# impose Climate Control generation on Highlands world types
B:alterHighlandsWorlds=false
# biomes not saved on edges; more than 3 has no effect; -1 deactivates saving biomes
I:biomeRingsNotSaved=3
# Number of Chunk Biome layouts cached. Above 500 is ignored. 0 or below shuts off chunk info caching
I:cacheSize=0
# climate not saved on edges; -1 deactivates saving climates
I:climateRingsNotSaved=3
# Have Climate Control set the biomes for village generation; may be incompatible with village mods
B:controlVillageBiomes=false
# Comma-delimited list of externalBiome Names. No quotes or line returnsYou will have to reload Minecraft after changing this.Names not in the list aren't removed from the configs but they have no effect
S:externalBiomeNames=
# force small continent near origin
B:forceStartContinent=true
# max height value for allowing rivers; 10.0 allows everything; 0.75 is plains but no hills
D:maxChasm=10.0
# Maximum Number of Rescue attempts. Negative numbers mean no limit
I:rescueLimit=-1
# subbiomes not saved on edges, default 3, -1 deactivates saving sub-biomes
I:subBiomeRingsNotSaved=-1
# suppress Climate Control generation in default, large biomes, and amplified worlds
B:suppressInStandardWorlds=false
# True for double-width beaches
B:wideBeaches=false
}
##########################################################################################################
# climate incidences
#--------------------------------------------------------------------------------------------------------#
# Blocks of land are randomly assigned to each zone with a frequency proportional to the incidence. Processing eliminates some extreme climates later, especially for quarter size zones. Consider doubling hot and snowy incidences for quarter size zones.
##########################################################################################################
"climate incidences" {
# relative incidence of cool zones like forest/plains/hills/taiga/roofed forest
I:"Cool Zone Incidence"=1
# relative incidence of hot zones like savanna/desert/plains/mesa
I:"Hot Zone Incidence"=2
# relative incidence of snowy zones
I:"Snowy Zone Incidence"=2
# relative incidence of warm zones like forest/plains/hills/jungle/swamp
I:"Warm Zone Incidence"=1
}
##########################################################################################################
# climate zone parameters
#--------------------------------------------------------------------------------------------------------#
# Full-size is similar to 1.7 defaults. Half-size creates zones similar to pre-1.7 snowy zones. Quarter-size creates fairly small zones but the hot and snowy incidences are limited
##########################################################################################################
"climate zone parameters" {
# True freezes oceans in snowy latitudes. Only used with latitudinal climates.
B:"Frozen Icecaps"=false
# half the climate zone size from vanilla, unless quartering
B:"Half Zone Size"=true
# Use Ice Mountains instead of Ice Plains in mountain chain areas
B:"Ice Mountains in Mountain Chains"=true
# Use Mesas as mountains in mountain chain areas
B:"Mesas in Mountain Chains"=true
# Place mountains in chains
B:"Mountains in Mountain Chains"=false
# quarter the climate zone size from vanilla
B:"Quarter Zone Size"=false
# ignore climate zones altogether
B:"Random Biomes"=false
# Number of climate zones to shift the band from the default of the warm - to - cool transition at 0. Positive numbers shift the bands up.
I:bandedClimateOffset=0
# Width of banded climates (climate depends on latitude). 0 or less for normal rules. Width is in terms of climate zones, whatever they are
I:bandedClimateWidth=-1
# X offset for initial spawn search in blocks
I:xSpawnOffset=0
# Z offset for initial spawn search in blocks
I:zSpawnOffset=0
}
##########################################################################################################
# ocean control parameters
#--------------------------------------------------------------------------------------------------------#
# Frequencies are x per thousand but a little goes a very long way because seeds grow a lot. SeparateLandmasses = true makes an oceanic world with these settings andSeparateLandmasses = false makes a continental world
##########################################################################################################
"ocean control parameters" {
# frequency of large continent seeds, about 8000x16000
I:"Incidence of Continents,Large"=40
# frequency of medium continent seeds, about 4000x8000
I:"Incidence of Continents,Medium"=100
# frequency of small continent seeds, about 2000x4000
I:"Incidence of Continents,Small"=60
# frequency of large island seeds, about 500x1000
I:"Incidence of Islands,Large"=30
# frequency of medium island seeds, about 250x500, but they tend to break up into archipelagos
I:"Incidence of Islands,Medium"=15
# Rounds of continent and large island expansion in oceanic worlds (with separateLandmasses off). More makes continents larger and oceans narrower. Default is 1.
I:"Land Expansion Rounds"=1
# True mostly stops landmasses merging.With default settings you will get an oceanic world if true and a continental world if false
B:SeparateLandmasses=true
}
##########################################################################################################
# oceanbiomeclimates
#--------------------------------------------------------------------------------------------------------#
# Climate Types are: SNOWY,COOL,WARM,HOT,OCEAN,DEEP_OCEANMEDIUM,PLAINS,LAND. MEDIUM is COOL and WARM, PLAINS is COOL and WARM and HOT, LAND is all four land
##########################################################################################################
oceanbiomeclimates {
S:"DeepOcean climate"=DEEP_OCEAN
S:"Ocean climate"=OCEAN
}
oceanbiomeids {
I:"DeepOcean ID"=24
I:"Ocean ID"=0
}
oceanbiomeincidences {
I:"DeepOcean Incidence"=100
I:"Ocean Incidence"=100
}
oceanbiomevillages {
B:"DeepOcean hasVillages"=false
B:"Ocean hasVillages"=false
}
##########################################################################################################
# vanillabiomeclimates
#--------------------------------------------------------------------------------------------------------#
# Climate Types are: SNOWY,COOL,WARM,HOT,OCEAN,DEEP_OCEANMEDIUM,PLAINS,LAND. MEDIUM is COOL and WARM, PLAINS is COOL and WARM and HOT, LAND is all four land
##########################################################################################################
vanillabiomeclimates {
S:"Birch Forest Hills M climate"=DEFAULT
S:"Birch Forest Hills climate"=DEFAULT
S:"Birch Forest M climate"=DEFAULT
S:"Birch Forest climate"=Warm
S:"Cold Taiga Hills climate"=DEFAULT
S:"Cold Taiga M climate"=DEFAULT
S:"Cold Taiga climate"=Snowy
S:"Desert Hills climate"=DEFAULT
S:"Desert M climate"=DEFAULT
S:"Desert climate"=Hot
S:"Extreme Hills M climate"=DEFAULT
S:"Extreme Hills climate"=MEDIUM
S:"Extreme Hills+ M climate"=DEFAULT
S:"Extreme Hills+ climate"=DEFAULT
S:"Flower Forest climate"=DEFAULT
S:"Forest Hills climate"=DEFAULT
S:"Forest climate"=MEDIUM
S:"Ice Mountains climate"=Snowy
S:"Ice Plains Spikes climate"=DEFAULT
S:"Ice Plains climate"=Snowy
S:"Jungle Hills climate"=DEFAULT
S:"Jungle M climate"=DEFAULT
S:"Jungle climate"=Warm
S:"Mega Spruce Taiga climate"=DEFAULT
S:"Mega Taiga Hills climate"=DEFAULT
S:"Mega Taiga climate"=Cool
S:"Mesa (Bryce) climate"=DEFAULT
S:"Mesa Plateau F M climate"=DEFAULT
S:"Mesa Plateau F climate"=Hot
S:"Mesa Plateau M climate"=DEFAULT
S:"Mesa Plateau climate"=Hot
S:"Mesa climate"=DEFAULT
S:"Mushroom Island climate"=DEFAULT
S:"Plains climate"=PLAINS
S:"Roofed Forest M climate"=DEFAULT
S:"Roofed Forest climate"=Cool
S:"Savanna M climate"=DEFAULT
S:"Savanna Plateau M climate"=DEFAULT
S:"Savanna Plateau climate"=DEFAULT
S:"Savanna climate"=Hot
S:"Sunflower Plains climate"=DEFAULT
S:"Swampland M climate"=DEFAULT
S:"Swampland climate"=Warm
S:"Taiga (snowless) M climate"=DEFAULT
S:"Taiga (snowless) climate"=Cool
S:"Taiga Hills climate"=DEFAULT
}
vanillabiomeids {
I:"Birch Forest Hills ID"=28
I:"Birch Forest Hills M ID"=156
I:"Birch Forest ID"=27
I:"Birch Forest M ID"=155
I:"Cold Taiga Hills ID"=31
I:"Cold Taiga ID"=30
I:"Cold Taiga M ID"=158
I:"Desert Hills ID"=17
I:"Desert ID"=2
I:"Desert M ID"=130
I:"Extreme Hills ID"=3
I:"Extreme Hills M ID"=131
I:"Extreme Hills+ ID"=34
I:"Extreme Hills+ M ID"=162
I:"Flower Forest ID"=132
I:"Forest Hills ID"=18
I:"Forest ID"=4
I:"Ice Mountains ID"=13
I:"Ice Plains ID"=12
I:"Ice Plains Spikes ID"=140
I:"Jungle Hills ID"=22
I:"Jungle ID"=21
I:"Jungle M ID"=149
I:"Mega Spruce Taiga ID"=160
I:"Mega Taiga Hills ID"=33
I:"Mega Taiga ID"=32
I:"Mesa (Bryce) ID"=165
I:"Mesa ID"=37
I:"Mesa Plateau F ID"=38
I:"Mesa Plateau F M ID"=166
I:"Mesa Plateau ID"=39
I:"Mesa Plateau M ID"=167
I:"Mushroom Island ID"=14
I:"Plains ID"=1
I:"Roofed Forest ID"=29
I:"Roofed Forest M ID"=157
I:"Savanna ID"=35
I:"Savanna M ID"=163
I:"Savanna Plateau ID"=36
I:"Savanna Plateau M ID"=164
I:"Sunflower Plains ID"=129
I:"Swampland ID"=6
I:"Swampland M ID"=134
I:"Taiga (snowless) ID"=5
I:"Taiga (snowless) M ID"=133
I:"Taiga Hills ID"=19
}
vanillabiomeincidences {
I:"Birch Forest Incidence"=10
I:"Cold Taiga Incidence"=10
I:"Desert Incidence"=30
I:"Extreme Hills Incidence"=20
I:"Forest Incidence"=20
I:"Ice Mountains Incidence"=0
I:"Ice Plains Incidence"=30
I:"Jungle Incidence"=5
I:"Mega Taiga Incidence"=5
I:"Mesa Plateau F Incidence"=4
I:"Mesa Plateau Incidence"=1
I:"Plains Incidence"=30
I:"Roofed Forest Incidence"=10
I:"Savanna Incidence"=20
I:"Swampland Incidence"=10
I:"Taiga (snowless) Incidence"=10
}
vanillabiomevillages {
B:"Birch Forest Hills M hasVillages"=false
B:"Birch Forest Hills hasVillages"=false
B:"Birch Forest M hasVillages"=false
B:"Birch Forest hasVillages"=false
B:"Cold Taiga Hills hasVillages"=false
B:"Cold Taiga M hasVillages"=false
B:"Cold Taiga hasVillages"=false
B:"Desert Hills hasVillages"=false
B:"Desert M hasVillages"=false
B:"Desert hasVillages"=true
B:"Extreme Hills M hasVillages"=false
B:"Extreme Hills hasVillages"=false
B:"Extreme Hills+ M hasVillages"=false
B:"Extreme Hills+ hasVillages"=false
B:"Flower Forest hasVillages"=false
B:"Forest Hills hasVillages"=false
B:"Forest hasVillages"=false
B:"Ice Mountains hasVillages"=false
B:"Ice Plains Spikes hasVillages"=false
B:"Ice Plains hasVillages"=false
B:"Jungle Hills hasVillages"=false
B:"Jungle M hasVillages"=false
B:"Jungle hasVillages"=false
B:"Mega Spruce Taiga hasVillages"=false
B:"Mega Taiga Hills hasVillages"=false
B:"Mega Taiga hasVillages"=false
B:"Mesa (Bryce) hasVillages"=false
B:"Mesa Plateau F M hasVillages"=false
B:"Mesa Plateau F hasVillages"=false
B:"Mesa Plateau M hasVillages"=false
B:"Mesa Plateau hasVillages"=false
B:"Mesa hasVillages"=false
B:"Mushroom Island hasVillages"=false
B:"Plains hasVillages"=true
B:"Roofed Forest M hasVillages"=false
B:"Roofed Forest hasVillages"=false
B:"Savanna M hasVillages"=false
B:"Savanna Plateau M hasVillages"=false
B:"Savanna Plateau hasVillages"=false
B:"Savanna hasVillages"=true
B:"Sunflower Plains hasVillages"=false
B:"Swampland M hasVillages"=false
B:"Swampland hasVillages"=false
B:"Taiga (snowless) M hasVillages"=false
B:"Taiga (snowless) hasVillages"=false
B:"Taiga Hills hasVillages"=false
}