Fix some clientbound message bugs

send signed message{wip}
This commit is contained in:
2026-09-12 01:03:05 +08:00
parent b2ea685a9a
commit 480d0089e6
37 files changed
+689 -1206

No files matched your search

+2
View File
@@ -14,6 +14,8 @@ kotlin {
commonMain.dependencies {
api(project(":common"))
api(project(":nbt"))
implementation(libs.cryptography.core)
implementation(libs.cryptography.provider.optimal)
}
jvmMain.dependencies {}