fix
Some checks are pending
Generate Registry / generate (push) Waiting to run

This commit is contained in:
/home/neo 2026-07-25 17:53:33 +03:00 committed by GitHub
parent 34191ce620
commit 5157a770e5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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
{