Load saw mill recipes later to make sure other mods have added their recipes before ours.
This commit is contained in:
parent
f2cbd23994
commit
8530cb7d7b
2 changed files with 2 additions and 3 deletions
|
@ -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();
|
||||
|
||||
|
|
|
@ -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() {
|
||||
|
|
Loading…
Add table
Reference in a new issue