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
# check these on https://fabricmc.net/develop
minecraft_version=1.21.8
yarn_mappings=1.21.8+build.1
loader_version=0.16.14
minecraft_version=1.21.9
yarn_mappings=1.21.9+build.1
loader_version=0.17.2
loom_version=1.11-SNAPSHOT
# Mod Properties
@@ -15,4 +15,4 @@ maven_group=de.jottyfan.minecraft
archives_base_name=gtamfmd
# 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"
],
"depends": {
"fabricloader": ">=0.16.14",
"minecraft": "~1.21.8",
"fabricloader": ">=0.17.2",
"minecraft": "~1.21.9",
"java": ">=21",
"fabric-api": "*"
},