feat: update Minestom version and replace deprecated ItemComponent API

Updated the Minestom library to version 1_21_5-69b9a5d844 and migrated from the deprecated `ItemComponent` API to `DataComponents`. This ensures compatibility with the latest changes and improves maintainability.
This commit is contained in:
Christian Bergschneider
2025-05-27 23:25:34 +02:00
parent 1dd59c378e
commit 089b25dea4
2 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -84,6 +84,6 @@ object Versions {
}
object Minestom {
const val minestom = "fb895cb899"
const val minestom = "1_21_5-69b9a5d844"
}
}