Add more packets and change some world related files
This commit is contained in:
parent
785ee432cc
commit
2de7338a88
19 changed files with 231 additions and 47 deletions
|
@ -1,7 +1,6 @@
|
|||
plugins {
|
||||
kotlin("jvm")
|
||||
kotlin("kapt")
|
||||
id("com.github.johnrengelman.shadow") version "6.1.0"
|
||||
}
|
||||
|
||||
group = rootProject.group
|
||||
|
@ -31,6 +30,9 @@ dependencies {
|
|||
// Netty
|
||||
api("io.netty:netty-buffer:${nettyVersion}")
|
||||
|
||||
// Other
|
||||
api("com.google.guava:guava:30.0-jre")
|
||||
|
||||
// Testing
|
||||
testImplementation("io.strikt:strikt-core:${striktVersion}")
|
||||
testImplementation("org.junit.jupiter:junit-jupiter-api:${junitVersion}")
|
||||
|
|
Reference in a new issue