aboutsummaryrefslogtreecommitdiff
path: root/src/Java/gtPlusPlus/core/handler/Recipes
diff options
context:
space:
mode:
authorJordan Byrne <draknyte1@hotmail.com>2018-02-27 01:47:11 +1000
committerJordan Byrne <draknyte1@hotmail.com>2018-02-27 01:47:11 +1000
commit04210cce5ade5d59182efbe340fa89a9e7ff678d (patch)
tree31d161bbda949feaea63c1d16a1f2c691c09de4f /src/Java/gtPlusPlus/core/handler/Recipes
parentfe89a9835edc5b10a052cd58669b1826f5b57abd (diff)
downloadGT5-Unofficial-04210cce5ade5d59182efbe340fa89a9e7ff678d.tar.gz
GT5-Unofficial-04210cce5ade5d59182efbe340fa89a9e7ff678d.tar.bz2
GT5-Unofficial-04210cce5ade5d59182efbe340fa89a9e7ff678d.zip
$ PMD Cleanup.
Diffstat (limited to 'src/Java/gtPlusPlus/core/handler/Recipes')
-rw-r--r--src/Java/gtPlusPlus/core/handler/Recipes/RegistrationHandler.java12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/Java/gtPlusPlus/core/handler/Recipes/RegistrationHandler.java b/src/Java/gtPlusPlus/core/handler/Recipes/RegistrationHandler.java
index 9eb6d1171c..cbc8518fd7 100644
--- a/src/Java/gtPlusPlus/core/handler/Recipes/RegistrationHandler.java
+++ b/src/Java/gtPlusPlus/core/handler/Recipes/RegistrationHandler.java
@@ -14,12 +14,12 @@ public class RegistrationHandler {
}
private final static void init(){
- RECIPES_Tools.RECIPES_LOAD();
- RECIPES_Machines.RECIPES_LOAD();
- RECIPES_Shapeless.RECIPES_LOAD();
- RECIPES_MachineComponents.RECIPES_LOAD();
- RECIPE_Batteries.RECIPES_LOAD();
- RECIPES_General.RECIPES_LOAD();
+ RECIPES_Tools.loadRecipes();
+ RECIPES_Machines.loadRecipes();
+ RECIPES_Shapeless.loadRecipes();
+ RECIPES_MachineComponents.loadRecipes();
+ RECIPE_Batteries.loadRecipes();
+ RECIPES_General.loadRecipes();
//RECIPES_MTWRAPPER.run();
Logger.INFO("Loaded: "+recipesSuccess+" Failed: "+recipesFailed);
COMPAT_HANDLER.areInitItemsLoaded = true;