More API update
This commit is contained in:
parent
f3e0a6eac0
commit
b13da60a35
13 changed files with 13 additions and 13 deletions
|
@ -24,7 +24,7 @@ public class BlockEndLotusFlower extends BlockPlant {
|
|||
private static final VoxelShape SHAPE_COLLISION = Block.createCuboidShape(0, 0, 0, 16, 2, 16);
|
||||
|
||||
public BlockEndLotusFlower() {
|
||||
super(FabricBlockSettings.of(Material.PLANT).nonOpaque().lightLevel(15));
|
||||
super(FabricBlockSettings.of(Material.PLANT).nonOpaque().luminance(15));
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue