1.15 (wip)

Adapters and nms needs updating still, alongside some other fixes and changes, but I'm too tired for that now
This commit is contained in:
NotMyFault
2019-12-11 02:11:52 +01:00
parent 39b60aa742
commit 5358c51011
8 changed files with 1685 additions and 3 deletions

View File

@ -43,6 +43,7 @@ dependencies {
isTransitive = false
}
"compileOnly"("org.spigotmc:spigot:1.14.4-R0.1-SNAPSHOT")
"compileOnly"("org.spigotmc:spigot:1.15-R0.1-SNAPSHOT")
"implementation"("io.papermc:paperlib:1.0.2")
"compileOnly"("com.sk89q:dummypermscompat:1.10")
"implementation"("org.apache.logging.log4j:log4j-slf4j-impl:2.8.1")