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",
|
||||
'S', "ingotSteel",
|
||||
'T', "ingotTungsten",
|
||||
'C', "blockSteel"});
|
||||
'B', "blockSteel"});
|
||||
|
||||
CraftingHelper.addShapedOreRecipe(new ItemStack(ModItems.parts,1,15),
|
||||
new Object[]{"AAA", "AMA", "AAA",
|
||||
|
|
Loading…
Add table
Reference in a new issue