-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
5 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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: | ||
|