Add missing classes to CrashReport preloading. Closes #2421
This commit is contained in:
parent
fa6610b3c8
commit
f4b0506515
1 changed files with 3 additions and 0 deletions
|
@ -70,6 +70,9 @@ public class MinecraftForge
|
||||||
"net.minecraft.crash.CrashReportCategory$1",
|
"net.minecraft.crash.CrashReportCategory$1",
|
||||||
"net.minecraft.crash.CrashReportCategory$2",
|
"net.minecraft.crash.CrashReportCategory$2",
|
||||||
"net.minecraft.crash.CrashReportCategory$3",
|
"net.minecraft.crash.CrashReportCategory$3",
|
||||||
|
"net.minecraft.crash.CrashReportCategory$4",
|
||||||
|
"net.minecraft.crash.CrashReportCategory$5",
|
||||||
|
"net.minecraft.crash.CrashReportCategory$Entry",
|
||||||
"net.minecraft.entity.Entity$1",
|
"net.minecraft.entity.Entity$1",
|
||||||
"net.minecraft.entity.Entity$2",
|
"net.minecraft.entity.Entity$2",
|
||||||
"net.minecraft.entity.Entity$3",
|
"net.minecraft.entity.Entity$3",
|
||||||
|
|
Loading…
Reference in a new issue