From 5e302978186a95c1c644b559dbdea9476de1b58e Mon Sep 17 00:00:00 2001 From: Timo Ley Date: Sun, 1 Jan 2023 17:46:07 +0100 Subject: [PATCH] feat: added reliquary --- addon.json | 15 +++++++++++++++ src/modpack.json | 14 ++++++++++++++ 2 files changed, 29 insertions(+) diff --git a/addon.json b/addon.json index 69db107..1687d20 100644 --- a/addon.json +++ b/addon.json @@ -1295,6 +1295,21 @@ } ] }, + { + "qualifier": "mod-reliquary", + "link": [ + "https://cdn.tilera.xyz/minecraft/mods/mtreloaded/Reliquary-1.7.10-1.2.1.483.jar" + ], + "flags": { + "both": ["required"] + }, + "install": [ + { + "action": "move", + "args": ["./mods"] + } + ] + }, { "qualifier": "mod-matmos", "link": [ diff --git a/src/modpack.json b/src/modpack.json index e45fde7..0a5eae3 100644 --- a/src/modpack.json +++ b/src/modpack.json @@ -1200,6 +1200,20 @@ "included" ] }, + { + "id": "mod-reliquary", + "file": { + "link": "https://cdn.tilera.xyz/minecraft/mods/mtreloaded/Reliquary-1.7.10-1.2.1.483.jar", + "installer": "internal.dir:mods" + }, + "type": "mod", + "options": [ + "server", + "client", + "required", + "included" + ] + }, { "id": "mod-matmos", "file": {