From f2a98b8540151aaba1c754e204d72b619f9ebb00 Mon Sep 17 00:00:00 2001 From: Aaron <51387595+AzureAaron@users.noreply.github.com> Date: Tue, 3 Dec 2024 14:17:20 -0500 Subject: 1.21.4 --- 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 f096dee3..1344e866 100644 --- a/src/main/resources/fabric.mod.json +++ b/src/main/resources/fabric.mod.json @@ -41,10 +41,10 @@ "accessWidener": "skyblocker.accesswidener", "depends": { "fabricloader": ">=0.16.9", - "fabric-api": ">=0.110.2+1.21.4", + "fabric-api": ">=0.110.5+1.21.4", "yet_another_config_lib_v3": ">=3.6.1+1.21.2", "hm-api": ">=1.0.1+1.21.2", - "minecraft": "~1.21.4-rc.3", + "minecraft": "~1.21.4", "java": ">=21" }, "conflicts": { -- cgit