Mirror von
https://github.com/ViaVersion/ViaVersion.git
synchronisiert 2024-12-26 16:12:42 +01:00
Remove new item data from serverbound items
Dieser Commit ist enthalten in:
Ursprung
9c35228287
Commit
8a41e7add6
@ -307,5 +307,9 @@ public final class BlockItemPacketRewriter1_21_2 extends StructuredItemRewriter<
|
||||
dataContainer.remove(StructuredDataKey.CONSUMABLE1_21_2);
|
||||
dataContainer.remove(StructuredDataKey.USE_REMAINDER);
|
||||
dataContainer.remove(StructuredDataKey.USE_COOLDOWN);
|
||||
dataContainer.remove(StructuredDataKey.ITEM_MODEL);
|
||||
dataContainer.remove(StructuredDataKey.EQUIPPABLE);
|
||||
dataContainer.remove(StructuredDataKey.GLIDER);
|
||||
dataContainer.remove(StructuredDataKey.TOOLTIP_STYLE);
|
||||
}
|
||||
}
|
||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren