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
|
//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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue