Added placeOn option for big trees
This commit is contained in:
parent
519c1b844b
commit
ebedc1806d
1 changed files with 1 additions and 0 deletions
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue