diff options
author | Draknyte1 <Draknyte1@hotmail.com> | 2017-08-24 21:26:30 +1000 |
---|---|---|
committer | Draknyte1 <Draknyte1@hotmail.com> | 2017-08-24 21:26:30 +1000 |
commit | 53fae197e09ad256e7ad66331f8f82a3469b28d7 (patch) | |
tree | 98855d8cc943727b6ae301dfdc92b32f06b6ee5c /src/Java/gtPlusPlus/core/recipe | |
parent | 7778a680a63a9a6f77978b0dcc300517509ae245 (diff) | |
download | GT5-Unofficial-53fae197e09ad256e7ad66331f8f82a3469b28d7.tar.gz GT5-Unofficial-53fae197e09ad256e7ad66331f8f82a3469b28d7.tar.bz2 GT5-Unofficial-53fae197e09ad256e7ad66331f8f82a3469b28d7.zip |
$ Fixed version checker not working as intended due to invalid network checking.
% Tweaked LFTR Controller recipe, replacing screen with a Computer Cube.
Diffstat (limited to 'src/Java/gtPlusPlus/core/recipe')
-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 97a5520bbb..b395cbac6f 100644 --- a/src/Java/gtPlusPlus/core/recipe/RECIPES_Machines.java +++ b/src/Java/gtPlusPlus/core/recipe/RECIPES_Machines.java @@ -894,7 +894,7 @@ public class RECIPES_Machines { ItemStack controlCircuit = ItemUtils.getSimpleStack(ModItems.itemCircuitLFTR); RecipeUtils.addShapedGregtechRecipe( controlCircuit, "cableGt12NaquadahAlloy", controlCircuit, - "plateDoubleHastelloyN", ItemList.Cover_Screen.get(1), "plateDoubleHastelloyN", + "plateDoubleHastelloyN", GregtechItemList.Gregtech_Computer_Cube.get(1), "plateDoubleHastelloyN", "plateThorium232", CI.machineHull_UV, "plateThorium232", RECIPE_LFTRController); |