Amber ore, raw amber, amber gem, amber block

This commit is contained in:
paulevsGitch 2020-11-26 02:21:11 +03:00
parent 6b1029a628
commit 4a54b072d7
18 changed files with 69 additions and 19 deletions

View file

@ -110,6 +110,9 @@ public class CraftingRecipes {
registerLantern("quartz_lantern", EndBlocks.QUARTZ_LANTERN, Blocks.QUARTZ_SLAB);
registerLantern("purpur_lantern", EndBlocks.PURPUR_LANTERN, Blocks.PURPUR_SLAB);
registerLantern("blackstone_lantern", EndBlocks.BLACKSTONE_LANTERN, Blocks.BLACKSTONE_SLAB);
GridRecipe.make("amber_gem", EndItems.AMBER_GEM).setShape("##", "##").addMaterial('#', EndItems.RAW_AMBER).build();
GridRecipe.make("amber_block", EndBlocks.AMBER_BLOCK).setShape("###", "###", "###").addMaterial('#', EndItems.AMBER_GEM).build();
}
private static void registerLantern(String name, Block lantern, Block slab) {