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

@ -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