Archived
1
0
Fork 0

Add more packets and change some world related files

This commit is contained in:
Moritz Ruth 2020-11-03 19:55:24 +01:00
parent 785ee432cc
commit 2de7338a88
19 changed files with 231 additions and 47 deletions

View file

@ -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}")