Load saw mill recipes later to make sure other mods have added their recipes before ours.

This commit is contained in:
modmuss50 2017-04-08 15:58:21 +01:00
parent f2cbd23994
commit 8530cb7d7b
No known key found for this signature in database
GPG key ID: 773D17BE8BF49C82
2 changed files with 2 additions and 3 deletions

View file

@ -199,9 +199,9 @@ public class Core {
compatModule.postInit(event);
}
proxy.postInit(event);
logHelper.info(RecipeHandler.recipeList.size() + " recipes loaded");
ModRecipes.postInit();
logHelper.info(RecipeHandler.recipeList.size() + " recipes loaded");
// RecipeHandler.scanForDupeRecipes();

View file

@ -90,8 +90,6 @@ public class ModRecipes {
addIc2Recipes();
addGrinderRecipes();
addCompressorRecipes();
IndustrialSawmillRecipes.init();
}
public static void postInit(){
@ -110,6 +108,7 @@ public class ModRecipes {
}
}
}
IndustrialSawmillRecipes.init();
}
private static void addCompressorRecipes() {