Lucernia door & trapdoor, campfire recipes

This commit is contained in:
paulevsGitch 2021-03-16 18:16:12 +03:00
parent dabd62d5b8
commit bfbb4a0cff
8 changed files with 27 additions and 12 deletions

View file

@ -188,6 +188,7 @@ public class CraftingRecipes {
GridRecipe.make("charcoal_block", EndBlocks.CHARCOAL_BLOCK).setShape("###", "###", "###").addMaterial('#', Items.CHARCOAL).build();
GridRecipe.make("end_stone_furnace", EndBlocks.END_STONE_FURNACE).setShape("###", "# #", "###").addMaterial('#', Blocks.END_STONE).build();
GridRecipe.make("filalux_lantern", EndBlocks.FILALUX_LANTERN).setShape("###", "###", "###").addMaterial('#', EndBlocks.FILALUX).build();
}
private static void registerLantern(String name, Block lantern, Block slab) {