Skip to content

Commit 5862650

Browse files
committed
Update README
1 parent 2e77c17 commit 5862650

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
# MoreCrashInfo
22
Display 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
```
88
Mod 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.
1616
What added in crash report is shown below:
1717
```
1818
Forge Mods:

0 commit comments

Comments
 (0)