From b8fcf82060c66cc383f7be9c3a5d064a718cbffa Mon Sep 17 00:00:00 2001 From: Draknyte1 Date: Sun, 30 Apr 2017 12:44:24 +1000 Subject: $ Fixed the Tree Farmer Controller recipe not working. --- src/Java/gtPlusPlus/core/recipe/RECIPES_Machines.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Java/gtPlusPlus/core') 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 -- cgit