upgrade to 1.21.5

This commit is contained in:
Jottyfan
2025-06-15 21:34:57 +02:00
parent 71b835b66e
commit 5f6a5389e1
4 changed files with 9 additions and 9 deletions

View File

@ -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 {

View File

@ -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
fabric_version=0.127.0+1.21.5

View File

@ -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

View File

@ -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": "*"
},