aboutsummaryrefslogtreecommitdiff
path: root/src/Java/gtPlusPlus/core
diff options
context:
space:
mode:
authorDavid Vierra <codewarrior@hawaii.rr.com>2018-01-30 00:53:56 -1000
committerDavid Vierra <codewarrior@hawaii.rr.com>2018-01-30 00:55:05 -1000
commit9a35fa0718b872f0611f1e6fcdb4de76b2c035fd (patch)
tree8bfda3d58adab1529dc369dffa2a65dcf79b8c6f /src/Java/gtPlusPlus/core
parent48f940c1adb0050863c6423689f33ce3019cf401 (diff)
downloadGT5-Unofficial-9a35fa0718b872f0611f1e6fcdb4de76b2c035fd.tar.gz
GT5-Unofficial-9a35fa0718b872f0611f1e6fcdb4de76b2c035fd.tar.bz2
GT5-Unofficial-9a35fa0718b872f0611f1e6fcdb4de76b2c035fd.zip
Fix several broken machine and casing recipes (wrong gear type)
Thermal Refinery Controller Fission Fuel Refinery Controller and Casings LFTR Casings
Diffstat (limited to 'src/Java/gtPlusPlus/core')
-rw-r--r--src/Java/gtPlusPlus/core/recipe/RECIPES_Machines.java14
1 files changed, 7 insertions, 7 deletions
diff --git a/src/Java/gtPlusPlus/core/recipe/RECIPES_Machines.java b/src/Java/gtPlusPlus/core/recipe/RECIPES_Machines.java
index e194026297..d2907cca17 100644
--- a/src/Java/gtPlusPlus/core/recipe/RECIPES_Machines.java
+++ b/src/Java/gtPlusPlus/core/recipe/RECIPES_Machines.java
@@ -902,13 +902,13 @@ public class RECIPES_Machines {
RecipeUtils.addShapedGregtechRecipe(
"craftingGeothermalGenerator", centrifugeHV, "craftingGeothermalGenerator",
- "gearTitanium", "circuitElite", "gearTitanium",
+ "gearGtTitanium", "circuitElite", "gearGtTitanium",
"craftingGeothermalGenerator", centrifugeHV, "craftingGeothermalGenerator",
RECIPE_ThermalBoilerController);
RecipeUtils.addShapedGregtechRecipe(
"craftingGeothermalGenerator", centrifugeHV, "craftingGeothermalGenerator",
- "gearTungstenSteel", "circuitElite", "gearTungstenSteel",
+ "gearGtTungstenSteel", "circuitElite", "gearGtTungstenSteel",
"craftingGeothermalGenerator", centrifugeHV, "craftingGeothermalGenerator",
RECIPE_ThermalBoilerController);
@@ -945,7 +945,7 @@ public class RECIPES_Machines {
}
RecipeUtils.addShapedGregtechRecipe(
"plateDoubleZeron100", CI.craftingToolScrewdriver, "plateDoubleZeron100",
- "gearTalonite", CI.fieldGenerator_ULV, "gearTalonite",
+ "gearGtTalonite", CI.fieldGenerator_ULV, "gearGtTalonite",
"plateDoubleZeron100", CI.craftingToolHammer_Hard, "plateDoubleZeron100",
RECIPE_LFTRInnerCasing);
@@ -965,7 +965,7 @@ public class RECIPES_Machines {
RecipeUtils.addShapedGregtechRecipe(
CI.getTieredCircuit(5), CI.craftingToolSolderingIron, CI.getTieredCircuit(5),
"plateDenseTungstenSteel", GregtechItemList.Gregtech_Computer_Cube.get(1), "plateDenseTungstenSteel",
- "gearStellite", CI.machineHull_LuV, "gearStellite",
+ "gearGtStellite", CI.machineHull_LuV, "gearGtStellite",
GregtechItemList.Industrial_FuelRefinery.get(1));
ItemStack mInnerTank;
@@ -980,7 +980,7 @@ public class RECIPES_Machines {
//Incoloy Casing
RecipeUtils.addShapedGregtechRecipe(
"plateIncoloyDS", "pipeHugeStaballoy", "plateIncoloyDS",
- "gearIncoloyDS", mInnerTank, "gearIncoloyDS",
+ "gearGtIncoloyDS", mInnerTank, "gearGtIncoloyDS",
"plateIncoloyDS", "pipeHugeStaballoy", "plateIncoloyDS",
GregtechItemList.Casing_Refinery_Internal.get(Casing_Amount));
@@ -993,7 +993,7 @@ public class RECIPES_Machines {
//Hastelloy-X Structural Casing
RecipeUtils.addShapedGregtechRecipe(
- "ringInconel792", "gearHastelloyX", CI.component_Plate[5],
+ "ringInconel792", "gearGtHastelloyX", CI.component_Plate[5],
CI.craftingToolHammer_Hard, "frameGtHastelloyC276", CI.craftingToolWrench,
CI.component_Plate[5], CI.getTieredMachineCasing(4), "ringInconel792",
GregtechItemList.Casing_Refinery_Structural.get(Casing_Amount));
@@ -1034,7 +1034,7 @@ public class RECIPES_Machines {
RecipeUtils.recipeBuilder(
"plateRedSteel","circuitData","plateRedSteel",
"stickTalonite",GregtechItemList.Casing_ThermalCentrifuge.get(1),"stickTalonite",
- "plateRedSteel","gearTalonite","plateRedSteel",
+ "plateRedSteel","gearGtTalonite","plateRedSteel",
GregtechItemList.Industrial_ThermalCentrifuge.get(1));
}