Closed AK-Chester closed 1 year ago
I'm trying to disable certain biomes but they still generate in the world. No other biome-mods installed.
wwoo.json5: { "mode": "COMPATIBLE", "onlyVanillaBiomes": false, "forceLargeBiomes": false }
{ "mode": "COMPATIBLE", "onlyVanillaBiomes": false, "forceLargeBiomes": false }
banned_biomes.json5: { "banned_biomes": ["lantern_river"] }
{ "banned_biomes": ["lantern_river"] }
Anything I'm doing wrong? Nice mod/pack, btw!
Never mind. I put TerraBlender in the wrong folder (wrong instance). Seems to work fine with it being present now. Sorry for being an idiot. ;-)
I'm trying to disable certain biomes but they still generate in the world. No other biome-mods installed.
wwoo.json5:
{ "mode": "COMPATIBLE", "onlyVanillaBiomes": false, "forceLargeBiomes": false }
banned_biomes.json5:
{ "banned_biomes": ["lantern_river"] }
Anything I'm doing wrong? Nice mod/pack, btw!