Veins ore generation + fixes.
This commit is contained in:
parent
25e709239f
commit
42d051cda3
7 changed files with 114 additions and 36 deletions
|
@ -1015,8 +1015,8 @@ public class ModRecipes
|
|||
.addShapedOreRecipe(new ItemStack(ModBlocks.LesuStorage), "LLL", "LCL", "LLL", 'L', "blockLapis", 'C',
|
||||
"circuitBasic");
|
||||
|
||||
TechRebornAPI.addRollingOreMachinceRecipe(ItemParts.getPartByName("cupronickelHeatingCoil"), "NCN", "C C", "NCN",
|
||||
'N', "ingotCupronickel", 'C', "ingotCopper");
|
||||
TechRebornAPI.addRollingOreMachinceRecipe(ItemParts.getPartByName("cupronickelHeatingCoil"), "NCN", "CAC", "NCN",
|
||||
'N', "ingotNickel", 'C', "ingotCopper");
|
||||
}
|
||||
|
||||
static void addVacuumFreezerRecipes() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue