This commit is contained in:
paulevsGitch 2020-12-04 23:18:50 +03:00
parent bb99374fb5
commit 329a59c7be
3 changed files with 1 additions and 1 deletions

View file

@ -168,7 +168,7 @@ public class EndBlocks {
public static final Block END_LILY_SEED = registerBlock("end_lily_seed", new BlockEndLilySeed());
public static final Block HYDRALUX_SAPLING = registerBlock("hydralux_sapling", new BlockHydraluxSapling());
public static final Block HYDRALUX = registerBlock("hydralux", new BlockHydralux());
public static final Block HYDRALUX = registerBlockNI("hydralux", new BlockHydralux());
public static final Block HYDRALUX_PETAL_BLOCK = registerBlock("hydralux_petal_block", new HydraluxPetalBlock());
public static final Block CAVE_BUSH = registerBlock("cave_bush", new BlockSimpleLeaves(MaterialColor.MAGENTA));

Binary file not shown.

Before

Width:  |  Height:  |  Size: 379 B

After

Width:  |  Height:  |  Size: 1.7 KiB

Before After
Before After