From 34191ce620422ad294b18f289fdcba6ec2cb646d Mon Sep 17 00:00:00 2001 From: /home/neo <158327205+neoapps-dev@users.noreply.github.com> Date: Sat, 25 Jul 2026 17:52:41 +0300 Subject: [PATCH] fix --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 23bc718..2204c93 100644 --- a/README.md +++ b/README.md @@ -46,6 +46,8 @@ 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. | | `version` | String | Semantic versioning (e.g. `1.0.0`). | ## Example `meta.json` (jsonc, remove comments)