From 44257056024f6ff9a4d8be9435aec2516789c8ad Mon Sep 17 00:00:00 2001 From: FoundationGames <43485105+FoundationGames@users.noreply.github.com> Date: Tue, 2 Nov 2021 18:36:03 -0700 Subject: [PATCH] Add cloth config as mod dependency --- src/main/resources/fabric.mod.json | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json index dc69cfa..9bdb740 100644 --- a/src/main/resources/fabric.mod.json +++ b/src/main/resources/fabric.mod.json @@ -46,6 +46,7 @@ "depends": { "fabricloader": ">=0.7.4", "fabric": "*", + "cloth-config2": "*", "minecraft": "1.16.x" }, "suggests": {