Twisted moss

This commit is contained in:
paulevsGitch 2020-11-26 21:59:56 +03:00
parent c1a0dfc0c2
commit e59af33124
12 changed files with 62 additions and 2 deletions

View file

@ -156,6 +156,7 @@ public class EndBlocks {
public static final Block PURPLE_POLYPORE = registerBlock("purple_polypore", new BlockWallMushroom(13));
public static final Block TAIL_MOSS = registerBlock("tail_moss", new BlockWallPlant());
public static final Block CYAN_MOSS = registerBlock("cyan_moss", new BlockWallPlant());
public static final Block TWISTED_MOSS = registerBlock("twisted_moss", new BlockWallPlant());
// Crops //
public static final Block SHADOW_BERRY = registerBlock("shadow_berry", new BlockShadowBerry());