From 5fe83c1d8eeeaf60e99336bbd8e969c166d04d8b Mon Sep 17 00:00:00 2001 From: RyanTLG <78032176+RyanTLG@users.noreply.github.com> Date: Thu, 17 Mar 2022 17:13:29 +0200 Subject: [PATCH] Update fabric.mod.json --- src/main/resources/fabric.mod.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json index 07f0370..863d1c4 100755 --- a/src/main/resources/fabric.mod.json +++ b/src/main/resources/fabric.mod.json @@ -32,6 +32,6 @@ "java": ">=17" }, "suggests": { - "darkevolution": "1.18.*-*" + "darkevolution": "1.18.1-*" } }