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
finalItemHasherBaseitemHasher = itemHasher(connection); // get the original hashed item and store it later if there are any changes that could affect the data hashes
storeOriginalHashedItem(item, itemHasher, originalHashedItem); // has to be called AFTER all modifications - override updateItemDataComponentsToClient instead of this method if needed
storeOriginalHashedItem(item, itemHasher, originalHashedItem); // has to be called AFTER all modifications - override updateItemDataComponentsToClient instead of this method if needed
finalItemHasherBaseitemHasher = itemHasher(connection); // get the original hashed item and store it later if there are any changes that could affect the data hashes
Copy file name to clipboardExpand all lines: common/src/main/java/com/viaversion/viabackwards/protocol/v1_21_5to1_21_4/rewriter/BlockItemPacketRewriter1_21_5.java
+12-18Lines changed: 12 additions & 18 deletions
Original file line number
Diff line number
Diff line change
@@ -325,12 +325,8 @@ private String heightmapType(final int id) {
0 commit comments