From 2bc942e13d34d0c3319cc79ef0fd59404149bbf0 Mon Sep 17 00:00:00 2001 From: omo50 <144749186+omo50@users.noreply.github.com> Date: Sun, 19 Apr 2026 18:19:44 -0600 Subject: [PATCH] feat(rc & simply): new manifest --- modpacks/rc-plus/manifest.json | 7 +++++-- modpacks/simply/manifest.json | 7 +++++-- 2 files changed, 10 insertions(+), 4 deletions(-) diff --git a/modpacks/rc-plus/manifest.json b/modpacks/rc-plus/manifest.json index 089d2b0e3..1d474300d 100644 --- a/modpacks/rc-plus/manifest.json +++ b/modpacks/rc-plus/manifest.json @@ -1,9 +1,12 @@ { + "$schema": "../../tools/manifest/schema.json", "id": "rc-plus", "name": "Re-Console Plus", "type": "modpack", - "version": "26.04.7", + "loader": "fabric", "mc_version": "1.21.10", + "version": "26.04.7", + "release_type": "release", "modrinth_id": "legacy-minecraft", "curseforge_id": "re-console" -} +} \ No newline at end of file diff --git a/modpacks/simply/manifest.json b/modpacks/simply/manifest.json index b02a2b6b1..0ba85cd1c 100644 --- a/modpacks/simply/manifest.json +++ b/modpacks/simply/manifest.json @@ -1,9 +1,12 @@ { + "$schema": "../../tools/manifest/schema.json", "id": "simply", "name": "Simply Legacy", "type": "modpack", - "version": "26.04.5", + "loader": "fabric", "mc_version": "1.21.10", + "version": "26.04.5", + "release_type": "release", "modrinth_id": "simply-legacy", "curseforge_id": "simply-legacy" -} +} \ No newline at end of file