diff options
| author | DrNuget <drnuget@outlook.com> | 2024-09-07 05:32:26 +0300 |
|---|---|---|
| committer | DrNuget <drnuget@outlook.com> | 2024-09-07 05:32:26 +0300 |
| commit | 705c41b73dca26463cdc30bac8140076be2efbeb (patch) | |
| tree | 0f36172bb8b0c49587cdcdbdd3815f36b3eda421 /config/cofh/world | |
| parent | d7c797f42ca9892b59a9f576e90e76739ad43bc0 (diff) | |
| download | gt-atomic-frontiers-modpack-705c41b73dca26463cdc30bac8140076be2efbeb.tar.gz | |
add custom ore gen
Diffstat (limited to 'config/cofh/world')
| -rw-r--r-- | config/cofh/world/00_minecraft.json | 110 | ||||
| -rw-r--r-- | config/cofh/world/01_overworld.json | 117 | ||||
| -rw-r--r-- | config/cofh/world/02_overworld.json | 369 | ||||
| -rw-r--r-- | config/cofh/world/config.cfg | 31 |
4 files changed, 627 insertions, 0 deletions
diff --git a/config/cofh/world/00_minecraft.json b/config/cofh/world/00_minecraft.json new file mode 100644 index 0000000..f3f10d0 --- /dev/null +++ b/config/cofh/world/00_minecraft.json | |||
| @@ -0,0 +1,110 @@ | |||
| 1 | { | ||
| 2 | "priority": 1000000000000, | ||
| 3 | "populate": { | ||
| 4 | "dirt": { | ||
| 5 | |||
| 6 | "distribution": "uniform", | ||
| 7 | "generator": { | ||
| 8 | "block": "dirt", | ||
| 9 | "material": "minecraft:stone", | ||
| 10 | "cluster-size": 33 | ||
| 11 | }, | ||
| 12 | "cluster-count": 10, | ||
| 13 | "min-height": 0, | ||
| 14 | "max-height": 256, | ||
| 15 | "retrogen": false, | ||
| 16 | "biome": "all", | ||
| 17 | "dimension": { | ||
| 18 | "restriction": "blacklist", | ||
| 19 | "value": [ | ||
| 20 | -1, | ||
| 21 | 1 | ||
| 22 | ] | ||
| 23 | } | ||
| 24 | }, | ||
| 25 | |||
| 26 | "gravel": { | ||
| 27 | "distribution": "uniform", | ||
| 28 | "generator": { | ||
| 29 | "block": "gravel", | ||
| 30 | "material": "minecraft:stone", | ||
| 31 | "cluster-size": 33 | ||
| 32 | }, | ||
| 33 | "cluster-count": 8, | ||
| 34 | "min-height": 0, | ||
| 35 | "max-height": 256, | ||
| 36 | "retrogen": false, | ||
| 37 | "biome": "all", | ||
| 38 | "dimension": { | ||
| 39 | "restriction": "blacklist", | ||
| 40 | "value": [ | ||
| 41 | -1, | ||
| 42 | 1 | ||
| 43 | ] | ||
| 44 | } | ||
| 45 | }, | ||
| 46 | |||
| 47 | "silverfish": { | ||
| 48 | "distribution": "uniform", | ||
| 49 | "generator": { | ||
| 50 | "block": { | ||
| 51 | "name": "monster_egg", | ||
| 52 | "properties": { | ||
| 53 | "variant": "stone" | ||
| 54 | } | ||
| 55 | }, | ||
| 56 | "material": "minecraft:stone", | ||
| 57 | "cluster-size": 9 | ||
| 58 | }, | ||
| 59 | "cluster-count": 7, | ||
| 60 | "min-height": 0, | ||
| 61 | "max-height": 64, | ||
| 62 | "retrogen": false, | ||
| 63 | "biome": { | ||
| 64 | "restriction": "whitelist", | ||
| 65 | "value": [ | ||
| 66 | { | ||
| 67 | "type": "id", | ||
| 68 | "entry": [ | ||
| 69 | "extreme_hills", | ||
| 70 | "smaller_extreme_hills", | ||
| 71 | "extreme_hills_with_trees", | ||
| 72 | "mutated_extreme_hills", | ||
| 73 | "mutated_extreme_hills_with_trees" | ||
| 74 | ] | ||
| 75 | } | ||
| 76 | ] | ||
| 77 | }, | ||
| 78 | "dimension": { | ||
| 79 | "restriction": "blacklist", | ||
| 80 | "value": [ | ||
| 81 | -1, | ||
| 82 | 1 | ||
| 83 | ] | ||
| 84 | } | ||
| 85 | }, | ||
| 86 | |||
| 87 | "quartz": { | ||
| 88 | "distribution": "uniform", | ||
| 89 | "generator": { | ||
| 90 | "block": "quartz_ore", | ||
| 91 | "material": "minecraft:netherrack", | ||
| 92 | "cluster-size": 14 | ||
| 93 | }, | ||
| 94 | "cluster-count": 16, | ||
| 95 | "min-height": 10, | ||
| 96 | "max-height": 118, | ||
| 97 | "retrogen": false, | ||
| 98 | "biome": { | ||
| 99 | "restriction": "whitelist", | ||
| 100 | "value": [ | ||
| 101 | { | ||
| 102 | "type": "dictionary", | ||
| 103 | "entry": "NETHER" | ||
| 104 | } | ||
| 105 | ] | ||
| 106 | }, | ||
| 107 | "dimension": "all" | ||
| 108 | } | ||
| 109 | } | ||
| 110 | } | ||
diff --git a/config/cofh/world/01_overworld.json b/config/cofh/world/01_overworld.json new file mode 100644 index 0000000..2a53b04 --- /dev/null +++ b/config/cofh/world/01_overworld.json | |||
| @@ -0,0 +1,117 @@ | |||
| 1 | { | ||
| 2 | "priority": 1000000000000, | ||
| 3 | "populate": { | ||
| 4 | "red-granite": { | ||
| 5 | "distribution": "uniform", | ||
| 6 | "generator": { | ||
| 7 | "block": { | ||
| 8 | "name": "gregtech:stone_smooth", | ||
| 9 | "properties": { | ||
| 10 | "variant": "red_granite" | ||
| 11 | } | ||
| 12 | }, | ||
| 13 | "material": "minecraft:stone", | ||
| 14 | "cluster-size": 33 | ||
| 15 | }, | ||
| 16 | "cluster-count": { | ||
| 17 | "min": 0, | ||
| 18 | "max": 10 | ||
| 19 | }, | ||
| 20 | "min-height": 0, | ||
| 21 | "max-height": 80, | ||
| 22 | "retrogen": false, | ||
| 23 | "biome": "all", | ||
| 24 | "dimension": { | ||
| 25 | "restriction": "blacklist", | ||
| 26 | "value": [ | ||
| 27 | -1, | ||
| 28 | 1 | ||
| 29 | ] | ||
| 30 | } | ||
| 31 | }, | ||
| 32 | "black-granite": { | ||
| 33 | "distribution": "uniform", | ||
| 34 | "generator": { | ||
| 35 | "block": { | ||
| 36 | "name": "gregtech:stone_smooth", | ||
| 37 | "properties": { | ||
| 38 | "variant": "black_granite" | ||
| 39 | } | ||
| 40 | }, | ||
| 41 | "material": "minecraft:stone", | ||
| 42 | "cluster-size": 33 | ||
| 43 | }, | ||
| 44 | "cluster-count": { | ||
| 45 | "min": 0, | ||
| 46 | "max": 10 | ||
| 47 | }, | ||
| 48 | "min-height": 0, | ||
| 49 | "max-height": 80, | ||
| 50 | "retrogen": false, | ||
| 51 | "biome": "all", | ||
| 52 | "dimension": { | ||
| 53 | "restriction": "blacklist", | ||
| 54 | "value": [ | ||
| 55 | -1, | ||
| 56 | 1 | ||
| 57 | ] | ||
| 58 | } | ||
| 59 | }, | ||
| 60 | "marble": { | ||
| 61 | "distribution": "uniform", | ||
| 62 | "generator": { | ||
| 63 | "block": { | ||
| 64 | "name": "gregtech:stone_smooth", | ||
| 65 | "properties": { | ||
| 66 | "variant": "marble" | ||
| 67 | } | ||
| 68 | }, | ||
| 69 | "material": "minecraft:stone", | ||
| 70 | "cluster-size": 33 | ||
| 71 | }, | ||
| 72 | "cluster-count": { | ||
| 73 | "min": 0, | ||
| 74 | "max": 10 | ||
| 75 | }, | ||
| 76 | "min-height": 0, | ||
| 77 | "max-height": 80, | ||
| 78 | "retrogen": false, | ||
| 79 | "biome": "all", | ||
| 80 | "dimension": { | ||
| 81 | "restriction": "blacklist", | ||
| 82 | "value": [ | ||
| 83 | -1, | ||
| 84 | 1 | ||
| 85 | ] | ||
| 86 | } | ||
| 87 | }, | ||
| 88 | "basalt": { | ||
| 89 | "distribution": "uniform", | ||
| 90 | "generator": { | ||
| 91 | "block": { | ||
| 92 | "name": "gregtech:stone_smooth", | ||
| 93 | "properties": { | ||
| 94 | "variant": "basalt" | ||
| 95 | } | ||
| 96 | }, | ||
| 97 | "material": "minecraft:stone", | ||
| 98 | "cluster-size": 33 | ||
| 99 | }, | ||
| 100 | "cluster-count": { | ||
| 101 | "min": 0, | ||
| 102 | "max": 10 | ||
| 103 | }, | ||
| 104 | "min-height": 0, | ||
| 105 | "max-height": 80, | ||
| 106 | "retrogen": false, | ||
| 107 | "biome": "all", | ||
| 108 | "dimension": { | ||
| 109 | "restriction": "blacklist", | ||
| 110 | "value": [ | ||
| 111 | -1, | ||
| 112 | 1 | ||
| 113 | ] | ||
| 114 | } | ||
| 115 | } | ||
| 116 | } | ||
| 117 | } | ||
diff --git a/config/cofh/world/02_overworld.json b/config/cofh/world/02_overworld.json new file mode 100644 index 0000000..bdc16bd --- /dev/null +++ b/config/cofh/world/02_overworld.json | |||
| @@ -0,0 +1,369 @@ | |||
| 1 | { | ||
| 2 | "priority": 1000000000000, | ||
| 3 | "populate": { | ||
| 4 | "pyrite": { | ||
| 5 | "distribution": "uniform", | ||
| 6 | "generator": { | ||
| 7 | "block": [ | ||
| 8 | { | ||
| 9 | "name": "gregtech:ore_chalcopyrite_0", | ||
| 10 | "weight": 40 | ||
| 11 | }, | ||
| 12 | { | ||
| 13 | "name": "gregtech:ore_pyrite_0", | ||
| 14 | "weight": 40 | ||
| 15 | }, | ||
| 16 | { | ||
| 17 | "name": "gregtech:ore_copper_0", | ||
| 18 | "weight": 20 | ||
| 19 | } | ||
| 20 | ], | ||
| 21 | "material": "minecraft:stone", | ||
| 22 | "cluster-size": 35 | ||
| 23 | }, | ||
| 24 | "cluster-count": 4, | ||
| 25 | "min-height": 45, | ||
| 26 | "max-height": 65, | ||
| 27 | "retrogen": true, | ||
| 28 | "biome": "all", | ||
| 29 | "dimension": { | ||
| 30 | "restriction": "blacklist", | ||
| 31 | "value": [ | ||
| 32 | -1, | ||
| 33 | 1 | ||
| 34 | ] | ||
| 35 | } | ||
| 36 | }, | ||
| 37 | "coal": { | ||
| 38 | "distribution": "uniform", | ||
| 39 | "generator": { | ||
| 40 | "block": [ | ||
| 41 | { | ||
| 42 | "name": "gregtech:ore_coal_0", | ||
| 43 | "weight": 60 | ||
| 44 | }, | ||
| 45 | { | ||
| 46 | "name": "gregtech:ore_graphite_0", | ||
| 47 | "weight": 20 | ||
| 48 | }, | ||
| 49 | { | ||
| 50 | "name": "gregtech:ore_sulfur_0", | ||
| 51 | "weight": 20 | ||
| 52 | } | ||
| 53 | ], | ||
| 54 | "material": "minecraft:stone", | ||
| 55 | "cluster-size": 35 | ||
| 56 | }, | ||
| 57 | "cluster-count": 6, | ||
| 58 | "min-height": 55, | ||
| 59 | "max-height": 128, | ||
| 60 | "retrogen": true, | ||
| 61 | "biome": "all", | ||
| 62 | "dimension": { | ||
| 63 | "restriction": "blacklist", | ||
| 64 | "value": [ | ||
| 65 | -1, | ||
| 66 | 1 | ||
| 67 | ] | ||
| 68 | } | ||
| 69 | }, | ||
| 70 | "cassiterite": { | ||
| 71 | "distribution": "uniform", | ||
| 72 | "generator": { | ||
| 73 | "block": [ | ||
| 74 | { | ||
| 75 | "name": "gregtech:ore_tin_0", | ||
| 76 | "weight": 60 | ||
| 77 | }, | ||
| 78 | { | ||
| 79 | "name": "gregtech:ore_cassiterite_0", | ||
| 80 | "weight": 40 | ||
| 81 | } | ||
| 82 | ], | ||
| 83 | "material": "minecraft:stone", | ||
| 84 | "cluster-size": 25 | ||
| 85 | }, | ||
| 86 | "cluster-count": 3, | ||
| 87 | "min-height": 55, | ||
| 88 | "max-height": 70, | ||
| 89 | "retrogen": true, | ||
| 90 | "biome": "all", | ||
| 91 | "dimension": { | ||
| 92 | "restriction": "blacklist", | ||
| 93 | "value": [ | ||
| 94 | -1, | ||
| 95 | 1 | ||
| 96 | ] | ||
| 97 | } | ||
| 98 | }, | ||
| 99 | "galena": { | ||
| 100 | "distribution": "uniform", | ||
| 101 | "generator": { | ||
| 102 | "block": [ | ||
| 103 | { | ||
| 104 | "name": "gregtech:ore_galena_0", | ||
| 105 | "weight": 40 | ||
| 106 | }, | ||
| 107 | { | ||
| 108 | "name": "gregtech:ore_lead_0", | ||
| 109 | "weight": 30 | ||
| 110 | }, | ||
| 111 | { | ||
| 112 | "name": "gregtech:ore_silver_0", | ||
| 113 | "weight": 30 | ||
| 114 | } | ||
| 115 | ], | ||
| 116 | "material": "minecraft:stone", | ||
| 117 | "cluster-size": 35 | ||
| 118 | }, | ||
| 119 | "cluster-count": 3, | ||
| 120 | "min-height": 35, | ||
| 121 | "max-height": 55, | ||
| 122 | "retrogen": true, | ||
| 123 | "biome": "all", | ||
| 124 | "dimension": { | ||
| 125 | "restriction": "blacklist", | ||
| 126 | "value": [ | ||
| 127 | -1, | ||
| 128 | 1 | ||
| 129 | ] | ||
| 130 | } | ||
| 131 | }, | ||
| 132 | "bauxite": { | ||
| 133 | "distribution": "uniform", | ||
| 134 | "generator": { | ||
| 135 | "block": [ | ||
| 136 | { | ||
| 137 | "name": "gregtech:ore_bauxite_0", | ||
| 138 | "weight": 60 | ||
| 139 | }, | ||
| 140 | { | ||
| 141 | "name": "gregtech:ore_aluminium_0", | ||
| 142 | "weight": 20 | ||
| 143 | }, | ||
| 144 | { | ||
| 145 | "name": "gregtech:ore_yellow_limonite_0", | ||
| 146 | "weight": 20 | ||
| 147 | } | ||
| 148 | ], | ||
| 149 | "material": "minecraft:stone", | ||
| 150 | "cluster-size": 25 | ||
| 151 | }, | ||
| 152 | "cluster-count": 3, | ||
| 153 | "min-height": 35, | ||
| 154 | "max-height": 55, | ||
| 155 | "retrogen": true, | ||
| 156 | "biome": "all", | ||
| 157 | "dimension": { | ||
| 158 | "restriction": "blacklist", | ||
| 159 | "value": [ | ||
| 160 | -1, | ||
| 161 | 1 | ||
| 162 | ] | ||
| 163 | } | ||
| 164 | }, | ||
| 165 | "lubricant": { | ||
| 166 | "distribution": "uniform", | ||
| 167 | "generator": { | ||
| 168 | "block": [ | ||
| 169 | { | ||
| 170 | "name": "gregtech:ore_talc_0", | ||
| 171 | "weight": 35 | ||
| 172 | }, | ||
| 173 | { | ||
| 174 | "name": "gregtech:ore_soapstone_0", | ||
| 175 | "weight": 35 | ||
| 176 | }, | ||
| 177 | { | ||
| 178 | "name": "gregtech:ore_glauconite_sand_0", | ||
| 179 | "weight": 30 | ||
| 180 | } | ||
| 181 | ], | ||
| 182 | "material": "minecraft:stone", | ||
| 183 | "cluster-size": 25 | ||
| 184 | }, | ||
| 185 | "cluster-count": 3, | ||
| 186 | "min-height": 35, | ||
| 187 | "max-height": 55, | ||
| 188 | "retrogen": true, | ||
| 189 | "biome": "all", | ||
| 190 | "dimension": { | ||
| 191 | "restriction": "blacklist", | ||
| 192 | "value": [ | ||
| 193 | -1, | ||
| 194 | 1 | ||
| 195 | ] | ||
| 196 | } | ||
| 197 | }, | ||
| 198 | "lapis": { | ||
| 199 | "distribution": "uniform", | ||
| 200 | "generator": { | ||
| 201 | "block": [ | ||
| 202 | { | ||
| 203 | "name": "gregtech:ore_lapis_0", | ||
| 204 | "weight": 50 | ||
| 205 | }, | ||
| 206 | { | ||
| 207 | "name": "gregtech:ore_sodalite_0", | ||
| 208 | "weight": 30 | ||
| 209 | }, | ||
| 210 | { | ||
| 211 | "name": "gregtech:ore_sapphire_0", | ||
| 212 | "weight": 20 | ||
| 213 | } | ||
| 214 | ], | ||
| 215 | "material": "minecraft:stone", | ||
| 216 | "cluster-size": 33 | ||
| 217 | }, | ||
| 218 | "cluster-count": { | ||
| 219 | "min": 0, | ||
| 220 | "max": 3 | ||
| 221 | }, | ||
| 222 | "min-height": 35, | ||
| 223 | "max-height": 55, | ||
| 224 | "retrogen": true, | ||
| 225 | "biome": "all", | ||
| 226 | "dimension": { | ||
| 227 | "restriction": "blacklist", | ||
| 228 | "value": [ | ||
| 229 | -1, | ||
| 230 | 1 | ||
| 231 | ] | ||
| 232 | } | ||
| 233 | }, | ||
| 234 | "magnetite": { | ||
| 235 | "distribution": "uniform", | ||
| 236 | "generator": { | ||
| 237 | "block": [ | ||
| 238 | { | ||
| 239 | "name": "gregtech:ore_magnetite_0", | ||
| 240 | "weight": 50 | ||
| 241 | }, | ||
| 242 | { | ||
| 243 | "name": "gregtech:ore_vanadium_magnetite_0", | ||
| 244 | "weight": 30 | ||
| 245 | }, | ||
| 246 | { | ||
| 247 | "name": "minecraft:gold_ore", | ||
| 248 | "weight": 20 | ||
| 249 | } | ||
| 250 | ], | ||
| 251 | "material": "minecraft:stone", | ||
| 252 | "cluster-size": 35 | ||
| 253 | }, | ||
| 254 | "cluster-count": 3, | ||
| 255 | "min-height": 6, | ||
| 256 | "max-height": 35, | ||
| 257 | "retrogen": true, | ||
| 258 | "biome": "all", | ||
| 259 | "dimension": { | ||
| 260 | "restriction": "blacklist", | ||
| 261 | "value": [ | ||
| 262 | -1, | ||
| 263 | 1 | ||
| 264 | ] | ||
| 265 | } | ||
| 266 | }, | ||
| 267 | "redstone": { | ||
| 268 | "distribution": "uniform", | ||
| 269 | "generator": { | ||
| 270 | "block": [ | ||
| 271 | { | ||
| 272 | "name": "gregtech:ore_redstone_0", | ||
| 273 | "weight": 50 | ||
| 274 | }, | ||
| 275 | { | ||
| 276 | "name": "gregtech:ore_cinnabar_0", | ||
| 277 | "weight": 30 | ||
| 278 | }, | ||
| 279 | { | ||
| 280 | "name": "gregtech:ore_ruby_0", | ||
| 281 | "weight": 20 | ||
| 282 | } | ||
| 283 | ], | ||
| 284 | "material": "minecraft:stone", | ||
| 285 | "cluster-size": 33 | ||
| 286 | }, | ||
| 287 | "cluster-count": { | ||
| 288 | "min": 0, | ||
| 289 | "max": 3 | ||
| 290 | }, | ||
| 291 | "min-height": 6, | ||
| 292 | "max-height": 35, | ||
| 293 | "retrogen": true, | ||
| 294 | "biome": "all", | ||
| 295 | "dimension": { | ||
| 296 | "restriction": "blacklist", | ||
| 297 | "value": [ | ||
| 298 | -1, | ||
| 299 | 1 | ||
| 300 | ] | ||
| 301 | } | ||
| 302 | }, | ||
| 303 | "diamond": { | ||
| 304 | "distribution": "uniform", | ||
| 305 | "generator": { | ||
| 306 | "block": [ | ||
| 307 | { | ||
| 308 | "name": "gregtech:ore_graphite_0", | ||
| 309 | "weight": 90 | ||
| 310 | }, | ||
| 311 | { | ||
| 312 | "name": "minecraft:diamond_ore", | ||
| 313 | "weight": 10 | ||
| 314 | } | ||
| 315 | ], | ||
| 316 | "material": "minecraft:stone", | ||
| 317 | "cluster-size": 35 | ||
| 318 | }, | ||
| 319 | "cluster-count": { | ||
| 320 | "min": 0, | ||
| 321 | "max": 2 | ||
| 322 | }, | ||
| 323 | "min-height": 6, | ||
| 324 | "max-height": 35, | ||
| 325 | "retrogen": true, | ||
| 326 | "biome": "all", | ||
| 327 | "dimension": { | ||
| 328 | "restriction": "blacklist", | ||
| 329 | "value": [ | ||
| 330 | -1, | ||
| 331 | 1 | ||
| 332 | ] | ||
| 333 | } | ||
| 334 | }, | ||
| 335 | "uraninite": { | ||
| 336 | "distribution": "uniform", | ||
| 337 | "generator": { | ||
| 338 | "block": [ | ||
| 339 | { | ||
| 340 | "name": "gregtech:ore_pitchblende_0", | ||
| 341 | "weight": 50 | ||
| 342 | }, | ||
| 343 | { | ||
| 344 | "name": "gregtech:ore_thorium_0", | ||
| 345 | "weight": 30 | ||
| 346 | }, | ||
| 347 | { | ||
| 348 | "name": "gregtech:ore_uraninite_0", | ||
| 349 | "weight": 20 | ||
| 350 | } | ||
| 351 | ], | ||
| 352 | "material": "minecraft:stone", | ||
| 353 | "cluster-size": 35 | ||
| 354 | }, | ||
| 355 | "cluster-count": 3, | ||
| 356 | "min-height": 2, | ||
| 357 | "max-height": 20, | ||
| 358 | "retrogen": true, | ||
| 359 | "biome": "all", | ||
| 360 | "dimension": { | ||
| 361 | "restriction": "blacklist", | ||
| 362 | "value": [ | ||
| 363 | -1, | ||
| 364 | 1 | ||
| 365 | ] | ||
| 366 | } | ||
| 367 | } | ||
| 368 | } | ||
| 369 | } | ||
diff --git a/config/cofh/world/config.cfg b/config/cofh/world/config.cfg new file mode 100644 index 0000000..db8401c --- /dev/null +++ b/config/cofh/world/config.cfg | |||
| @@ -0,0 +1,31 @@ | |||
| 1 | # Configuration file | ||
| 2 | |||
| 3 | ~CONFIG_VERSION: 1.4.0 | ||
| 4 | |||
| 5 | World { | ||
| 6 | # If TRUE, CoFH World will not generate features at all. This option is intended for use when you want another mod to handle ore generation but do not want to blank out the various .json files yourself. Flat Bedrock may still be used. [default: false] | ||
| 7 | B:DisableAllGeneration=false | ||
| 8 | |||
| 9 | # If TRUE, standard Minecraft ore generation will be REPLACED. Configure in the 00_minecraft.json file; standard Minecraft defaults have been provided. If you rename the 00_minecraft.json file, this option WILL NOT WORK. [default: false] | ||
| 10 | B:ReplaceStandardGeneration=true | ||
| 11 | |||
| 12 | # If TRUE, world generation handled by CoFH World will be retroactively applied to existing chunks. [default: false] | ||
| 13 | B:RetroactiveGeneration=true | ||
| 14 | |||
| 15 | # This adjusts the % chance that a tree will grow as normal when it is meant to. Reducing this value will mean that trees take longer to grow, on average. [range: 1 ~ 100, default: 100] | ||
| 16 | I:TreeGrowthChance=100 | ||
| 17 | |||
| 18 | Bedrock { | ||
| 19 | # If TRUE, the bedrock layer will be flattened. [default: false] | ||
| 20 | B:EnableFlatBedrock=false | ||
| 21 | |||
| 22 | # If TRUE, Flat Bedrock will retroactively be applied to existing chunks, if retroactive generation is enabled. [default: false] | ||
| 23 | B:EnableRetroactiveFlatBedrock=false | ||
| 24 | |||
| 25 | # This adjusts the number of layers of Flat Bedrock, if enabled. [range: 1 ~ 8, default: 2] | ||
| 26 | I:NumBedrockLayers=2 | ||
| 27 | } | ||
| 28 | |||
| 29 | } | ||
| 30 | |||
| 31 | |||
