implement NMS chunk generator on bukkit

This commit is contained in:
dfsek
2022-05-29 18:35:38 -07:00
parent e94d90050a
commit ef1f2e882d
11 changed files with 527 additions and 45 deletions
+1
View File
@@ -23,6 +23,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.18.2-R0.1-20220519.005047-123")
compileOnly(group = "org.spigotmc", name = "spigot", version = "1.18.2-R0.1-SNAPSHOT")
shadedApi("io.papermc", "paperlib", Versions.Bukkit.paperLib)