feat(networking): Introduce Minecraft networking support with basic data reader and writers

This commit is contained in:
2026-03-01 12:40:10 +01:00
parent 2e9f4c1689
commit 0e5a907446
14 changed files with 761 additions and 39 deletions

View File

@@ -56,6 +56,7 @@ includeNormalModule("bundle-pojo-weaving")
includeNormalModule("coat-bridge")
includeNormalModule("fabric-helper")
includeNormalModule("logging")
includeNormalModule("networking")
fun includeNormalModule(name: String) {
includeAs("tweed5-$name", name)