newTreeDecoration mainBlock wrong placement
LeLobster opened this issue ยท 1 comments
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