3
0
Mirror von https://github.com/ViaVersion/ViaBackwards.git synchronisiert 2024-10-03 00:50:05 +02:00

Woops, forgot the new Shulker Shell item

Dieser Commit ist enthalten in:
Matsv 2017-06-03 12:39:35 +02:00
Ursprung da2e802e29
Commit 7fda9dba0d
Es konnte kein GPG-Schlüssel zu dieser Signatur gefunden werden
GPG-Schlüssel-ID: 97CEC2A2EA31350F

Datei anzeigen

@ -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")));
}
}