(FMLInitializationEvent evt)
| 59 | } |
| 60 | |
| 61 | @Mod.EventHandler |
| 62 | public static void init(FMLInitializationEvent evt) { |
| 63 | BCLibProxy.getProxy().fmlInit(); |
| 64 | |
| 65 | VanillaSchematics.fmlInit(); |
| 66 | VanillaListHandlers.fmlInit(); |
| 67 | VanillaPaintHandlers.fmlInit(); |
| 68 | VanillaRotationHandlers.fmlInit(); |
| 69 | |
| 70 | ItemManager.fmlInit(); |
| 71 | |
| 72 | BCLibRecipes.fmlInit(); |
| 73 | |
| 74 | BCLibDatabase.fmlInit(); |
| 75 | } |
| 76 | |
| 77 | @Mod.EventHandler |
| 78 | public static void postInit(FMLPostInitializationEvent evt) { |