This commit is contained in:
/home/neo
2026-04-21 12:11:19 +03:00
committed by GitHub
parent 1d3a3dfe8e
commit 3784c86ad5

View File

@@ -36,7 +36,7 @@ Your `meta.json` must follow this structure:
| `description`| String | A short summary of what the item does. |
| `extended_description`| String | A complete description in **`markdown`** of your project, it can include all available markdown features. This field is required but may be left as `""` (empty), although its *not* recommended, for more information on how to structure your markdown look into [this](https://remarkjs.github.io/react-markdown/), for complete documentation look at this [MarkdownGuide](./MarkdownGuide.md) |
| `category` | String or String[] | Must be `Skin`, `Texture`, `World`, `Mod`, `DLC`, or multiple ones in a list. |
| `thumbnail` | String | File name for your 1:1 image (PNG/JPG/SVG/GIF) for the preview. |
| `thumbnail` | String | File name for your image (PNG/JPG/SVG/GIF) for the preview. |
| `zips`| Object | Names of your `.zip` files to extract. |
| `version` | String | Semantic versioning (e.g. `1.0.0`). |