mirror of
https://github.com/FabricMC/fabric.git
synced 2025-04-21 03:10:54 -04:00
Restore printing the mod name in crash reports (#2235)
This commit is contained in:
parent
5c0f936b6f
commit
bd0a0d4a7b
1 changed files with 2 additions and 0 deletions
|
@ -62,6 +62,8 @@ public abstract class MixinCrashReport {
|
|||
modString.append('\n');
|
||||
modString.append("\t".repeat(depth));
|
||||
modString.append(mod.getMetadata().getId());
|
||||
modString.append(": ");
|
||||
modString.append(mod.getMetadata().getName());
|
||||
modString.append(' ');
|
||||
modString.append(mod.getMetadata().getVersion().getFriendlyString());
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue