Silk moth nest

This commit is contained in:
paulevsGitch 2020-12-17 12:03:12 +03:00
parent 1ff3d93404
commit 4910c0568e
20 changed files with 122 additions and 11 deletions

View file

@ -44,7 +44,7 @@ import ru.betterend.util.BlocksHelper;
public class BlockHydrothermalVent extends BlockBaseNotFull implements BlockEntityProvider, FluidFillable, Waterloggable {
public static final BooleanProperty WATERLOGGED = Properties.WATERLOGGED;
public static final BooleanProperty ACTIVATED = BlockProperties.ACTIVATED;
public static final BooleanProperty ACTIVATED = BlockProperties.ACTIVE;
private static final VoxelShape SHAPE = Block.createCuboidShape(1, 1, 1, 15, 16, 15);
public BlockHydrothermalVent() {