2 Commits

Author SHA1 Message Date
TheWhiteDog9487 8955c0ed7c 🎈 upgrade: 升级到Minecraft 26.3 2026-09-21 11:22:44 +08:00
TheWhiteDog9487 7e7932cc53 🧹 cleanup: 移除硬编码的测试依赖 2026-09-21 11:12:15 +08:00
3 changed files with 7 additions and 24 deletions
+1 -18
View File
@@ -45,24 +45,7 @@ dependencies {
implementation("net.fabricmc:fabric-language-kotlin:${providers.gradleProperty("fabric_kotlin_version").get()}")
implementation("com.terraformersmc:modmenu:${providers.gradleProperty("modmenu_version").get()}")
implementation("dev.isxander:yet-another-config-lib:${providers.gradleProperty("yacl_version").get()}")
// 测试用途 ↓
// https://modrinth.com/mod/searchables/versions?l=fabric
implementation("maven.modrinth:fuuu3xnx:bvFby61J")
// https://modrinth.com/mod/controlling/versions?l=fabric
implementation("maven.modrinth:xv94TkTM:rAp2jljs")
// https://modrinth.com/mod/notenoughcrashes/versions?l=fabric
implementation("maven.modrinth:yM94ont6:3oHxOFPT")
// https://modrinth.com/mod/scoreboard-overhaul/versions
implementation("maven.modrinth:2YIQkF2v:HI1qkixZ")
// https://modrinth.com/plugin/plasmo-voice/versions?l=fabric
implementation("maven.modrinth:1bZhdhsH:I0T9OQcy")
// https://modrinth.com/mod/first-person-model/versions?l=fabric
implementation("maven.modrinth:H5XMjpHi:6sgz2HEq")
// https://modrinth.com/mod/entityculling/versions?l=fabric
implementation("maven.modrinth:NNAgCjsB:iiF6U3Ne")
}
implementation("dev.isxander:yet-another-config-lib:${providers.gradleProperty("yacl_version").get()}") }
tasks.processResources {
val version = version
+4 -4
View File
@@ -8,7 +8,7 @@ org.gradle.configuration-cache=false
# Fabric Properties
# check these on https://fabricmc.net/develop
minecraft_version=26.2
minecraft_version=26.3
loader_version=0.19.5
loom_version=1.17-SNAPSHOT
fabric_kotlin_version=1.13.13+kotlin.2.4.10
@@ -20,9 +20,9 @@ group=xyz.thewhitedog9487
OutputFileBasename=WhoProvideThisKeybind
# Dependencies
fabric_api_version=0.159.0+26.2
fabric_api_version=0.161.0+26.3
# https://modrinth.com/mod/modmenu/versions
modmenu_version=20.0.1
modmenu_version=21.0.0-beta.1
# 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" } ],
"depends": {
"fabricloader": ">=0.19.5",
"minecraft": "~26.2",
"minecraft": "~26.3",
"java": ">=25",
"fabric-api": ">=0.159.0",
"fabric-api": ">=0.161.0",
"fabric-language-kotlin": ">=1.13.13+kotlin.2.4.10" },
"suggests": {
"modmenu": "*",