Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
xfl03 committed Jul 29, 2019
1 parent 2e77c17 commit 5862650
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
# MoreCrashInfo
Display more info in crash report.
## Why make it?
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.
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.
Mod list added by Forge in crash report is shown below:
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.
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.
Mod list added in Forge 1.14.4 crash report can be shown below:
```
Mod List:
CustomSkinLoader_Forge-14.11-SNAPSHOT-89.jar CustomSkinLoader {[email protected] DONE}
MoreCrashInfo-1.0.2.jar MoreCrashInfo {[email protected] DONE}
forge-1.14.4-28.0.23-universal.jar Forge {[email protected] DONE}
```
## What added?
This mod is designed to take mod list and coremod list back with pretty printing.
Feel free to open an issue if other info needed.
This mod is designed to take mod list and coremod list back with pretty printing.
Feel free to open an issue if other info needed.
What added in crash report is shown below:
```
Forge Mods:
Expand Down

0 comments on commit 5862650

Please sign in to comment.