Add remaining item array type in BlockItemPacketRewriter1_13 (#784)

This commit is contained in:
EnZaXD 2024-06-13 18:42:17 +02:00 committed by GitHub
parent 094bfe34c6
commit eceda8ac58
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -72,7 +72,7 @@ public class BlockItemPacketRewriter1_13 extends BackwardsItemRewriter<Clientbou
private final String extraNbtTag;
public BlockItemPacketRewriter1_13(Protocol1_13To1_12_2 protocol) {
super(protocol, Types.ITEM1_13, null, Types.ITEM1_8, null);
super(protocol, Types.ITEM1_13, Types.ITEM1_13_SHORT_ARRAY, Types.ITEM1_8, Types.ITEM1_8_SHORT_ARRAY);
extraNbtTag = nbtTagName("2");
}