Sapling pattern fix

This commit is contained in:
Aleksey 2020-10-15 14:37:01 +03:00
parent 3b966ff8e6
commit d9d6d32e91
5 changed files with 4 additions and 4 deletions

View file

@ -91,7 +91,7 @@ public class BlockRegistry {
public static final Block ENDER_BLOCK = registerBlock("ender_block", new EnderBlock());
public static final Block AURORA_CRYSTAL = registerBlock("aurora_crystal", new AuroraCrystalBlock());
// Block With Entities //
// Blocks With Entity //
public static final Block END_STONE_SMELTER = registerBlock("end_stone_smelter", new EndStoneSmelter());
public static void register() {}