🎈 upgrade: 升级到Minecraft 26.3

This commit is contained in:
TheWhiteDog9487
2026-09-21 11:22:44 +08:00
parent 7e7932cc53
commit 8955c0ed7c
2 changed files with 6 additions and 6 deletions
+4 -4
View File
@@ -8,7 +8,7 @@ org.gradle.configuration-cache=false
# Fabric Properties # Fabric Properties
# check these on https://fabricmc.net/develop # check these on https://fabricmc.net/develop
minecraft_version=26.2 minecraft_version=26.3
loader_version=0.19.5 loader_version=0.19.5
loom_version=1.17-SNAPSHOT loom_version=1.17-SNAPSHOT
fabric_kotlin_version=1.13.13+kotlin.2.4.10 fabric_kotlin_version=1.13.13+kotlin.2.4.10
@@ -20,9 +20,9 @@ group=xyz.thewhitedog9487
OutputFileBasename=WhoProvideThisKeybind OutputFileBasename=WhoProvideThisKeybind
# Dependencies # Dependencies
fabric_api_version=0.159.0+26.2 fabric_api_version=0.161.0+26.3
# https://modrinth.com/mod/modmenu/versions # https://modrinth.com/mod/modmenu/versions
modmenu_version=20.0.1 modmenu_version=21.0.0-beta.1
# https://modrinth.com/mod/yacl/versions # https://modrinth.com/mod/yacl/versions
yacl_version=3.9.6+26.2-fabric yacl_version=3.9.7+26.3-fabric
+2 -2
View File
@@ -25,9 +25,9 @@
"environment": "client" } ], "environment": "client" } ],
"depends": { "depends": {
"fabricloader": ">=0.19.5", "fabricloader": ">=0.19.5",
"minecraft": "~26.2", "minecraft": "~26.3",
"java": ">=25", "java": ">=25",
"fabric-api": ">=0.159.0", "fabric-api": ">=0.161.0",
"fabric-language-kotlin": ">=1.13.13+kotlin.2.4.10" }, "fabric-language-kotlin": ">=1.13.13+kotlin.2.4.10" },
"suggests": { "suggests": {
"modmenu": "*", "modmenu": "*",