feat: added multiplayer support

This commit is contained in:
moonleay 2024-04-24 01:18:23 +02:00
parent 136bd78f00
commit 60ceb1b3ae
Signed by: moonleay
GPG key ID: 82667543CCD715FB
22 changed files with 183 additions and 42 deletions

View file

@ -67,6 +67,8 @@ dependencies {
modImplementation("net.fabricmc:fabric-language-kotlin:$fabricKotlinVersion")
modImplementation("de.huebcraft.mod-libs:configlib:$configlibVersion")
modImplementation("org.jetbrains.kotlinx:kotlinx-serialization-json:$serializationVersion")
}
val targetJavaVersion = 17