BiomeTweaker

BiomeTweaker

13M Downloads

Height Not Working for BOP

talayawhite opened this issue · 2 comments

commented

makeHigher = forBiomes(79)

makeHigher.set("height", 2.0)
makeHigher.set("topBlock", "minecraft:stone")

Works just fine for vanilla biomes.
Does not work for BOP biomes. (I tried more than one in case it was just Sacred Springs.)

"topBlock", "minecraft:stone" works for BOP, but setting the height doesn't.

commented

BOP biomes use their own config system. Can you not change it in BOP's settings?

commented