Woops, forgot the new Shulker Shell item

This commit is contained in:
Matsv 2017-06-03 12:39:35 +02:00
parent da2e802e29
commit 7fda9dba0d
No known key found for this signature in database
GPG Key ID: 97CEC2A2EA31350F

View File

@ -288,5 +288,8 @@ public class BlockItemPackets extends BlockItemRewriter<Protocol1_10To1_11> {
// Totem of Undying to Dead Bush
rewrite(449).repItem(new Item((short) 32, (byte) 1, (short) 0, getNamedTag("1.11 Totem of Undying")));
// Shulker shell to Popped Chorus Fruit
rewrite(450).repItem(new Item((short) 433, (byte) 1, (short) 0, getNamedTag("1.11 Shulker Shell")));
}
}