Fix recipes, without silicon
This commit is contained in:
parent
f07bae19bd
commit
a42cf2990f
1 changed files with 1 additions and 5 deletions
|
@ -2174,10 +2174,6 @@ public class ModRecipes {
|
||||||
.addShapedOreRecipe((OreDictionary.getOres("oreIridium").get(0)), "UUU", " U ", "UUU", 'U',
|
.addShapedOreRecipe((OreDictionary.getOres("oreIridium").get(0)), "UUU", " U ", "UUU", 'U',
|
||||||
ModItems.uuMatter);
|
ModItems.uuMatter);
|
||||||
|
|
||||||
// Blast Furnace
|
|
||||||
RecipeHandler.addRecipe(new BlastFurnaceRecipe(ItemCells.getCellByName("silicon", 2), null,
|
|
||||||
ItemPlates.getPlateByName("silicon"), ItemCells.getCellByName("empty", 2), 1000, 120, 1500));
|
|
||||||
|
|
||||||
// CentrifugeRecipes
|
// CentrifugeRecipes
|
||||||
|
|
||||||
// Plantball/Bio Chaff
|
// Plantball/Bio Chaff
|
||||||
|
@ -3172,7 +3168,7 @@ public class ModRecipes {
|
||||||
if (ConfigTechReborn.ExpensiveSolar)
|
if (ConfigTechReborn.ExpensiveSolar)
|
||||||
CraftingHelper
|
CraftingHelper
|
||||||
.addShapedOreRecipe(OreDictionary.getOres("ic2SolarPanel").get(0).copy(), "PPP", "SZS", "CGC", 'P',
|
.addShapedOreRecipe(OreDictionary.getOres("ic2SolarPanel").get(0).copy(), "PPP", "SZS", "CGC", 'P',
|
||||||
"paneGlass", 'S', ItemPlates.getPlateByName("silicon"), 'Z',
|
"paneGlass", 'S', ItemPlates.getPlateByName("carbon"), 'Z',
|
||||||
"plateCarbon", 'G',
|
"plateCarbon", 'G',
|
||||||
"ic2Generator", 'C',
|
"ic2Generator", 'C',
|
||||||
"circuitBasic");
|
"circuitBasic");
|
||||||
|
|
Loading…
Add table
Reference in a new issue