Recipe tweak
This commit is contained in:
parent
87d41aaa53
commit
d02424070d
1 changed files with 2 additions and 2 deletions
|
@ -1569,8 +1569,8 @@ public class ModRecipes {
|
|||
|
||||
CraftingHelper.addShapedOreRecipe(new ItemStack(ModBlocks.AlloyFurnace),
|
||||
"III", "F F", "III",
|
||||
'I', "plateIron",
|
||||
'F', TechRebornAPI.recipeCompact.getItem("ironFurnace"));
|
||||
'I', ItemIngots.getIngotByName("refinediron"),
|
||||
'F', new ItemStack(ModBlocks.ironFurnace));
|
||||
|
||||
CraftingHelper.addShapedOreRecipe(new ItemStack(ModBlocks.ChemicalReactor),
|
||||
"IMI", "CPC", "IEI",
|
||||
|
|
Loading…
Add table
Reference in a new issue