From 8105df3a120062df4d13a6a00409fd29e34db47d Mon Sep 17 00:00:00 2001 From: Timo Ley Date: Wed, 1 Mar 2023 20:31:16 +0100 Subject: [PATCH] feat: add archaicfix --- addon.json | 15 +++++++++++++++ src/modpack.json | 14 ++++++++++++++ 2 files changed, 29 insertions(+) diff --git a/addon.json b/addon.json index f57bacd..0eb9e80 100644 --- a/addon.json +++ b/addon.json @@ -1310,6 +1310,21 @@ } ] }, + { + "qualifier": "mod-archaicfix", + "link": [ + "https://mediafilez.forgecdn.net/files/4405/338/archaicfix-0.5.0.jar" + ], + "flags": { + "both": ["required"] + }, + "install": [ + { + "action": "move", + "args": ["./mods"] + } + ] + }, { "qualifier": "mod-mousetweaks", "link": [ diff --git a/src/modpack.json b/src/modpack.json index 481b13f..0f07458 100644 --- a/src/modpack.json +++ b/src/modpack.json @@ -1214,6 +1214,20 @@ "included" ] }, + { + "id": "mod-archaicfix", + "file": { + "link": "https://mediafilez.forgecdn.net/files/4405/338/archaicfix-0.5.0.jar", + "installer": "internal.dir:mods" + }, + "type": "mod", + "options": [ + "server", + "client", + "required", + "included" + ] + }, { "id": "mod-mousetweaks", "file": {