Bundle missing transitive fabric-api dependency

This commit is contained in:
Jonas Herzig
2021-06-28 19:03:49 +02:00
parent 0fcb27c6b2
commit ed99e240ec

View File

@@ -273,6 +273,9 @@ dependencies {
if (mcVersion >= 11600) {
fabricApiModules.add("key-binding-api-v1")
}
if (mcVersion >= 11700) {
fabricApiModules.add("networking-api-v1")
}
fabricApiModules.each { module ->
modImplementation fabricApi.module("fabric-$module", fabricApiVersion)
include fabricApi.module("fabric-$module", fabricApiVersion)