Compatibility
Minecraft: Java Edition
1.21.x
1.20.1–1.20.6
Platforms
Supported environments
75% of ad revenue goes to creators
Support creators and Modrinth ad-free with Modrinth+Creators
Details
Licensed LGPL-3.0-only
Published 6 days ago
Updated last week
Stop printing a huge error on the logs when the Narrator fails to load on Linux.
The mod hides stacktraces and the path from the narrator error, reducing it by 98%¹
The mod also supports various properties:
minecraft.narrator
- Set tofalse
to completely disable the narrator, and so the error too (Default:true
)minecraft.narrator.error.hide_stacktrace
- Removes stacktraces² from the logs (Default:true
)minecraft.narrator.error.hide_path
- Removes the path from the error message (Default:true
)minecraft.narrator.error.replace_exception
- Replaces the exception thrown to hide the supressed exceptions from the original one (Default:true
)