[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) {
|
public SimpleLeavesBlock(MapColor color) {
|
||||||
this(
|
this(
|
||||||
BehaviourBuilders
|
BehaviourBuilders
|
||||||
.createLeaves(color, true)
|
.createStaticLeaves(color, true)
|
||||||
.sound(SoundType.GRASS)
|
.sound(SoundType.GRASS)
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
@ -21,7 +21,7 @@ public class SimpleLeavesBlock extends BaseBlockNotFull implements RenderLayerPr
|
||||||
public SimpleLeavesBlock(MapColor color, int light) {
|
public SimpleLeavesBlock(MapColor color, int light) {
|
||||||
this(
|
this(
|
||||||
BehaviourBuilders
|
BehaviourBuilders
|
||||||
.createLeaves(color, true)
|
.createStaticLeaves(color, true)
|
||||||
.lightLevel(ignored -> light)
|
.lightLevel(ignored -> light)
|
||||||
.sound(SoundType.GRASS)
|
.sound(SoundType.GRASS)
|
||||||
);
|
);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue