Runed Flavolite
This commit is contained in:
parent
ad1c9d7d7a
commit
904b896da3
24 changed files with 331 additions and 750 deletions
|
@ -31,6 +31,11 @@ public class CraftingRecipes {
|
|||
.setShape(new String[] { "III", "III", "III" })
|
||||
.addMaterial('I', ItemRegistry.TERMINITE_INGOT)
|
||||
.build();
|
||||
RecipeBuilder.make(material + "_block_to_ingot", ItemRegistry.TERMINITE_INGOT)
|
||||
.addMaterial('#', BlockRegistry.TERMINITE_BLOCK)
|
||||
.setOutputCount(9)
|
||||
.setList("#")
|
||||
.build();
|
||||
|
||||
registerHelmet(material, ItemRegistry.TERMINITE_INGOT, ItemRegistry.TERMINITE_HELMET);
|
||||
registerChestplate(material, ItemRegistry.TERMINITE_INGOT, ItemRegistry.TERMINITE_CHESTPLATE);
|
||||
|
@ -48,6 +53,11 @@ public class CraftingRecipes {
|
|||
.setShape(new String[] { "III", "III", "III" })
|
||||
.addMaterial('I', ItemRegistry.AETERNIUM_INGOT)
|
||||
.build();
|
||||
RecipeBuilder.make(material + "_block_to_ingot", ItemRegistry.AETERNIUM_INGOT)
|
||||
.addMaterial('#', BlockRegistry.AETERNIUM_BLOCK)
|
||||
.setOutputCount(9)
|
||||
.setList("#")
|
||||
.build();
|
||||
|
||||
registerHelmet(material, ItemRegistry.AETERNIUM_INGOT, ItemRegistry.AETERNIUM_HELMET);
|
||||
registerChestplate(material, ItemRegistry.AETERNIUM_INGOT, ItemRegistry.AETERNIUM_CHESTPLATE);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue