From 5157a770e5c50136822fdbb19376a6a308ff0a31 Mon Sep 17 00:00:00 2001 From: /home/neo <158327205+neoapps-dev@users.noreply.github.com> Date: Sat, 25 Jul 2026 17:53:33 +0300 Subject: [PATCH] fix --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2204c93..cd9b6dc 100644 --- a/README.md +++ b/README.md @@ -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 {