first 1.21.7

This commit is contained in:
Jottyfan
2025-07-01 17:56:09 +02:00
parent c9794ad681
commit 12660b2525
2 changed files with 5 additions and 5 deletions

View File

@ -4,14 +4,14 @@ org.gradle.parallel=true
# Fabric Properties
# check these on https://fabricmc.net/develop
minecraft_version=1.21.6
yarn_mappings=1.21.6+build.1
minecraft_version=1.21.7
yarn_mappings=1.21.7+build.2
loader_version=0.16.14
# Mod Properties
mod_version=1.21.6.3
mod_version=1.21.7.0
maven_group=de.jottyfan.quickiemod
archives_base_name=quickiemod
# Dependencies
fabric_version=0.127.1+1.21.6
fabric_version=0.128.1+1.21.7

View File

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