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
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