Exclude the fabric-api-base artifact from modmenu
This commit is contained in:
parent
eb95454313
commit
f352f16e46
|
@ -18,6 +18,7 @@ dependencies {
|
|||
include(modRuntime("${Groups.FabricApi}:fabric-resource-loader-v0:${rootProject.property("fabric_resource_loader_version")}")!!)
|
||||
include(modRuntime("${Groups.FabricApi}:fabric-api-base:${rootProject.property("fabric_api_base_version")}")!!)
|
||||
modRuntime(modCompileOnly("com.terraformersmc:modmenu:${rootProject.property("modmenu_version")}") {
|
||||
exclude(group = Groups.FabricApi, module = "fabric-api-base")
|
||||
exclude(group = Groups.FabricApi, module = "fabric-resource-loader-v0")
|
||||
})
|
||||
implementation(project(path = ":common")) { isTransitive = false }
|
||||
|
|
Loading…
Reference in New Issue