Thallasium Chandelier (floor, WIP)
This commit is contained in:
parent
7e9d809814
commit
6b8422dae3
58 changed files with 306 additions and 87 deletions
|
@ -40,7 +40,7 @@ import ru.betterend.interfaces.IRenderTypeable;
|
|||
import ru.betterend.registry.EndTags;
|
||||
import ru.betterend.util.BlocksHelper;
|
||||
|
||||
public class DoublePlantBlock extends BaseBlockNotFull implements IRenderTypeable, Fertilizable {
|
||||
public class DoublePlantBlock extends BlockBaseNotFull implements IRenderTypeable, Fertilizable {
|
||||
private static final VoxelShape SHAPE = Block.createCuboidShape(4, 2, 4, 12, 16, 12);
|
||||
public static final IntProperty ROTATION = BlockProperties.ROTATION;
|
||||
public static final BooleanProperty TOP = BooleanProperty.of("top");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue