aboutsummaryrefslogtreecommitdiff
path: root/src/Java/gtPlusPlus/core/recipe
diff options
context:
space:
mode:
authorbombcar <github@bombcar.com>2021-11-19 13:18:28 -0600
committerGitHub <noreply@github.com>2021-11-19 13:18:28 -0600
commit176a44820664a7d84ac9a6f53c7d0825e7f3ad5f (patch)
tree05fcf97d7a4b29d8036c691158cbeba1a519edeb /src/Java/gtPlusPlus/core/recipe
parent80d9ec85bde12851b92ec39dbd4f9dc8eee7e427 (diff)
parentd4e972645c58ee1d86d074b255e078849dd6917a (diff)
downloadGT5-Unofficial-176a44820664a7d84ac9a6f53c7d0825e7f3ad5f.tar.gz
GT5-Unofficial-176a44820664a7d84ac9a6f53c7d0825e7f3ad5f.tar.bz2
GT5-Unofficial-176a44820664a7d84ac9a6f53c7d0825e7f3ad5f.zip
Merge branch 'GTNewHorizons:master' into master
Diffstat (limited to 'src/Java/gtPlusPlus/core/recipe')
-rw-r--r--src/Java/gtPlusPlus/core/recipe/RECIPES_Machines.java16
1 files changed, 8 insertions, 8 deletions
diff --git a/src/Java/gtPlusPlus/core/recipe/RECIPES_Machines.java b/src/Java/gtPlusPlus/core/recipe/RECIPES_Machines.java
index e9c23f9f7d..1efa09c096 100644
--- a/src/Java/gtPlusPlus/core/recipe/RECIPES_Machines.java
+++ b/src/Java/gtPlusPlus/core/recipe/RECIPES_Machines.java
@@ -95,7 +95,7 @@ public class RECIPES_Machines {
public static ItemStack RECIPE_ThermalBoilerCasing;
//Thorium Reactor
- /*public static ItemStack RECIPE_LFTRController;*/
+ public static ItemStack RECIPE_LFTRController;
public static ItemStack RECIPE_LFTROuterCasing;
public static ItemStack RECIPE_LFTRInnerCasing;
@@ -1374,23 +1374,23 @@ public class RECIPES_Machines {
if (CORE.ConfigSwitches.enableMultiblock_LiquidFluorideThoriumReactor){
//Thorium Reactor
- /*RECIPE_LFTRController = GregtechItemList.ThoriumReactor.get(1);*/
+ RECIPE_LFTRController = GregtechItemList.ThoriumReactor.get(1);
RECIPE_LFTRInnerCasing = GregtechItemList.Casing_Reactor_II.get(1); //Zeron
RECIPE_LFTROuterCasing = GregtechItemList.Casing_Reactor_I.get(1); //Hastelloy
ItemStack controlCircuit = ItemUtils.getSimpleStack(ModItems.itemCircuitLFTR);
if(!GTNH) {
- /*RecipeUtils.addShapedGregtechRecipe(
+ RecipeUtils.addShapedGregtechRecipe(
controlCircuit, "cableGt12NaquadahAlloy", controlCircuit,
"plateDoubleHastelloyN", GregtechItemList.Gregtech_Computer_Cube.get(1), "plateDoubleHastelloyN",
"plateThorium232", CI.machineHull_UV, "plateThorium232",
- RECIPE_LFTRController);*/
+ RECIPE_LFTRController);
} else {
- /*RecipeUtils.addShapedGregtechRecipe(
+ RecipeUtils.addShapedGregtechRecipe(
controlCircuit, "cableGt12NaquadahAlloy", controlCircuit,
"plateDoubleHastelloyN", GregtechItemList.Gregtech_Computer_Cube.get(1), "plateDoubleHastelloyN",
"plateThorium232", CI.machineHull_LuV, "plateThorium232",
- RECIPE_LFTRController);*/
+ RECIPE_LFTRController);
}
RecipeUtils.addShapedGregtechRecipe(
"plateDoubleZeron100", CI.craftingToolScrewdriver, "plateDoubleZeron100",
@@ -1411,11 +1411,11 @@ public class RECIPES_Machines {
//Fission Fuel Plant
- /*RecipeUtils.addShapedGregtechRecipe(
+ RecipeUtils.addShapedGregtechRecipe(
CI.getTieredCircuit(5), CI.craftingToolSolderingIron, CI.getTieredCircuit(5),
"plateDenseTungstenSteel", GregtechItemList.Gregtech_Computer_Cube.get(1), "plateDenseTungstenSteel",
"gearGtStellite", CI.machineHull_LuV, "gearGtStellite",
- GregtechItemList.Industrial_FuelRefinery.get(1));*/
+ GregtechItemList.Industrial_FuelRefinery.get(1));
ItemStack mInnerTank;