404142434445464748
} @Mod.EventHandler public void init(FMLInitializationEvent event) { FMLCommonHandler.instance().bus().register(new KeyInputEventHandler()); Recipes.init(); LogHelper.info("Initialization Complete!"); }