Fixes #233
This commit is contained in:
parent
e4760e559b
commit
f4a3e87ebb
3 changed files with 26 additions and 3 deletions
|
@ -318,10 +318,10 @@ public class
|
|||
'L', "blockLapis",
|
||||
'C', "circuitBasic");
|
||||
|
||||
TechRebornAPI.addRollingMachinceRecipe(ItemParts.getPartByName("cupronickelHeatingCoil"),
|
||||
TechRebornAPI.addRollingOreMachinceRecipe(ItemParts.getPartByName("cupronickelHeatingCoil"),
|
||||
"NCN", "C C", "NCN",
|
||||
'N', ItemIngots.getIngotByName("cupronickel"),
|
||||
'C', ItemIngots.getIngotByName("copper"));
|
||||
'N', "ingotCupronickel",
|
||||
'C', "ingotCopper");
|
||||
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue