Fix info docs
This commit is contained in:
parent
cfd4a900e0
commit
7121f46fe6
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue
Block a user