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);
|
compatModule.postInit(event);
|
||||||
}
|
}
|
||||||
proxy.postInit(event);
|
proxy.postInit(event);
|
||||||
logHelper.info(RecipeHandler.recipeList.size() + " recipes loaded");
|
|
||||||
|
|
||||||
ModRecipes.postInit();
|
ModRecipes.postInit();
|
||||||
|
logHelper.info(RecipeHandler.recipeList.size() + " recipes loaded");
|
||||||
|
|
||||||
// RecipeHandler.scanForDupeRecipes();
|
// RecipeHandler.scanForDupeRecipes();
|
||||||
|
|
||||||
|
|
|
@ -90,8 +90,6 @@ public class ModRecipes {
|
||||||
addIc2Recipes();
|
addIc2Recipes();
|
||||||
addGrinderRecipes();
|
addGrinderRecipes();
|
||||||
addCompressorRecipes();
|
addCompressorRecipes();
|
||||||
|
|
||||||
IndustrialSawmillRecipes.init();
|
|
||||||
}
|
}
|
||||||
|
|
||||||
public static void postInit(){
|
public static void postInit(){
|
||||||
|
@ -110,6 +108,7 @@ public class ModRecipes {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
IndustrialSawmillRecipes.init();
|
||||||
}
|
}
|
||||||
|
|
||||||
private static void addCompressorRecipes() {
|
private static void addCompressorRecipes() {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue