fixes #212
This commit is contained in:
parent
a7154f5056
commit
6fa53f2884
1 changed files with 7 additions and 0 deletions
|
@ -135,6 +135,13 @@ public class ModRecipes {
|
||||||
'S', "plateSteel",
|
'S', "plateSteel",
|
||||||
'B', "blockSteel");
|
'B', "blockSteel");
|
||||||
|
|
||||||
|
CraftingHelper.addShapedOreRecipe(ItemParts.getPartByName("destructoPack"),
|
||||||
|
"CIC", "IBI", "CIC",
|
||||||
|
'C', ItemParts.getPartByName("basicCircuitBoard"),
|
||||||
|
'I', "ingotAluminum",
|
||||||
|
'B', new ItemStack(Items.lava_bucket)
|
||||||
|
);
|
||||||
|
|
||||||
LogHelper.info("Shapped Recipes Added");
|
LogHelper.info("Shapped Recipes Added");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue