diff options
author | Draknyte1 <Draknyte1@hotmail.com> | 2017-04-30 12:44:24 +1000 |
---|---|---|
committer | Draknyte1 <Draknyte1@hotmail.com> | 2017-04-30 12:44:24 +1000 |
commit | b8fcf82060c66cc383f7be9c3a5d064a718cbffa (patch) | |
tree | 969f6f1b327753ccb1aedd21793f92599913e394 /src/Java | |
parent | cb7175d6aec53c59edee87667fdfbc4a3f62d679 (diff) | |
download | GT5-Unofficial-b8fcf82060c66cc383f7be9c3a5d064a718cbffa.tar.gz GT5-Unofficial-b8fcf82060c66cc383f7be9c3a5d064a718cbffa.tar.bz2 GT5-Unofficial-b8fcf82060c66cc383f7be9c3a5d064a718cbffa.zip |
$ Fixed the Tree Farmer Controller recipe not working.
Diffstat (limited to 'src/Java')
-rw-r--r-- | src/Java/gtPlusPlus/core/recipe/RECIPES_Machines.java | 2 |
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 e9b7a8025b..6ed81f5df5 100644 --- a/src/Java/gtPlusPlus/core/recipe/RECIPES_Machines.java +++ b/src/Java/gtPlusPlus/core/recipe/RECIPES_Machines.java @@ -813,7 +813,7 @@ public class RECIPES_Machines { //Industrial Tree Farm Controller RecipeUtils.addShapedGregtechRecipe( "plateEglinSteel", "rotorEglinSteel", "plateEglinSteel", - "cableGt02Steel", "pipeMediumSteek", "cableGt02Steel", + "cableGt02Steel", "pipeMediumSteel", "cableGt02Steel", "plateEglinSteel", machineCasing_MV, "plateEglinSteel", RECIPE_TreeFarmController); //Industrial Tree Farm Frame |