From 80acfdaa9b77a95a1e5763203b3a8d72100bdea4 Mon Sep 17 00:00:00 2001 From: Aaron <51387595+AzureAaron@users.noreply.github.com> Date: Mon, 22 Apr 2024 11:07:42 -0400 Subject: 1.20.5-rc3 --- 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 ee49991f..e350b8a4 100644 --- a/src/main/resources/fabric.mod.json +++ b/src/main/resources/fabric.mod.json @@ -34,9 +34,9 @@ "accessWidener": "skyblocker.accesswidener", "depends": { "fabricloader": ">=0.15.10", - "fabric-api": ">=0.97.3+1.20.5", + "fabric-api": ">=0.97.5+1.20.5", "yet_another_config_lib_v3": ">=3.3.2+1.20.4+update.1.20.5-SNAPSHOT+update.1.20.5-SNAPSHOT", - "minecraft": "~1.20.5-rc.2", + "minecraft": "~1.20.5-rc.3", "java": ">=21" }, "conflicts": { -- cgit