Silk moth nest
This commit is contained in:
parent
1ff3d93404
commit
4910c0568e
20 changed files with 122 additions and 11 deletions
|
@ -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() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue