@mctools/manifest
v1.1.3
Published
`manifest.json` generation tool
Downloads
431
Maintainers
Readme
manifest.json generation tool
Usage
Open console, navigate to your Minecraft directory (one with the mods/ directory or options.txt file)
> cd C:/Instances/MyModpackRun:
> npx @mctools/manifest --help
Options
Options:
--version Show version number [boolean]
-v, --verbose Log working process in stdout [boolean]
-i, --ignore Path to ignore file similar to .gitignore
-k, --key CurseForge API key or path to file containing it. Get one at https://console.curseforge.com/?#/api-keys. If omitted, environment variable `CF_API_KEY` would be used instead. [string]
-m, --mcinstance Path to minecraftinstance.json [default: "minecraftinstance.json"]
--name Override pack name (default: autodetect from cwd) [string]
--mc-version Override Minecraft version (default: autodetect from minecraftinstance.json/debug.log) [string]
--project-id Override CurseForge project ID (default: read from existing manifest.json) [number]
--pack-version Pack version to write into manifest [string]
--postfix Suffix for output file: manifest<postfix>.json [string]
-h, --help Show help [boolean]Author
- 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
