[Change] Adopting FAPI 0.86, which makes this incompatible with any previous version of FAPI.
This commit is contained in:
parent
9b1d336533
commit
ad13bcac92
5 changed files with 71 additions and 35 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue