@mctools/errors
v1.0.0
Published
Scan debug.log file to find unknown errors
Downloads
4
Maintainers
Readme
Scan debug.log file to find unknown errors
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
Options:
--version Show version number [boolean]
-o, --output Path for output with errors. If not specified output into stdout. [string]
-l, --log debug.log file path (may need to be enabled by launcher) [string] [default: "logs/debug.log"]
-c, --config Path to .yml file with configs [string] [default: "packages\errors\src\config.yml"]
-h, --help Show help [boolean]Author
- https://github.com/Krutoy242
Other tools
- @mctools/modlist - Generate .md file with all mods listed
