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

This commit is contained in:
jotty
2025-10-01 14:35:38 +02:00
parent 8e29bf2177
commit 4712edc42d
2 changed files with 6 additions and 6 deletions

View File

@@ -4,9 +4,9 @@ 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.8 minecraft_version=1.21.9
yarn_mappings=1.21.8+build.1 yarn_mappings=1.21.9+build.1
loader_version=0.16.14 loader_version=0.17.2
loom_version=1.11-SNAPSHOT loom_version=1.11-SNAPSHOT
# Mod Properties # Mod Properties
@@ -15,4 +15,4 @@ maven_group=de.jottyfan.minecraft
archives_base_name=gtamfmd archives_base_name=gtamfmd
# Dependencies # Dependencies
fabric_version=0.129.0+1.21.8 fabric_version=0.133.14+1.21.9

View File

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