From 5f6a5389e13888f38cfbfc180b9cd4f7ea1ab70a Mon Sep 17 00:00:00 2001 From: Jottyfan Date: Sun, 15 Jun 2025 21:34:57 +0200 Subject: [PATCH] upgrade to 1.21.5 --- build.gradle | 4 ++-- gradle.properties | 8 ++++---- gradle/wrapper/gradle-wrapper.properties | 2 +- src/main/resources/fabric.mod.json | 4 ++-- 4 files changed, 9 insertions(+), 9 deletions(-) diff --git a/build.gradle b/build.gradle index 5ce6464..27ddb87 100644 --- a/build.gradle +++ b/build.gradle @@ -1,5 +1,5 @@ plugins { - id 'fabric-loom' version '1.9-SNAPSHOT' + id 'fabric-loom' version '1.10-SNAPSHOT' id 'maven-publish' } @@ -26,7 +26,7 @@ dependencies { // Fabric API. This is technically optional, but you probably want it anyway. modImplementation "net.fabricmc.fabric-api:fabric-api:${project.fabric_version}" - + } processResources { diff --git a/gradle.properties b/gradle.properties index 3039e64..b409c1e 100644 --- a/gradle.properties +++ b/gradle.properties @@ -4,9 +4,9 @@ org.gradle.parallel=true # Fabric Properties # check these on https://fabricmc.net/develop -minecraft_version=1.21.4 -yarn_mappings=1.21.4+build.4 -loader_version=0.16.9 +minecraft_version=1.21.5 +yarn_mappings=1.21.5+build.1 +loader_version=0.16.14 # Mod Properties mod_version=0.0.1 @@ -14,4 +14,4 @@ maven_group=de.jottyfan.gta.gdp archives_base_name=gtagdp # Dependencies -fabric_version=0.114.0+1.21.4 \ No newline at end of file +fabric_version=0.127.0+1.21.5 \ No newline at end of file diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index e2847c8..cea7a79 100644 --- a/gradle/wrapper/gradle-wrapper.properties +++ b/gradle/wrapper/gradle-wrapper.properties @@ -1,6 +1,6 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-8.11.1-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-8.12-bin.zip networkTimeout=10000 validateDistributionUrl=true zipStoreBase=GRADLE_USER_HOME diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json index a7c1af2..06e0369 100644 --- a/src/main/resources/fabric.mod.json +++ b/src/main/resources/fabric.mod.json @@ -26,8 +26,8 @@ "gtagdp.mixins.json" ], "depends": { - "fabricloader": ">=0.16.9", - "minecraft": "~1.21.4", + "fabricloader": ">=0.16.14", + "minecraft": "~1.21.5", "java": ">=21", "fabric-api": "*" },