Address incompatibilities after CraftChunk changes in spigot (#2179)

This commit is contained in:
Hannes Greule
2023-04-22 00:21:50 +02:00
committed by GitHub
parent 86acb1c4d4
commit 05afaf00a9
5 changed files with 37 additions and 55 deletions

View File

@@ -9,6 +9,6 @@ repositories {
}
dependencies {
paperDevBundle("1.19.4-R0.1-20230331.112431-38")
paperDevBundle("1.19.4-R0.1-20230412.010331-64")
compileOnly("io.papermc:paperlib")
}