*facepalm*³

This commit is contained in:
creeper123123321 2018-07-17 17:51:31 -03:00
parent 29460a310b
commit ba9198bd45
No known key found for this signature in database
GPG Key ID: 0AC57D54786721D1

View File

@ -347,7 +347,7 @@ public class InventoryPackets {
tag.put(new IntTag(NBT_TAG_NAME, originalId)); // Data will be lost, saving original id
}
if (item.getId() == 31 && item.getData() == 0) { // Shrub was removed
rawId = 32 << 16; // Dead Bush
rawId = 32 << 4; // Dead Bush
} else if (MappingData.oldToNewItems.containsKey(rawId & ~0xF)) {
rawId &= ~0xF; // Remove data
} else {