mirror of
https://github.com/LCE-Hub/LCE-Workshop.git
synced 2026-08-20 04:28:08 +00:00
This commit is contained in:
parent
34191ce620
commit
5157a770e5
|
|
@ -46,10 +46,12 @@ Your `meta.json` must follow this structure:
|
|||
| `category` | String or String[] | Must be `Skin`, `Texture`, `World`, `Mod`, `DLC`, or multiple ones in a list. |
|
||||
| `thumbnail` | String | File name for your image (PNG/JPG/SVG/GIF) for the preview. |
|
||||
| `zips`| Object | Names of your `.zip` files to extract. |
|
||||
| `required_versions` | String[] | List of version IDs that support this content. |
|
||||
| `dependencies` | String[] | List of Workshop package IDs required by this content. |
|
||||
| `required_versions`* | String[] | List of version IDs that support this content. |
|
||||
| `dependencies`* | String[] | List of Workshop package IDs required by this content. |
|
||||
| `version` | String | Semantic versioning (e.g. `1.0.0`). |
|
||||
|
||||
\* Optional, but recommended.
|
||||
|
||||
## Example `meta.json` (jsonc, remove comments)
|
||||
```jsonc
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in a new issue