From 3b3bfbd694717f33673e140b778024e1955949f0 Mon Sep 17 00:00:00 2001 From: Timo Ley Date: Sun, 1 Jan 2023 17:44:36 +0100 Subject: [PATCH] feat: added matmos --- addon.json | 16 ++++++++++++++++ src/modpack.json | 14 ++++++++++++++ 2 files changed, 30 insertions(+) diff --git a/addon.json b/addon.json index 1b63d06..5041107 100644 --- a/addon.json +++ b/addon.json @@ -1280,6 +1280,22 @@ } ] }, + { + "qualifier": "mod-matmos", + "link": [ + "https://mediafilez.forgecdn.net/files/3968/676/matmos-1.7.10-35.4.7.jar" + ], + "flags": { + "client": ["required"], + "server": ["incompatible"] + }, + "install": [ + { + "action": "move", + "args": ["./mods"] + } + ] + }, { "qualifier": "mod-liteloader", "link": [ diff --git a/src/modpack.json b/src/modpack.json index aae67e5..564d2f9 100644 --- a/src/modpack.json +++ b/src/modpack.json @@ -1186,6 +1186,20 @@ "included" ] }, + { + "id": "mod-matmos", + "file": { + "link": "https://mediafilez.forgecdn.net/files/3968/676/matmos-1.7.10-35.4.7.jar", + "installer": "internal.dir:mods" + }, + "type": "mod", + "options": [ + "server", + "client", + "required", + "included" + ] + }, { "id": "mod-liteloader", "file": {