[Fix] Added back EMI Support
This commit is contained in:
parent
df46811618
commit
22965303e3
9 changed files with 613 additions and 616 deletions
|
@ -60,8 +60,9 @@ dependencies {
|
|||
modImplementation "net.fabricmc:fabric-loader:${project.loader_version}"
|
||||
modImplementation "net.fabricmc.fabric-api:fabric-api:${project.fabric_version}"
|
||||
modCompileOnly "com.terraformersmc:modmenu:${project.modmenu_version}"
|
||||
//
|
||||
// modCompileOnly "dev.emi:emi:${emi_version}"
|
||||
|
||||
modCompileOnly "dev.emi:emi-fabric:${emi_version}:api"
|
||||
modLocalRuntime "dev.emi:emi-fabric:${emi_version}"
|
||||
|
||||
println "Using local WunderLib: ${local_wunderlib}"
|
||||
if (local_wunderlib) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue