Added Basic Quartz and Tool Recipes.

Added Custom Recipes.
This commit is contained in:
AlgorithmX2
2014-02-10 23:51:25 -06:00
parent 077572acc9
commit 08e6a656b8
14 changed files with 879 additions and 95 deletions
+1 -1
View File
@@ -46,7 +46,7 @@ public enum AEFeature
DuplicateItems("Misc", false), Profiler("Services"), VersionChecker("Services"), Debug("Misc", false), Creative("Misc"),
Logging("Misc"), IntegrationLogging("Misc", false);
Logging("Misc"), IntegrationLogging("Misc", false), CustomRecipes("Misc", false);
String Category;
boolean visible = true;