From f2040ab81582400f3511bc8e9a522eeae1cac941 Mon Sep 17 00:00:00 2001 From: Luck Date: Sat, 7 Dec 2024 16:21:26 +0000 Subject: [PATCH] Update to Minecraft 1.21.4 --- fabric/build.gradle | 10 +++++----- forge/gradle.properties | 4 ++-- neoforge/gradle.properties | 4 ++-- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/fabric/build.gradle b/fabric/build.gradle index 2ec32d972..f1634a3eb 100644 --- a/fabric/build.gradle +++ b/fabric/build.gradle @@ -13,9 +13,9 @@ repositories { dependencies { // https://modmuss50.me/fabric.html - minecraft 'com.mojang:minecraft:1.21.3' - mappings 'net.fabricmc:yarn:1.21.3+build.2:v2' - modImplementation 'net.fabricmc:fabric-loader:0.16.7' + minecraft 'com.mojang:minecraft:1.21.4' + mappings 'net.fabricmc:yarn:1.21.4+build.1:v2' + modImplementation 'net.fabricmc:fabric-loader:0.16.9' Set apiModules = [ 'fabric-api-base', @@ -26,10 +26,10 @@ dependencies { ] apiModules.forEach { - modImplementation(fabricApi.module(it, '0.106.1+1.21.3')) + modImplementation(fabricApi.module(it, '0.111.0+1.21.4')) } - include(modImplementation('me.lucko:fabric-permissions-api:0.3.2')) + include(modImplementation('me.lucko:fabric-permissions-api:0.3.3')) implementation project(':common') } diff --git a/forge/gradle.properties b/forge/gradle.properties index 0ab4e409d..1c5304927 100644 --- a/forge/gradle.properties +++ b/forge/gradle.properties @@ -1,2 +1,2 @@ -minecraftVersion=1.21.3 -forgeVersion=53.0.0 \ No newline at end of file +minecraftVersion=1.21.4 +forgeVersion=54.0.6 \ No newline at end of file diff --git a/neoforge/gradle.properties b/neoforge/gradle.properties index f48cc5a44..422b04d7d 100644 --- a/neoforge/gradle.properties +++ b/neoforge/gradle.properties @@ -1,2 +1,2 @@ -minecraftVersion=1.21.3 -neoForgeVersion=21.3.3-beta \ No newline at end of file +minecraftVersion=1.21.4 +neoForgeVersion=21.4.10-beta \ No newline at end of file