依赖项更新至Minecraft 1.21.6

This commit is contained in:
TheWhiteDog9487 2025-06-18 10:31:14 +08:00
parent ad014a2b1b
commit 34ea09dfd9
2 changed files with 8 additions and 8 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.5 minecraft_version=1.21.6
yarn_mappings=1.21.5+build.1 yarn_mappings=1.21.6+build.1
loader_version=0.16.10 loader_version=0.16.14
# Mod Properties # Mod Properties
mod_version=0.3.5 mod_version=0.3.5
@ -14,8 +14,8 @@ maven_group=xyz.thewhitedog9487
archives_base_name=RandomTeleporter archives_base_name=RandomTeleporter
# Dependencies # Dependencies
fabric_version=0.119.5+1.21.5 fabric_version=0.127.0+1.21.6
# https://modrinth.com/mod/modmenu/versions # https://modrinth.com/mod/modmenu/versions
# https://maven.terraformersmc.com/releases/com/terraformersmc/modmenu # https://maven.terraformersmc.com/releases/com/terraformersmc/modmenu
modmenu_version=14.0.0-rc.2 modmenu_version=15.0.0-beta.1

View File

@ -27,10 +27,10 @@
} }
], ],
"depends": { "depends": {
"fabricloader": ">=0.16.10", "fabricloader": ">=0.16.14",
"minecraft": "1.21.5", "minecraft": "1.21.6",
"java": ">=21", "java": ">=21",
"fabric-api": ">=0.119.5" "fabric-api": ">=0.127.0"
}, },
"suggests": { "suggests": {
"another-mod": "*" "another-mod": "*"