Minestom Updated to latest version as of now 4/12/2025

Updated method names to new documentation and changed minestom versioning.

- Paper Build version was changed as I had issues building at all with the snapshot version. So it was changed to a generic version but everything still builds fine.
This commit is contained in:
ckyuri
2025-04-12 11:54:48 +01:00
parent d33d4af296
commit 227bfe7b29
7 changed files with 57 additions and 28 deletions

View File

@@ -56,7 +56,8 @@ object Versions {
object Bukkit {
const val minecraft = "1.21.4"
const val paperBuild = "$minecraft-R0.1-20250317.101324-208"
// swapped to use a generic SNAPSHOT instead of a specific timestamp
const val paperBuild = "$minecraft-R0.1-SNAPSHOT"
const val paper = paperBuild
const val paperLib = "1.0.8"
const val reflectionRemapper = "0.1.1"
@@ -83,6 +84,6 @@ object Versions {
}
object Minestom {
const val minestom = "187931e50b"
const val minestom = "fb895cb899"
}
}