Fix some clientbound message bugs
send signed message{wip}
This commit is contained in:
37 files changed
+689
-1206
No files matched your search
@@ -14,6 +14,8 @@ kotlin {
|
||||
commonMain.dependencies {
|
||||
api(project(":common"))
|
||||
api(project(":nbt"))
|
||||
implementation(libs.cryptography.core)
|
||||
implementation(libs.cryptography.provider.optimal)
|
||||
}
|
||||
|
||||
jvmMain.dependencies {}
|
||||
|
||||
Reference in New Issue
Block a user