Veins ore generation + fixes.

This commit is contained in:
Dragon2488 2016-08-01 20:59:20 +07:00
parent 25e709239f
commit 42d051cda3
7 changed files with 114 additions and 36 deletions

View file

@ -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() {