diff options
author | Dream-Master <dream-master@gmx.net> | 2018-01-31 22:02:29 +0100 |
---|---|---|
committer | Dream-Master <dream-master@gmx.net> | 2018-01-31 22:02:29 +0100 |
commit | 6b494959f8fb7124be378fc3703704f93e8b5704 (patch) | |
tree | 2dba81c7d2eb78e48ceba687af6aaaa1de746289 | |
parent | cb3da864549f8c45c6d70ddeda4d3b56c804af5d (diff) | |
download | GT5-Unofficial-6b494959f8fb7124be378fc3703704f93e8b5704.tar.gz GT5-Unofficial-6b494959f8fb7124be378fc3703704f93e8b5704.tar.bz2 GT5-Unofficial-6b494959f8fb7124be378fc3703704f93e8b5704.zip |
Revert "change recipe of the tree farm to be hv"
This reverts commit cb3da864549f8c45c6d70ddeda4d3b56c804af5d.
-rw-r--r-- | src/Java/gtPlusPlus/core/recipe/RECIPES_Machines.java | 20 |
1 files changed, 1 insertions, 19 deletions
diff --git a/src/Java/gtPlusPlus/core/recipe/RECIPES_Machines.java b/src/Java/gtPlusPlus/core/recipe/RECIPES_Machines.java index cec3c058f3..d2907cca17 100644 --- a/src/Java/gtPlusPlus/core/recipe/RECIPES_Machines.java +++ b/src/Java/gtPlusPlus/core/recipe/RECIPES_Machines.java @@ -758,7 +758,7 @@ public class RECIPES_Machines { RECIPE_IndustrialSieveGrate); } - if (CORE.ConfigSwitches.enableMultiblock_TreeFarmer|| !CORE.GTNH){ + if (CORE.ConfigSwitches.enableMultiblock_TreeFarmer){ //Industrial Tree Farmer RECIPE_TreeFarmController = GregtechItemList.Industrial_TreeFarm.get(1); RECIPE_TreeFarmFrame = GregtechItemList.TreeFarmer_Structural.get(Casing_Amount); @@ -774,24 +774,6 @@ public class RECIPES_Machines { "plankWood", "frameGtTumbaga", "plankWood", "plankWood", "plankWood", "plankWood", RECIPE_TreeFarmFrame); - - if (CORE.GTNH) { - //Industrial Tree Farmer - RECIPE_TreeFarmController = GregtechItemList.Industrial_TreeFarm.get(1); - RECIPE_TreeFarmFrame = GregtechItemList.TreeFarmer_Structural.get(Casing_Amount); - //Industrial Tree Farm Controller - RecipeUtils.addShapedGregtechRecipe( - "plateEglinSteel", "rotorEglinSteel", "plateEglinSteel", - "cableGt02Steel", "pipeMediumStainlessSteel", "cableGt02Steel", - "plateEglinSteel", CI.machineCasing_HV, "plateEglinSteel", - RECIPE_TreeFarmController); - //Industrial Tree Farm Frame - RecipeUtils.addShapedGregtechRecipe( - ItemUtils.getSimpleStack(Blocks.dirt), ItemUtils.getSimpleStack(Blocks.dirt), ItemUtils.getSimpleStack(Blocks.dirt), - "plankWood", "frameGtTumbaga", "plankWood", - "plankWood", "plankWood", "plankWood", - RECIPE_TreeFarmFrame); - } } if (CORE.ConfigSwitches.enableMachine_Tesseracts){ |