From 5fccd7d2f662f3bb41b88fc95b04bfe818b753b2 Mon Sep 17 00:00:00 2001 From: Boy Date: Sat, 10 Aug 2024 21:31:23 +0200 Subject: [PATCH] feat: 1.21.1 support --- .../main/kotlin/com/mineinabyss/emojy/nms/EmojyNMSHandlers.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/src/main/kotlin/com/mineinabyss/emojy/nms/EmojyNMSHandlers.kt b/core/src/main/kotlin/com/mineinabyss/emojy/nms/EmojyNMSHandlers.kt index c3d0614..189ebe8 100644 --- a/core/src/main/kotlin/com/mineinabyss/emojy/nms/EmojyNMSHandlers.kt +++ b/core/src/main/kotlin/com/mineinabyss/emojy/nms/EmojyNMSHandlers.kt @@ -8,7 +8,7 @@ object EmojyNMSHandlers { fun setup(emojy: EmojyPlugin): IEmojyNMSHandler { val nmsPackage = when (Bukkit.getMinecraftVersion()) { "1.20.5", "1.20.6" -> "v1_20_R4" - "1.21" -> "v1_21_R1" + "1.21", "1.21.1" -> "v1_21_R1" else -> throw IllegalStateException("Unsupported server version") } runCatching {