upgrade to 1.21.11
Some checks failed
build / build (push) Has been cancelled

This commit is contained in:
Jottyfan
2026-01-24 14:32:08 +01:00
parent 28761d44c0
commit d7c85d04bb
4 changed files with 9 additions and 9 deletions

View File

@@ -26,7 +26,7 @@ dependencies {
// Fabric API. This is technically optional, but you probably want it anyway. // Fabric API. This is technically optional, but you probably want it anyway.
modImplementation "net.fabricmc.fabric-api:fabric-api:${project.fabric_version}" modImplementation "net.fabricmc.fabric-api:fabric-api:${project.fabric_version}"
} }
processResources { processResources {

View File

@@ -4,10 +4,10 @@ org.gradle.parallel=true
# Fabric Properties # Fabric Properties
# check these on https://fabricmc.net/develop # check these on https://fabricmc.net/develop
minecraft_version=1.21.9 minecraft_version=1.21.11
yarn_mappings=1.21.9+build.1 yarn_mappings=1.21.11+build.4
loader_version=0.17.2 loader_version=0.18.4
loom_version=1.11-SNAPSHOT loom_version=1.15-SNAPSHOT
# Mod Properties # Mod Properties
mod_version=1.0.0 mod_version=1.0.0
@@ -15,4 +15,4 @@ maven_group=de.jottyfan.minecraft
archives_base_name=gtamfmd archives_base_name=gtamfmd
# Dependencies # Dependencies
fabric_version=0.133.14+1.21.9 fabric_version=0.141.2+1.21.11

View File

@@ -1,6 +1,6 @@
distributionBase=GRADLE_USER_HOME distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.14.2-bin.zip distributionUrl=https\://services.gradle.org/distributions/gradle-9.3.0-bin.zip
networkTimeout=10000 networkTimeout=10000
validateDistributionUrl=true validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME zipStoreBase=GRADLE_USER_HOME

View File

@@ -26,8 +26,8 @@
"gtamfmd.mixins.json" "gtamfmd.mixins.json"
], ],
"depends": { "depends": {
"fabricloader": ">=0.17.2", "fabricloader": ">=0.18.4",
"minecraft": "~1.21.9", "minecraft": "~1.21.11",
"java": ">=21", "java": ">=21",
"fabric-api": "*" "fabric-api": "*"
}, },