You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: common/src/main/java/com/viaversion/viabackwards/protocol/protocol1_15_2to1_16/packets/BlockItemPackets1_16.java
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -308,8 +308,8 @@ public Item handleItemToClient(Item item) {
308
308
}
309
309
}
310
310
311
-
// Handle hover event changes in book pages
312
-
if ((item.identifier() == 758 || item.identifier() == 759) && tag != null) {
311
+
// Handle hover event changes in written book pages
Copy file name to clipboardExpand all lines: common/src/main/java/com/viaversion/viabackwards/protocol/protocol1_20_2to1_20_3/rewriter/BlockItemPacketRewriter1_20_3.java
0 commit comments