Added placeOn option for big trees

This commit is contained in:
Adubbz 2016-11-20 11:24:53 +11:00 committed by GitHub
parent 519c1b844b
commit ebedc1806d
1 changed files with 1 additions and 0 deletions

View File

@ -575,6 +575,7 @@ public class GeneratorBigTree extends GeneratorTreeBase
this.minHeight = heights.getLeft();
this.maxHeight = heights.getRight();
this.placeOn = conf.getBlockPosQuery("placeOn", this.placeOn);
this.log = conf.getBlockState("logState", this.log);
this.leaves = conf.getBlockState("leavesState", this.leaves);
}