From b1636b2247dc7309cb38e0e875a7b0819996e3d1 Mon Sep 17 00:00:00 2001 From: Aaron <51387595+AzureAaron@users.noreply.github.com> Date: Tue, 5 Dec 2023 19:40:06 -0500 Subject: 1.20.3 --- src/main/resources/fabric.mod.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/main/resources') diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json index 8e2efc8b..4685b8d2 100644 --- a/src/main/resources/fabric.mod.json +++ b/src/main/resources/fabric.mod.json @@ -38,8 +38,8 @@ "depends": { "fabricloader": ">=0.15.0", "fabric-api": ">=0.91.1+1.20.3", - "yet_another_config_lib_v3": ">=3.3.0+1.20.3+update.1.20.3-SNAPSHOT+update.1.20.3-SNAPSHOT", - "minecraft": "~1.20.3-rc.1" + "yet_another_config_lib_v3": ">=3.3.0-beta.1+1.20.3", + "minecraft": "~1.20.3" }, "conflicts": { "immediatelyfast": "<=1.1.26+1.20.1" -- cgit