[Change] Adopting FAPI 0.86, which makes this incompatible with any previous version of FAPI.

This commit is contained in:
Frank 2023-07-23 02:10:51 +02:00
parent 9b1d336533
commit ad13bcac92
5 changed files with 71 additions and 35 deletions

View file

@ -62,7 +62,9 @@ dependencies {
modCompileOnly "com.terraformersmc:modmenu:${project.modmenu_version}"
modCompileOnly "dev.emi:emi-fabric:${emi_version}:api"
modLocalRuntime "dev.emi:emi-fabric:${emi_version}"
modLocalRuntime("dev.emi:emi-fabric:${emi_version}") {
transitive = false;
}
println "Using local WunderLib: ${local_wunderlib}"
if (local_wunderlib) {