From 884d8e58881198180f256142af0d6a9428203cd0 Mon Sep 17 00:00:00 2001 From: NanaChiyo0721 Date: Tue, 14 Jul 2026 18:38:33 +0800 Subject: [PATCH] Roll back to leafpile --- shiroha-server/build.gradle.kts.patch | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/shiroha-server/build.gradle.kts.patch b/shiroha-server/build.gradle.kts.patch index ab02171..d9339ed 100644 --- a/shiroha-server/build.gradle.kts.patch +++ b/shiroha-server/build.gradle.kts.patch @@ -64,12 +64,11 @@ } } val log4jPlugins = sourceSets.create("log4jPlugins") { -@@ -134,8 +_,16 @@ +@@ -134,7 +_,15 @@ } dependencies { - implementation(project(":folia-api")) -- implementation("ca.spottedleaf:leafpile:1.0.0") + implementation(project(":shiroha-api")) + // Shiroha start - dependencies + implementation("com.electronwill.night-config:toml:3.9.0") @@ -79,10 +78,9 @@ + implementation("net.objecthunter:exp4j:0.4.8") + implementation("io.github.classgraph:classgraph:4.8.158") + // Shiroha end -+ implementation("moe.monnairealms:willowpile:1.0.0") // Shiroha - Replace leafpile with willowpile + implementation("ca.spottedleaf:leafpile:1.0.0") implementation("org.jline:jline-terminal-ffm:3.27.1") // use ffm on java 22+ implementation("org.jline:jline-terminal-jni:3.27.1") // fall back to jni on java 21 - implementation("net.minecrell:terminalconsoleappender:1.3.0") @@ -189,21 +_,21 @@ val git = Git(rootProject.layout.projectDirectory.path) val mcVersion = rootProject.providers.gradleProperty("mcVersion").get()