Fix info docs

This commit is contained in:
Donovan Daniels 2024-05-30 14:14:36 -05:00
parent cfd4a900e0
commit 7121f46fe6
Signed by: Donovan_DMC
GPG Key ID: 907D29CBFD6157BA

View File

@ -20,4 +20,5 @@ An `info.json` file should be present in the input directory. This file should c
* `url` - The URL to the pack's repository.
* `versions` - A two dimensional array of mc version to pack format. (`[[mcVersion, packFormat]]`)
* `exports` - The exports to be made from the zip files produced for each version. A two dimensional array of mcVersion or "all". (`[["all"],["1.20", "1.20.2"]]`)
* `overrides` - A dictionary map of version to data directory, superseding the common directory. (`{"1.20": "data"}`)
* `overrides` - An object of properties to override per version. (`{"1.20": {"data": "common"} }`)
* `data` - The data directory to use for this version. Superceeds the global data directory.