Exclude the fabric-api-base artifact from modmenu

This commit is contained in:
Username404-59 2021-04-28 12:35:03 +02:00
parent eb95454313
commit f352f16e46
Signed by: Username404-59
GPG Key ID: 7AB361FBB257A5D1
1 changed files with 1 additions and 0 deletions

View File

@ -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 }