From c6f98d0ca38bcc7dbf791f1f489c0fdf8d7e1325 Mon Sep 17 00:00:00 2001 From: Jordan Byrne Date: Sun, 11 Feb 2018 23:29:02 +1000 Subject: $ More Matter Fab work. --- src/Java/gtPlusPlus/core/recipe/RECIPES_GREGTECH.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Java/gtPlusPlus/core') diff --git a/src/Java/gtPlusPlus/core/recipe/RECIPES_GREGTECH.java b/src/Java/gtPlusPlus/core/recipe/RECIPES_GREGTECH.java index be94e0c67e..bd53c4f38a 100644 --- a/src/Java/gtPlusPlus/core/recipe/RECIPES_GREGTECH.java +++ b/src/Java/gtPlusPlus/core/recipe/RECIPES_GREGTECH.java @@ -40,7 +40,7 @@ public class RECIPES_GREGTECH { private static void execute(){ cokeOvenRecipes(); - matterFabRecipes(); + //matterFabRecipes(); assemblerRecipes(); fluidcannerRecipes(); distilleryRecipes(); -- cgit