Fixes #1765
This commit is contained in:
parent
2ba06391f5
commit
05d449faac
1 changed files with 1 additions and 1 deletions
|
@ -36,6 +36,6 @@ import techreborn.world.RubberSaplingGenerator;
|
|||
public class BlockRubberSapling extends SaplingBlock {
|
||||
|
||||
public BlockRubberSapling() {
|
||||
super(new RubberSaplingGenerator(), FabricBlockSettings.of(Material.PLANT).sounds(BlockSoundGroup.GRASS).build());
|
||||
super(new RubberSaplingGenerator(), FabricBlockSettings.of(Material.PLANT).sounds(BlockSoundGroup.GRASS).noCollision().ticksRandomly().breakInstantly().build());
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue