[Change] SimpleLeavesBlock
do not register for random yticks
This commit is contained in:
parent
5fdf5299c5
commit
73771a5e92
1 changed files with 2 additions and 2 deletions
|
@ -13,7 +13,7 @@ public class SimpleLeavesBlock extends BaseBlockNotFull implements RenderLayerPr
|
|||
public SimpleLeavesBlock(MapColor color) {
|
||||
this(
|
||||
BehaviourBuilders
|
||||
.createLeaves(color, true)
|
||||
.createStaticLeaves(color, true)
|
||||
.sound(SoundType.GRASS)
|
||||
);
|
||||
}
|
||||
|
@ -21,7 +21,7 @@ public class SimpleLeavesBlock extends BaseBlockNotFull implements RenderLayerPr
|
|||
public SimpleLeavesBlock(MapColor color, int light) {
|
||||
this(
|
||||
BehaviourBuilders
|
||||
.createLeaves(color, true)
|
||||
.createStaticLeaves(color, true)
|
||||
.lightLevel(ignored -> light)
|
||||
.sound(SoundType.GRASS)
|
||||
);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue