Fixed a recipes issue
This commit is contained in:
parent
e4fc82b574
commit
8366831c62
1 changed files with 1 additions and 1 deletions
|
@ -98,7 +98,7 @@ public class ModRecipes {
|
||||||
new Object[]{"TST", "SBS", "TST",
|
new Object[]{"TST", "SBS", "TST",
|
||||||
'S', "ingotSteel",
|
'S', "ingotSteel",
|
||||||
'T', "ingotTungsten",
|
'T', "ingotTungsten",
|
||||||
'C', "blockSteel"});
|
'B', "blockSteel"});
|
||||||
|
|
||||||
CraftingHelper.addShapedOreRecipe(new ItemStack(ModItems.parts,1,15),
|
CraftingHelper.addShapedOreRecipe(new ItemStack(ModItems.parts,1,15),
|
||||||
new Object[]{"AAA", "AMA", "AAA",
|
new Object[]{"AAA", "AMA", "AAA",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue