diff options
author | Jordan Byrne <draknyte1@hotmail.com> | 2018-02-11 23:29:02 +1000 |
---|---|---|
committer | Jordan Byrne <draknyte1@hotmail.com> | 2018-02-11 23:29:02 +1000 |
commit | c6f98d0ca38bcc7dbf791f1f489c0fdf8d7e1325 (patch) | |
tree | e510dbba2ac41fe12199b4fd61665186f8f93431 /src/Java/gtPlusPlus/core | |
parent | d65c28370f1ce16c5775b15aa67e1604b7b5d3f8 (diff) | |
download | GT5-Unofficial-c6f98d0ca38bcc7dbf791f1f489c0fdf8d7e1325.tar.gz GT5-Unofficial-c6f98d0ca38bcc7dbf791f1f489c0fdf8d7e1325.tar.bz2 GT5-Unofficial-c6f98d0ca38bcc7dbf791f1f489c0fdf8d7e1325.zip |
$ More Matter Fab work.
Diffstat (limited to 'src/Java/gtPlusPlus/core')
-rw-r--r-- | src/Java/gtPlusPlus/core/recipe/RECIPES_GREGTECH.java | 2 |
1 files changed, 1 insertions, 1 deletions
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(); |