Started porting for Rubber Tree world gen feature
This commit is contained in:
parent
d2db53f6f2
commit
889e576683
2 changed files with 96 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue