mirror of
https://github.com/PolyhedralDev/Terra.git
synced 2026-04-22 16:18:32 +00:00
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:
@@ -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"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user