diff --git a/build.gradle b/build.gradle index 5337e60a..f0661b4e 100644 --- a/build.gradle +++ b/build.gradle @@ -312,10 +312,10 @@ dependencies { } if (mcVersion >= 11604) { fabricApiModules.add("screen-api-v1") + fabricApiModules.add("networking-api-v1") } if (mcVersion >= 11700) { fabricApiModules.remove("networking-v0") - fabricApiModules.add("networking-api-v1") } fabricApiModules.each { module -> modImplementation fabricApi.module("fabric-$module", fabricApiVersion)