Amaranita mushroom blocks (WIP), Sagnum
This commit is contained in:
parent
81fe38ad8d
commit
5e3a3ef6cd
40 changed files with 478 additions and 4 deletions
|
@ -18,9 +18,10 @@ import net.minecraft.util.math.Direction;
|
|||
import net.minecraft.world.BlockView;
|
||||
import net.minecraft.world.WorldAccess;
|
||||
import net.minecraft.world.WorldView;
|
||||
import ru.betterend.blocks.BlockProperties;
|
||||
|
||||
public class EndLanternBlock extends BlockBaseNotFull implements Waterloggable, FluidFillable {
|
||||
public static final BooleanProperty IS_FLOOR = BooleanProperty.of("is_floor");
|
||||
public static final BooleanProperty IS_FLOOR = BlockProperties.IS_FLOOR;
|
||||
public static final BooleanProperty WATERLOGGED = Properties.WATERLOGGED;
|
||||
|
||||
public EndLanternBlock(Block source) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue