From 643a5dc276de39015c047c8faaa2598207429ea3 Mon Sep 17 00:00:00 2001 From: 3TUSK Date: Tue, 20 Aug 2024 13:52:35 -0700 Subject: [PATCH] Kiwi version switch to 15.2.0-alpha --- build.gradle | 4 ++-- src/main/resources/META-INF/neoforge.mods.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/build.gradle b/build.gradle index f5562066..0f594429 100644 --- a/build.gradle +++ b/build.gradle @@ -190,8 +190,8 @@ dependencies { compileOnly "me.shedaniel:REIPluginCompatibilities-forge-annotations:12.+" */ // TODO[3TUSK]: Hardcoded for now. - // This is a abridged yet custom build, published to mavenLocal(). - implementation(annotationProcessor("snownee.kiwi:Kiwi:1.21-NeoForge-12.0.0-alpha.jiachen")) + // This is a custom build, published to mavenLocal(). + implementation(annotationProcessor("snownee.kiwi:Kiwi:1.21-NeoForge-15.2.0-alpha")) /* implementation(fg.deobf("me.shedaniel.cloth:cloth-config-forge:${project.cloth_config_version}")) // https://modrinth.com/mod/jade/versions diff --git a/src/main/resources/META-INF/neoforge.mods.toml b/src/main/resources/META-INF/neoforge.mods.toml index 5770d90a..13ebe265 100644 --- a/src/main/resources/META-INF/neoforge.mods.toml +++ b/src/main/resources/META-INF/neoforge.mods.toml @@ -36,6 +36,6 @@ side="BOTH" [[dependencies.xkdeco]] modId="kiwi" type="required" -versionRange="[11,)" +versionRange="[15.2.0-alpha,)" ordering="NONE" side="BOTH" \ No newline at end of file