Chandelier recipe

This commit is contained in:
paulevsGitch 2021-01-21 08:54:26 +03:00
parent f8b9afbfed
commit 1f69b44289

View file

@ -189,6 +189,9 @@ public class CraftingRecipes {
.build();
GridRecipe.make("fiber_string", Items.STRING).setOutputCount(6).setShape("#", "#", "#").addMaterial('#', EndItems.SILK_FIBER).build();
GridRecipe.make("thallasium_chandelier", EndBlocks.THALLASIUM_CHANDELIER).setShape("I#I", " # ")
.addMaterial('#', EndBlocks.THALLASIUM.ingot).addMaterial('I', EndItems.LUMECORN_ROD).build();
}
private static void registerLantern(String name, Block lantern, Block slab) {