Implement Mob Goal API

This commit is contained in:
MiniDigger | Martin
2020-01-03 16:26:19 +01:00
parent f5cfd89975
commit 82290d3060
7 changed files with 765 additions and 0 deletions

View File

@ -55,6 +55,7 @@ dependencies {
runtimeOnly("org.apache.maven.resolver:maven-resolver-connector-basic:1.9.18")
runtimeOnly("org.apache.maven.resolver:maven-resolver-transport-http:1.9.18")
testImplementation("io.github.classgraph:classgraph:4.8.47") // Paper - mob goal test
testImplementation("org.junit.jupiter:junit-jupiter:5.10.2")
testImplementation("org.junit.platform:junit-platform-suite-engine:1.10.0")
testImplementation("org.hamcrest:hamcrest:2.2")