Skip to content

Commit

Permalink
Kiwi version switch to 15.2.0-alpha
Browse files Browse the repository at this point in the history
  • Loading branch information
3TUSK committed Aug 20, 2024
1 parent e7806bd commit 643a5dc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/META-INF/neoforge.mods.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,6 @@ side="BOTH"
[[dependencies.xkdeco]]
modId="kiwi"
type="required"
versionRange="[11,)"
versionRange="[15.2.0-alpha,)"
ordering="NONE"
side="BOTH"

0 comments on commit 643a5dc

Please sign in to comment.