This commit is contained in:
Aleksey 2021-04-12 18:05:06 +03:00
parent df94a0d12f
commit 99ade39404
7 changed files with 13 additions and 6 deletions

View file

@ -36,7 +36,7 @@ public abstract class ChorusFlowerBlockMixin extends Block {
private static final VoxelShape SHAPE_FULL = Block.createCuboidShape(0, 0, 0, 16, 16, 16);
private static final VoxelShape SHAPE_HALF = Block.createCuboidShape(0, 0, 0, 16, 4, 16);
public ChorusFlowerBlockMixin(Properties settings) {
public ChorusFlowerBlockMixin(net.minecraft.world.level.block.state.BlockBehaviour.Properties settings) {
super(settings);
}