Bundle missing transitive fabric-api dependency
This commit is contained in:
@@ -273,6 +273,9 @@ dependencies {
|
|||||||
if (mcVersion >= 11600) {
|
if (mcVersion >= 11600) {
|
||||||
fabricApiModules.add("key-binding-api-v1")
|
fabricApiModules.add("key-binding-api-v1")
|
||||||
}
|
}
|
||||||
|
if (mcVersion >= 11700) {
|
||||||
|
fabricApiModules.add("networking-api-v1")
|
||||||
|
}
|
||||||
fabricApiModules.each { module ->
|
fabricApiModules.each { module ->
|
||||||
modImplementation fabricApi.module("fabric-$module", fabricApiVersion)
|
modImplementation fabricApi.module("fabric-$module", fabricApiVersion)
|
||||||
include fabricApi.module("fabric-$module", fabricApiVersion)
|
include fabricApi.module("fabric-$module", fabricApiVersion)
|
||||||
|
|||||||
Reference in New Issue
Block a user