
Better Narrator Error
Solves the problem of long error logs when the Narrator function cannot be loaded in the Linux operating system.
The mod optimizes logging: hides stack traces and paths from Narrator errors, reducing the amount of output information by almost 98%.
Property control:
- minecraft.narrator — completely disables Narrator to eliminate related errors (default:
true
) - minecraft.narrator.error.hide_stacktrace — hides stack trace information in logs (default:
true
) - minecraft.narrator.error.hide_path — removes path data from error messages (default:
true
) - minecraft.narrator.error.replace_exception — replaces the generated exception to hide suppressed exceptions from the original error (default:
true
)
Note 1: Percentage reduction calculation is based on development environment log example.
Note 2: Property minecraft.narrator.error.hide_stacktrace
affects only full stack traces; related traces are displayed if replace_exception
is set to false
.