From 2ff4b91b5298df2bd7019206e142e6faebc7f18c Mon Sep 17 00:00:00 2001 From: Timo Ley Date: Fri, 16 Oct 2020 11:22:47 +0200 Subject: [PATCH] -Added missing mod dependency --- src/modpack.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/src/modpack.json b/src/modpack.json index 461ff31..fa8b29a 100644 --- a/src/modpack.json +++ b/src/modpack.json @@ -2401,6 +2401,21 @@ "included" ] }, + { + "id": "chameleon", + "file": { + "installer": "internal.dir:mods", + "artifact": "curse.maven:230497:2450900", + "repository": "curse" + }, + "type": "mod", + "options": [ + "required", + "client", + "server", + "included" + ] + }, { "id": "forge", "versions": "[1.12.2-14.23.5.2854]",