update bukkit to 1.19.3

This commit is contained in:
dfsek
2022-12-21 23:00:40 -07:00
parent 75673b5b8e
commit 8fff27fddd
14 changed files with 602 additions and 2 deletions

View File

@@ -50,7 +50,7 @@ object Versions {
object Bukkit {
const val paper = "1.18.2-R0.1-SNAPSHOT"
const val paperLib = "1.0.5"
const val minecraft = "1.19.2"
const val minecraft = "1.19.3"
const val reflectionRemapper = "0.1.0-SNAPSHOT"
const val paperDevBundle = "1.19.3-R0.1-SNAPSHOT"
}