From 7e7932cc532476980f0691bc7173224da3ca3d39 Mon Sep 17 00:00:00 2001 From: TheWhiteDog9487 Date: Mon, 21 Sep 2026 11:12:15 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=A7=B9=20cleanup:=20=E7=A7=BB=E9=99=A4?= =?UTF-8?q?=E7=A1=AC=E7=BC=96=E7=A0=81=E7=9A=84=E6=B5=8B=E8=AF=95=E4=BE=9D?= =?UTF-8?q?=E8=B5=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- build.gradle.kts | 19 +------------------ 1 file changed, 1 insertion(+), 18 deletions(-) diff --git a/build.gradle.kts b/build.gradle.kts index 5d25e7d..1485c2b 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -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