Register recipes later, mainly just a test
This commit is contained in:
parent
4a7be6844a
commit
2b216ee183
1 changed files with 2 additions and 2 deletions
|
@ -118,13 +118,13 @@ public class Core {
|
|||
//Ore Dictionary
|
||||
OreDict.init();
|
||||
proxy.preInit(event);
|
||||
//Register ModRecipes
|
||||
ModRecipes.init();
|
||||
logHelper.info("PreInitialization Complete");
|
||||
}
|
||||
|
||||
@Mod.EventHandler
|
||||
public void init(FMLInitializationEvent event) throws IllegalAccessException, InstantiationException {
|
||||
//Register ModRecipes
|
||||
ModRecipes.init();
|
||||
// Registers Chest Loot
|
||||
// ModLoot.init();
|
||||
// Sounds
|
||||
|
|
Loading…
Reference in a new issue