b687180e12
Once the old folder is done, then patches are done. Want to know whats still to do? Look in that folder. Now stop asking.
18 lines
741 B
Diff
18 lines
741 B
Diff
--- ../src-base/minecraft/net/minecraft/crash/CrashReport.java
|
|
+++ ../src-work/minecraft/net/minecraft/crash/CrashReport.java
|
|
@@ -116,6 +116,7 @@
|
|
return IntCache.func_85144_b();
|
|
}
|
|
});
|
|
+ net.minecraftforge.fml.common.FMLCommonHandler.instance().enhanceCrashReport(this, this.field_85061_c);
|
|
}
|
|
|
|
public String func_71501_a()
|
|
@@ -205,6 +206,7 @@
|
|
{
|
|
StringBuilder stringbuilder = new StringBuilder();
|
|
stringbuilder.append("---- Minecraft Crash Report ----\n");
|
|
+ net.minecraftforge.fml.relauncher.CoreModManager.onCrash(stringbuilder);
|
|
stringbuilder.append("// ");
|
|
stringbuilder.append(func_71503_h());
|
|
stringbuilder.append("\n\n");
|