Register recipes later, mainly just a test

This commit is contained in:
modmuss50 2018-05-08 13:35:25 +01:00
parent 4a7be6844a
commit 2b216ee183

View file

@ -118,13 +118,13 @@ public class Core {
//Ore Dictionary //Ore Dictionary
OreDict.init(); OreDict.init();
proxy.preInit(event); proxy.preInit(event);
//Register ModRecipes
ModRecipes.init();
logHelper.info("PreInitialization Complete"); logHelper.info("PreInitialization Complete");
} }
@Mod.EventHandler @Mod.EventHandler
public void init(FMLInitializationEvent event) throws IllegalAccessException, InstantiationException { public void init(FMLInitializationEvent event) throws IllegalAccessException, InstantiationException {
//Register ModRecipes
ModRecipes.init();
// Registers Chest Loot // Registers Chest Loot
// ModLoot.init(); // ModLoot.init();
// Sounds // Sounds