Hydralux blocks
This commit is contained in:
parent
fa3f8afed4
commit
2a0c3ee1e0
17 changed files with 668 additions and 0 deletions
|
@ -28,6 +28,8 @@ import ru.betterend.blocks.BlockEndLotusSeed;
|
|||
import ru.betterend.blocks.BlockEndLotusStem;
|
||||
import ru.betterend.blocks.BlockEndstoneDust;
|
||||
import ru.betterend.blocks.BlockGlowingMoss;
|
||||
import ru.betterend.blocks.BlockHydralux;
|
||||
import ru.betterend.blocks.BlockHydraluxSpore;
|
||||
import ru.betterend.blocks.BlockHydrothermalVent;
|
||||
import ru.betterend.blocks.BlockLacugroveSapling;
|
||||
import ru.betterend.blocks.BlockMossyGlowshroomCap;
|
||||
|
@ -164,6 +166,9 @@ public class EndBlocks {
|
|||
public static final Block END_LILY = registerBlockNI("end_lily", new BlockEndLily());
|
||||
public static final Block END_LILY_SEED = registerBlock("end_lily_seed", new BlockEndLilySeed());
|
||||
|
||||
public static final Block HYDRALUX_SPORE = registerBlock("hydralux_spore", new BlockHydraluxSpore());
|
||||
public static final Block HYDRALUX = registerBlock("hydralux", new BlockHydralux());
|
||||
|
||||
public static final Block CAVE_BUSH = registerBlock("cave_bush", new BlockSimpleLeaves(MaterialColor.MAGENTA));
|
||||
|
||||
public static final Block MURKWEED = registerBlock("murkweed", new BlockMurkweed());
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue