start updating to new bukkit world generation API

This commit is contained in:
dfsek
2021-11-27 09:36:54 -07:00
parent 50da6d9d9b
commit 7aaa94dedc
6 changed files with 61 additions and 152 deletions
+1 -1
View File
@@ -24,7 +24,7 @@ dependencies {
because("Minecraft 1.17+ includes slf4j 1.8.0-beta4, so we need to shade it for other versions.")
}
compileOnly("io.papermc.paper:paper-api:1.17-R0.1-SNAPSHOT")
compileOnly("io.papermc.paper:paper-api:1.17.1-R0.1-SNAPSHOT")
shadedImplementation("io.papermc:paperlib:1.0.5")
shadedImplementation("org.bstats:bstats-bukkit:1.7")