@mctools/errors
v1.2.3
Published
Scan debug.log file to find unknown errors
Maintainers
Readme
Scan debug.log file to find unknown errors

In large modpacks, the debug.log file can contain hundreds of thousands of lines. This tool filters out unimportant and cluttered messages, leaving only the most critical ones.
Features:
- Log Trimming: Can cut the log file to a specific point (e.g., before the player joins the world).
- Message Sanitizing: Replaces parts of messages for better readability (removes timestamps, hash codes, UUIDs).
- Stack Trace Shortening: Truncates long stack traces.
- Error Grouping: Groups identical errors together.
- Advanced Filtering: Ignores a huge number of known harmless errors and warnings from many mods.
Usage
Open console, navigate to your Minecraft directory (one with the mods/ directory or options.txt file)
> cd C:/Instances/MyModpackRun:
> npx @mctools/errors --help
Options
Scan debug.log file to find unknown errors (@mctools/errors)
USAGE @mctools/errors [OPTIONS]
OPTIONS
-o, --output Path for output with errors. If not specified output into stdout.
-l, --log="logs/debug.log" debug.log file path (may need to be enabled by launcher)
-c, --config="packages\errors\src\config.yml" Path to .yml file with configsAuthor
- https://github.com/Krutoy242
Other tools
- @mctools/errors - Scan debug.log file to find unknown errors
- @mctools/format - Format .zs files by using ESLint for typescript
- @mctools/manifest -
manifest.jsongeneration tool - @mctools/modlist - Generate .md file with all mods listed
- @mctools/reducer - Partially disable minecraft mods
- @mctools/source - Locate, clone or decompile Minecraft mod source code
- @mctools/tcon - Tweaks Tinker Constructs' materials with csv tables
