Cave moss stalactite

This commit is contained in:
paulevsGitch 2021-03-09 19:47:45 +03:00
parent df7220af86
commit ee6dd6f7a8
11 changed files with 8 additions and 3 deletions

View file

@ -179,6 +179,7 @@ public class EndBlocks {
public static final Block ANCIENT_EMERALD_ICE = registerBlock("ancient_emerald_ice", new AncientEmeraldIceBlock());
public static final Block END_STONE_STALACTITE = registerBlock("end_stone_stalactite", new StalactiteBlock(Blocks.END_STONE));
public static final Block END_STONE_STALACTITE_CAVEMOSS = registerBlock("end_stone_stalactite_cavemoss", new StalactiteBlock(CAVE_MOSS));
// Wooden Materials And Trees //
public static final Block MOSSY_GLOWSHROOM_SAPLING = registerBlock("mossy_glowshroom_sapling", new MossyGlowshroomSaplingBlock());