Skip to content

Commit

Permalink
Fix JIJing cauldron
Browse files Browse the repository at this point in the history
  • Loading branch information
NotNite committed Feb 15, 2024
1 parent 33f3318 commit 49fa167
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,14 @@ dependencies {

modCompileOnly "com.terraformersmc:modmenu:${project.modmenu_version}"
//modApi include("com.adryd:cauldron:${project.cauldron_version}")
modApi(include(files("./libs/cauldron-mc1.20.4-0.1.9+5e30141a.jar")))
modApi files("./libs/cauldron-mc1.20.4-0.1.9+5e30141a.jar")
modApi include("fi.dy.masa.malilib:malilib-fabric-1.20.4:${project.malilib_version}")
}

remapJar {
nestedJars.from(file("./libs/cauldron-mc1.20.4-0.1.9+5e30141a.jar"))
}

loom {
accessWidenerPath = file("src/main/resources/parachute.accesswidener")
}
Expand Down

0 comments on commit 49fa167

Please sign in to comment.