File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 11# MoreCrashInfo
22Display more info in crash report.
33## Why make it?
4- Forge 1.13.2 - 1.14.3 removed mod list and coremod list in crash report, while users need them to analyze which mod caused crash.
5- Forge 1.14.4 added mod list back, but it is not formatted. It's hard to read when plenty of mods loaded. Coremods list is still not shown.
6- Mod list added by Forge in crash report is shown below:
4+ Forge 1.13.2 - 1.14.3 removed mod list and coremod list in crash report, while users need them to analyze what caused crash.
5+ Forge 1.14.4 added mod list back, but it is not formatted. It's hard to read when plenty of mods loaded. Meanwhile, coremods list is still not shown.
6+ Mod list added in Forge 1.14.4 crash report can be shown below:
77```
88Mod List:
99 CustomSkinLoader_Forge-14.11-SNAPSHOT-89.jar CustomSkinLoader {customskinloader@14.11-SNAPSHOT-89 DONE}
1010 MoreCrashInfo-1.0.2.jar MoreCrashInfo {morecrashinfo@1.0.2 DONE}
1111 forge-1.14.4-28.0.23-universal.jar Forge {forge@28.0.23 DONE}
1212```
1313## What added?
14- This mod is designed to take mod list and coremod list back with pretty printing.
15- Feel free to open an issue if other info needed.
14+ This mod is designed to take mod list and coremod list back with pretty printing.
15+ Feel free to open an issue if other info needed.
1616What added in crash report is shown below:
1717```
1818Forge Mods:
You can’t perform that action at this time.
0 commit comments