From 8f69fec821185ae46fceca42fe54aa625ea40ba5 Mon Sep 17 00:00:00 2001 From: Jordan Byrne Date: Mon, 12 Feb 2018 01:37:27 +1000 Subject: $ Basically completed the Matter Fabricator rewrite. --- src/Java/gtPlusPlus/core/recipe/RECIPES_Machines.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (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 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( -- cgit