update paper dev bundle to 1.19.2

This commit is contained in:
dfsek
2022-11-09 18:48:09 -07:00
parent 7d3bdeee8f
commit 72e5ac76e6
3 changed files with 5 additions and 4 deletions
+2 -1
View File
@@ -50,8 +50,9 @@ object Versions {
object Bukkit {
const val paper = "1.18.2-R0.1-SNAPSHOT"
const val paperLib = "1.0.5"
const val minecraft = "1.19"
const val minecraft = "1.19.2"
const val reflectionRemapper = "0.1.0-SNAPSHOT"
const val paperDevBundle = "1.19.2-R0.1-SNAPSHOT"
}
object Sponge {