Mirror von
https://github.com/ViaVersion/ViaVersion.git
synchronisiert 2024-11-03 14:50:30 +01:00
*facepalm*³
Dieser Commit ist enthalten in:
Ursprung
29460a310b
Commit
ba9198bd45
@ -347,7 +347,7 @@ public class InventoryPackets {
|
|||||||
tag.put(new IntTag(NBT_TAG_NAME, originalId)); // Data will be lost, saving original id
|
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
|
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)) {
|
} else if (MappingData.oldToNewItems.containsKey(rawId & ~0xF)) {
|
||||||
rawId &= ~0xF; // Remove data
|
rawId &= ~0xF; // Remove data
|
||||||
} else {
|
} else {
|
||||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren