From a8a69c3b2226a001b100e87b40077d086ef19093 Mon Sep 17 00:00:00 2001 From: LordMZTE Date: Fri, 12 Feb 2021 23:22:58 +0100 Subject: [PATCH] add forgehax --- CHANGELOG.md | 1 + src/modpack.json | 13 +++++++++++++ 2 files changed, 14 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7318c7d..69e9f09 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,4 @@ # v3.1.1-1 remove "performant", which is a terrible mod that i have 30 fps with, and 300 without. +added forgehax >:) diff --git a/src/modpack.json b/src/modpack.json index 6584c81..5f2a2dc 100644 --- a/src/modpack.json +++ b/src/modpack.json @@ -1921,6 +1921,19 @@ "server", "included" ] + }, + { + "id": "forgehax", + "file": { + "installer": "internal.dir:mods", + "link": "https://jenkins.nhackindustries.com/job/ForgeHax/job/1.16/57/artifact/build/libs/ForgeHax-1.16.4-3.2.0-cc283818.jar" + }, + "type": "mod", + "options": [ + "required", + "client", + "included" + ] } ] }