Merge branch 'dev/7.0-2' into dev/7.0-2

This commit is contained in:
kyuri 2025-04-12 12:22:00 +01:00 committed by GitHub
commit e2e0e292b7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -56,8 +56,11 @@ object Versions {
object Bukkit { object Bukkit {
const val minecraft = "1.21.4" const val minecraft = "1.21.4"
// swapped to use a generic SNAPSHOT instead of a specific timestamp // swapped to use a generic SNAPSHOT instead of a specific timestamp
//const val paperBuild = "$minecraft-R0.1-20250317.101324-208"
const val paperBuild = "$minecraft-R0.1-SNAPSHOT" const val paperBuild = "$minecraft-R0.1-SNAPSHOT"
const val paper = paperBuild const val paper = paperBuild
const val paperLib = "1.0.8" const val paperLib = "1.0.8"
const val reflectionRemapper = "0.1.1" const val reflectionRemapper = "0.1.1"