From 380742e09c33a66cbb78c00770fcb7191c21c383 Mon Sep 17 00:00:00 2001 From: /home/neo <158327205+neoapps-dev@users.noreply.github.com> Date: Fri, 24 Apr 2026 17:08:31 +0300 Subject: [PATCH] fix --- .00versions/test/meta.json | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/.00versions/test/meta.json b/.00versions/test/meta.json index 0967ef4..4db19de 100644 --- a/.00versions/test/meta.json +++ b/.00versions/test/meta.json @@ -1 +1,11 @@ -{} +{ + "id": "test", // ID + "name": "Test Version", // Name + "author": "neoapps-dev", + "description": "Test", // Description + "extended_description": "# Test", + "category": ["Modpack"], // Category + "thumbnail": "thumbnail.png", // Thumbnail filename + "url": "https://example.com/test.zip", + "version": "1.0.0" +}