@mctools/manifest
v1.3.0
Published
`manifest.json` generation tool
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
manifest.json generation tool (@mctools/manifest)
USAGE @mctools/manifest [OPTIONS]
OPTIONS
-v, --verbose Log working process in stdout
-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, CF_API_KEY env var is used.
-m, --mcinstance="minecraftinstance.json" Path to minecraftinstance.json
--name Override pack name (default: autodetect from cwd)
--mc-version Override Minecraft version (default: autodetect from minecraftinstance.json/debug.log)
--project-id Override CurseForge project ID (default: read from existing manifest.json)
--pack-version Pack version to write into manifest
--postfix Suffix for output file: manifest<postfix>.jsonAuthor
- 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
- @mctools/zsfind - Look up ZenScript class definitions, fields and method signatures from CraftTweaker dumps
