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 --- gradle.properties | 6 +++--- src/main/resources/fabric.mod.json | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/gradle.properties b/gradle.properties index 56d97687..48eef9e3 100644 --- a/gradle.properties +++ b/gradle.properties @@ -3,13 +3,13 @@ org.gradle.parallel=true # Fabric Properties (https://fabricmc.net/versions.html) ## 1.21.2 -minecraft_version=1.21.4-rc3 -yarn_mappings=1.21.4-rc3+build.3 +minecraft_version=1.21.4 +yarn_mappings=1.21.4+build.1 loader_version=0.16.9 #Fabric api ## 1.21.2 -fabric_api_version=0.110.2+1.21.4 +fabric_api_version=0.110.5+1.21.4 # Minecraft Mods ## YACL (https://github.com/isXander/YetAnotherConfigLib) 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