aboutsummaryrefslogtreecommitdiff
path: root/src/Java/gtPlusPlus/core/recipe
diff options
context:
space:
mode:
authorDraknyte1 <Draknyte1@hotmail.com>2017-08-24 20:25:04 +1000
committerDraknyte1 <Draknyte1@hotmail.com>2017-08-24 20:25:04 +1000
commit7778a680a63a9a6f77978b0dcc300517509ae245 (patch)
treeb0a9a56604566854e065916c9357066019e07093 /src/Java/gtPlusPlus/core/recipe
parentdea1cb084b7a1d58dbf418d7f57ba7024c73aa65 (diff)
downloadGT5-Unofficial-7778a680a63a9a6f77978b0dcc300517509ae245.tar.gz
GT5-Unofficial-7778a680a63a9a6f77978b0dcc300517509ae245.tar.bz2
GT5-Unofficial-7778a680a63a9a6f77978b0dcc300517509ae245.zip
% Redid compositions of Hastelloy X/N/W/C276.
$ Fixed the FFPP controller having a bad recipe.
Diffstat (limited to 'src/Java/gtPlusPlus/core/recipe')
-rw-r--r--src/Java/gtPlusPlus/core/recipe/RECIPES_Machines.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Java/gtPlusPlus/core/recipe/RECIPES_Machines.java b/src/Java/gtPlusPlus/core/recipe/RECIPES_Machines.java
index f12d75175a..97a5520bbb 100644
--- a/src/Java/gtPlusPlus/core/recipe/RECIPES_Machines.java
+++ b/src/Java/gtPlusPlus/core/recipe/RECIPES_Machines.java
@@ -919,7 +919,7 @@ public class RECIPES_Machines {
//Fission Fuel Plant
RecipeUtils.addShapedGregtechRecipe(
CI.getTieredCircuit(5), CI.craftingToolSolderingIron, CI.getTieredCircuit(5),
- "plate", GregtechItemList.Gregtech_Computer_Cube.get(1), "",
+ "plateDenseTungstenSteel", GregtechItemList.Gregtech_Computer_Cube.get(1), "plateDenseTungstenSteel",
"gearStellite", CI.machineHull_LuV, "gearStellite",
GregtechItemList.Industrial_FuelRefinery.get(1));