BiomeTweaker

BiomeTweaker

13M Downloads

newTreeDecoration mainBlock wrong placement

LeLobster opened this issue ยท 1 comments

commented

Forge: 14.23.1.2559
BiomeTweakerCore-1.12.2-1.0.22
BiomeTweaker-1.12.2-3.1.329 from Jenkins

Tweaker.setScriptStage("POST_INIT")
Tweaker.setPlacementStage("POST_DECORATE")
newTrees = newTreeDecoration()
newTrees.set("count", 20)
newTrees.set("minHeight", 16)
newTrees.set("heightVariation", 8)
newTrees.set("mainBlock", "traverse:fir_log")
newTrees.set("leafBlock", "traverse:fir_leaves")
newTrees.set("leafHeight", 10)

Also tested with vanilla minecraft:log

2018-01-11_17 59 11

commented

Thanks for the report, should be fixed now.