More API update

This commit is contained in:
paulevsGitch 2020-10-29 00:40:49 +03:00
parent f3e0a6eac0
commit b13da60a35
13 changed files with 13 additions and 13 deletions

View file

@ -46,7 +46,7 @@ public abstract class BlockFeatureSapling extends BlockBaseNotFull implements Fe
.collidable(false)
.breakInstantly()
.sounds(BlockSoundGroup.GRASS)
.lightLevel(light)
.luminance(light)
.ticksRandomly());
}