diff --git a/build.gradle b/build.gradle index 16f2279f..a22d6932 100644 --- a/build.gradle +++ b/build.gradle @@ -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)