BiomeTweaker

BiomeTweaker

13M Downloads

minecraft:nether_wart can't be used for cluster decorations

benye001 opened this issue ยท 1 comments

commented
deepOcean = forBiomes("minecraft:deep_ocean")
deepOcean.set("height", -1)
deepOcean.set("heightVariation", 0.25)
deepOcean.set("topBlock", "minecraft:red_sandstone")
deepOcean.set("fillerBlock", "minecraft:red_sandstone")

Tweaker.setPlacementStage("POST_ORES")

wartDec = newClusterDecoration()

wartDec.set("mainBlock", "minecraft:nether_wart")
wartDec.set("count", 100)
wartDec.addSoilBlock("minecraft:red_sandstone")
wartDec.set("radius", 2)
wartDec.set("height", 100)
deepOcean.addDecoration(wartDec)

If I change it to a solid block, it works fine. However, minecraft:nether_wart is invalid. As far as I can tell there's no way to get nether warts to generate as a cluster.

commented

I'm pretty sure nether wart can only spawn on soul sand.