更新到Minecraft 1.21.10

This commit is contained in:
TheWhiteDog9487
2025-10-08 09:19:23 +08:00
parent dca7fa256e
commit 327dd5d168
2 changed files with 5 additions and 5 deletions

View File

@@ -4,8 +4,8 @@ org.gradle.parallel=true
# Fabric Properties
# check these on https://fabricmc.net/develop
minecraft_version=1.21.9
yarn_mappings=1.21.9+build.1
minecraft_version=1.21.10
yarn_mappings=1.21.10+build.1
loader_version=0.17.2
# Mod Properties
@@ -14,7 +14,7 @@ maven_group=xyz.thewhitedog9487
archives_base_name=RandomTeleporter
# Dependencies
fabric_version=0.133.14+1.21.9
fabric_version=0.134.1+1.21.10
# https://modrinth.com/mod/modmenu/versions
# https://maven.terraformersmc.com/releases/com/terraformersmc/modmenu

View File

@@ -28,9 +28,9 @@
],
"depends": {
"fabricloader": ">=0.17.2",
"minecraft": "1.21.9",
"minecraft": "1.21.10",
"java": ">=21",
"fabric-api": ">=0.133.14"
"fabric-api": ">=0.134.1"
},
"suggests": {
"another-mod": "*"