upgrade to 1.21.6

This commit is contained in:
jotty
2025-06-25 19:26:42 +02:00
parent 5f6a5389e1
commit 771745b6b3
2 changed files with 4 additions and 4 deletions

View File

@ -4,8 +4,8 @@ org.gradle.parallel=true
# Fabric Properties
# check these on https://fabricmc.net/develop
minecraft_version=1.21.5
yarn_mappings=1.21.5+build.1
minecraft_version=1.21.6
yarn_mappings=1.21.6+build.1
loader_version=0.16.14
# Mod Properties
@ -14,4 +14,4 @@ maven_group=de.jottyfan.gta.gdp
archives_base_name=gtagdp
# Dependencies
fabric_version=0.127.0+1.21.5
fabric_version=0.128.0+1.21.6

View File

@ -27,7 +27,7 @@
],
"depends": {
"fabricloader": ">=0.16.14",
"minecraft": "~1.21.5",
"minecraft": "~1.21.6",
"java": ">=21",
"fabric-api": "*"
},