From 719e0f7349dfedbd375c9a265efda55880b3d2f2 Mon Sep 17 00:00:00 2001 From: Timo Ley Date: Sun, 1 Jan 2023 17:45:20 +0100 Subject: [PATCH] feat: added liquid xp --- addon.json | 15 +++++++++++++++ src/modpack.json | 14 ++++++++++++++ 2 files changed, 29 insertions(+) diff --git a/addon.json b/addon.json index 5041107..69db107 100644 --- a/addon.json +++ b/addon.json @@ -1280,6 +1280,21 @@ } ] }, + { + "qualifier": "mod-liquidxp", + "link": [ + "http://immibis.com/mcmoddl/files/liquid-xp-59.0.2.jar" + ], + "flags": { + "both": ["required"] + }, + "install": [ + { + "action": "move", + "args": ["./mods"] + } + ] + }, { "qualifier": "mod-matmos", "link": [ diff --git a/src/modpack.json b/src/modpack.json index 564d2f9..e45fde7 100644 --- a/src/modpack.json +++ b/src/modpack.json @@ -1186,6 +1186,20 @@ "included" ] }, + { + "id": "mod-liquidxp", + "file": { + "link": "http://immibis.com/mcmoddl/files/liquid-xp-59.0.2.jar", + "installer": "internal.dir:mods" + }, + "type": "mod", + "options": [ + "server", + "client", + "required", + "included" + ] + }, { "id": "mod-matmos", "file": {