Skip to content

Commit

Permalink
feat: 1.21.1 support
Browse files Browse the repository at this point in the history
  • Loading branch information
Boy0000 committed Aug 10, 2024
1 parent 0970cef commit 5fccd7d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 5fccd7d

Please sign in to comment.