Water is not removed
shady2k opened this issue ยท 4 comments
How can I completely remove any water from world?
Config:
Void = forBiomes(125)
all = forAllBiomes()
Void.create("DESERT", 20000)
Void.addToGeneration("WARM", 20000)
Void.addToGeneration("COOL", 20000)
Void.addToGeneration("ICY", 20000)
all.set("color", 16421912)
all.set("name", "Void")
all.set("enableRain", false)
all.set("temperature" 0.0)
all.set("humidity", 0.0)
all.set("height", 0.125)
all.set("heightVariation", 0.05)
all.removeAllSpawns("CREATURE")
all.removeAllSpawns("MONSTER")
all.removeAllSpawns("CAVE_CREATURE")
all.removeAllSpawns("WATER_CREATURE")
all.removeFeature("LAKE")
all.removeDecoration("LAKE")
all.set("topBlock", "minecraft:obsidian")
all.set("fillerBlock", "minecraft:obsidian")
all.set("liquidFillerBlock", "minecraft:obsidian")
Void.removeDecoration("LAKE")
Tweaker.setStage("PRE_INIT")
Tweaker.setStage("FINISHED_LOAD")
all.set("genWeight", 30)
all.set("isSpawnBiome", false)
Void.set("isSpawnBiome", true)
Void.set("genWeight", 20000)
all.registerGenBlockRep("minecraft:water", "minecraft:air")
all.registerGenBlockRep("minecraft:stone", "minecraft:obsidian", 0)
Quite often. It's difficult to describe how often them spawn, maybe 1-2 per 10 chunks. This pockets contains water from bedrock to surface.
Could you try not setting the name of all biomes to "Void", and tell me the name of the biome(s) those pockets are appearing in? I have a guess they will all be some form of ocean.
I'd test this myself normally,but I'm out until Monday.