Skip to content

Commit b5dc1f7

Browse files
authored
fix: IncompatibleClassChangeError w/ dynamic title update pre MC 1.21 (#735)
1 parent df816b6 commit b5dc1f7

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

gradle/libs.versions.toml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
[versions]
22
jetbrains-annotations = "26.0.2"
3-
spigot = "1.21.5-R0.1-SNAPSHOT"
4-
paperSpigot = "1.21.5-R0.1-SNAPSHOT"
3+
# Do not update Spigot/Paper to 1.21, InventoryView changed from class to interface type
4+
# Dynamic Title Update feature throws IncompatibleClassChangeError due to that
5+
# Feel free to implement a workaround on InventoryUpdate.java if u need to use a 1.21+ specific API
6+
spigot = "1.20.6-R0.1-SNAPSHOT"
7+
paperSpigot = "1.20.6-R0.1-SNAPSHOT"
58
junit = "5.12.2"
69
mockito = "4.11.0"
710
adventure-api = "4.19.0"

0 commit comments

Comments
 (0)