BiomeTweaker

BiomeTweaker

13M Downloads

[Script Help] - Unable to remove block from world gen

rexzooly opened this issue ยท 2 comments

commented

I have been trying to get my head around why this is not working I have tried with and without the tweaker

The thedalekmod:* is not registered as ore sadly so I can't just remove it with the Custom more command, but no matter how I try the thedalekmod:*s ores are still placed.

CleanUP = forAllBiomes()

CleanUP.removeAllSpawns("CREATURE")
CleanUP.removeAllSpawns("WATER_CREATURE")
CleanUP.removeAllSpawns("CAVE_CREATURE")
CleanUP.removeAllSpawns("MONSTER")

CleanUP.removeOre("IRON")
CleanUP.removeOre("COAL")
CleanUP.removeOre("DIAMOND")
CleanUP.removeOre("GOLD")
CleanUP.removeOre("LAPIS")
CleanUP.removeOre("REDSTONE")
CleanUP.removeOre("QUARTZ")
CleanUP.removeOre("EMERALD")
CleanUP.removeOre("CUSTOM")



Tweaker.setPlacementStage("POST_DECORATE")

andesite = forBlock("minecraft:stone")
andesite.setProperty("variant", "andesite")
CleanUP.registerGenBlockRep("thedalekmod:sonic_crystal_ore", andesite)
CleanUP.registerGenBlockRep("thedalekmod:silicate", andesite)
CleanUP.registerGenBlockRep("thedalekmod:cysteelore", andesite)
CleanUP.registerGenBlockRep("thedalekmod:zeitonore", andesite)
commented

BiomeTweaker for MC is now EOL, so I will not be addressing bugs that are related to BT - MC interactions. If this bug persists in BiomeTweaker for MC 1.18, please submit a new issue.

commented

Have you checked your log to make sure these tweaks are being applied properly?