示例#1
0
 public void beginLoading(IFMLSidedHandler handler) {
   sidedDelegate = handler;
   FMLLog.info("Attempting early MinecraftForge initialization");
   callForgeMethod("initialize");
   callForgeMethod("registerCrashCallable");
   FMLLog.info("Completed early MinecraftForge initialization");
 }
示例#2
0
 /**
  * Get the forge mod loader logging instance (goes to the forgemodloader log file)
  *
  * @return The log instance for the FML log file
  */
 public Logger getFMLLogger() {
   return FMLLog.getLogger();
 }