feat(networking): Introduce Minecraft networking support with basic data reader and writers
This commit is contained in:
13
tweed5-minecraft/networking/build.gradle.kts
Normal file
13
tweed5-minecraft/networking/build.gradle.kts
Normal file
@@ -0,0 +1,13 @@
|
||||
plugins {
|
||||
id("de.siphalor.tweed5.local-runtime-only")
|
||||
id("de.siphalor.tweed5.minecraft.mod.cross-version")
|
||||
}
|
||||
|
||||
dependencies {
|
||||
modCompileOnly(fabricApi.module("fabric-networking-api-v1", mcLibs.versions.fabric.api.get()))
|
||||
compileOnly("de.siphalor.tweed5:tweed5-core")
|
||||
compileOnly("de.siphalor.tweed5:tweed5-serde-extension")
|
||||
|
||||
testImplementation("de.siphalor.tweed5:tweed5-core")
|
||||
testImplementation("de.siphalor.tweed5:tweed5-serde-extension")
|
||||
}
|
||||
Reference in New Issue
Block a user