From 950f2691d596d17464337823878c5ce601bbee31 Mon Sep 17 00:00:00 2001 From: Timo Ley Date: Sun, 9 Aug 2020 11:56:03 +0200 Subject: [PATCH] Added mdutils --- src/modpack.json | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/src/modpack.json b/src/modpack.json index 1566e45..4e22326 100644 --- a/src/modpack.json +++ b/src/modpack.json @@ -2401,6 +2401,21 @@ "included" ] }, + { + "id": "mdutils", + "file": { + "installer": "internal.dir:mods", + "artifact": "ley.anvil:mdutils:1.0", + "repository": "tilera" + }, + "type": "mod", + "options": [ + "required", + "client", + "server", + "included" + ] + }, { "id": "forge", "versions": "[14.23.5.2854]", @@ -2444,6 +2459,11 @@ "id": "curse", "type": "curseforge", "url": "https://www.cursemaven.com/" + }, + { + "id": "tilera", + "type": "maven", + "url": "https://data.tilera.xyz/maven/" } ], "meta": {