From d0e80c99d58c56f18e8f5e226d77745c1b1c1a00 Mon Sep 17 00:00:00 2001 From: Steveplays28 Date: Fri, 1 Dec 2023 15:27:58 +0100 Subject: [PATCH] chore: Fix dependency versions Also restricted the range of the Minecraft version from `1.20.x` to `1.20-1.20.1`. Also bumped some dependency version requirements and suggestions. --- src/main/resources/fabric.mod.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json index 00493b2..f94f921 100644 --- a/src/main/resources/fabric.mod.json +++ b/src/main/resources/fabric.mod.json @@ -42,15 +42,15 @@ "realisticsleep.mixins.json" ], "depends": { - "fabricloader": ">=0.15.0", + "fabricloader": ">=0.14.21", "minecraft": [ - "1.20.2" + "1.20-1.20.1" ], - "cloth-config": ">=12.0.111", - "fabric": ">=0.91.1" + "cloth-config": ">=11.0.99", + "fabric": ">=0.83.0" }, "suggests": { - "modmenu": ">=8.0.0" + "modmenu": ">=7.0.1" }, "conflicts": { "tawct": "*",