More API update
This commit is contained in:
parent
f3e0a6eac0
commit
b13da60a35
13 changed files with 13 additions and 13 deletions
|
@ -29,7 +29,7 @@ public class BlockSimpleLeaves extends BlockBaseNotFull implements IRenderTypeab
|
|||
.strength(0.2F)
|
||||
.sounds(BlockSoundGroup.GRASS)
|
||||
.nonOpaque()
|
||||
.lightLevel(light)
|
||||
.luminance(light)
|
||||
.allowsSpawning((state, world, pos, type) -> { return false; })
|
||||
.suffocates((state, world, pos) -> { return false; })
|
||||
.blockVision((state, world, pos) -> { return false; })
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue