Started porting for Rubber Tree world gen feature

This commit is contained in:
drcrazy 2019-03-13 18:13:49 +03:00
parent d2db53f6f2
commit 889e576683
2 changed files with 96 additions and 1 deletions

View file

@ -43,7 +43,6 @@ public class BlockRubberSapling extends BlockSapling {
public BlockRubberSapling() {
super(new SpruceTree(), Block.Properties.create(Material.PLANTS).sound(SoundType.PLANT));
this.setDefaultState(this.getDefaultState().with(STAGE, 0));
}
@Override