diff options
author | Jordan Byrne <draknyte1@hotmail.com> | 2018-02-12 01:37:27 +1000 |
---|---|---|
committer | Jordan Byrne <draknyte1@hotmail.com> | 2018-02-12 01:37:27 +1000 |
commit | 8f69fec821185ae46fceca42fe54aa625ea40ba5 (patch) | |
tree | 1e5c874ca87cc368da045a3bf4a5978957256332 /src/Java/gtPlusPlus/core | |
parent | 8587d9a54c24f84c2a3bf34b5f4cc49a4b2cb9f1 (diff) | |
download | GT5-Unofficial-8f69fec821185ae46fceca42fe54aa625ea40ba5.tar.gz GT5-Unofficial-8f69fec821185ae46fceca42fe54aa625ea40ba5.tar.bz2 GT5-Unofficial-8f69fec821185ae46fceca42fe54aa625ea40ba5.zip |
$ Basically completed the Matter Fabricator rewrite.
Diffstat (limited to 'src/Java/gtPlusPlus/core')
-rw-r--r-- | src/Java/gtPlusPlus/core/recipe/RECIPES_Machines.java | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Java/gtPlusPlus/core/recipe/RECIPES_Machines.java b/src/Java/gtPlusPlus/core/recipe/RECIPES_Machines.java index d22567a5b7..28563bb8c2 100644 --- a/src/Java/gtPlusPlus/core/recipe/RECIPES_Machines.java +++ b/src/Java/gtPlusPlus/core/recipe/RECIPES_Machines.java @@ -251,7 +251,7 @@ public class RECIPES_Machines { "circuitMaster",ItemList.Cover_Screen.get(1),CI.getDataOrb(), GregtechItemList.Gregtech_Computer_Cube.get(1)); - RecipeUtils.addShapedGregtechRecipe( + /*RecipeUtils.addShapedGregtechRecipe( CI.electricPiston_EV, OrePrefixes.circuit.get(Materials.Ultimate), CI.electricPiston_EV, CI.electricMotor_EV, CI.machineCasing_EV, CI.electricMotor_EV, "gearGtTitanium", "cableGt02Aluminium", "gearGtTitanium", @@ -265,7 +265,7 @@ public class RECIPES_Machines { CI.electricPiston_LuV, OrePrefixes.circuit.get(Materials.Infinite), CI.electricPiston_LuV, CI.electricMotor_LuV, CI.machineCasing_LuV, CI.electricMotor_LuV, "gearGtChrome", "cableGt02Tungsten", "gearGtChrome", - ItemUtils.simpleMetaStack("gregtech:gt.blockmachines", 795, 1)); + ItemUtils.simpleMetaStack("gregtech:gt.blockmachines", 795, 1));*/ //Buffer Core RecipeUtils.addShapedGregtechRecipe( |