Fix for Thermal Expansion recipes

This commit is contained in:
Andrew2448 2013-04-11 19:31:24 -04:00
parent 97149e71c2
commit aed9b1a128

View file

@ -353,13 +353,10 @@ public class RecipeManager {
ItemStack gearInvar = ModCompatability.getThermexItem("gearInvar", 1);
ItemStack compressedSawdust = ModCompatability.getThermexItem("hardenedGlass", 1);
ItemStack energyFrameFull = ModCompatability.getThermexItem("energyCellFrameFull", 1);
// ItemStack conduitEnergy =
// ModCompatability.getThermexItem("energyConduit", 1);
ItemStack conduitEnergy = ModCompatability.getThermexItem("energyConduitEmpty", 1);
ItemStack teleportFrameFull = ModCompatability.getThermexItem("tesseractFrameFull", 1);
// ItemStack hardenedGlass =
// ModCompatability.getThermexItem("blockGlass", 1);
// ItemStack hardenedGlass =
// ModCompatability.getThermexItem("blockGlass", 1);
// Unmake the armor platings
// try {
// ItemStack titanium =
@ -370,14 +367,6 @@ public class RecipeManager {
// } catch (Exception e) {
// MuseLogger.logError("Unable to load Titanium");
// }
// try {
// ItemStack iridium = OreDictionary.getOres("plateIridium").get(0);
// GameRegistry.addRecipe(new ShapedOreRecipe(copyAndResize(iridium,
// 5), true,
// "P", 'P', ItemComponent.advancedPlating));
// } catch (Exception e) {
// MuseLogger.logError("Unable to load Iridium Plate");
// }
GameRegistry.addRecipe(new ShapedOreRecipe(ItemComponent.controlCircuit, true, "EGW", "RWG", "WRE", 'E', "ingotElectrum", 'W',
ItemComponent.wiring, 'G', glowstone, 'R', redstone));
@ -416,9 +405,7 @@ public class RecipeManager {
GameRegistry.addRecipe(new ShapedOreRecipe(ItemComponent.lvcapacitor, "CPT", "W W", 'W', ItemComponent.wiring, 'C', "ingotSilver", 'T',
"ingotGold", 'P', paper));
// GameRegistry.addRecipe(new
// ShapedOreRecipe(ItemComponent.mvcapacitor, "WRW", 'W',
// ItemComponent.wiring, 'R', conduitEnergy));
GameRegistry.addRecipe(new ShapedOreRecipe(ItemComponent.mvcapacitor, "WRW", 'W', ItemComponent.wiring, 'R', conduitEnergy));
GameRegistry.addRecipe(new ShapedOreRecipe(ItemComponent.hvcapacitor, "WRW", 'W', ItemComponent.wiring, 'R', energyFrameFull));