mirror of
https://github.com/ViaVersion/ViaVersion.git
synced 2024-11-21 17:45:36 +01:00
parent
1a9cda0579
commit
1c339e8b54
@ -360,7 +360,9 @@ public class ComponentRewriter<C extends ClientboundPacketType> implements com.v
|
||||
handleShowItem(connection, contentsTag, componentsTag);
|
||||
if (componentsTag != null) {
|
||||
handleContainerContents(connection, componentsTag);
|
||||
handleWrittenBookContents(connection, componentsTag);
|
||||
if (inputSerializerVersion() != null) {
|
||||
handleWrittenBookContents(connection, componentsTag);
|
||||
}
|
||||
|
||||
handleItemArrayContents(connection, componentsTag, "bundle_contents");
|
||||
handleItemArrayContents(connection, componentsTag, "charged_projectiles");
|
||||
|
Loading…
Reference in New Issue
Block a user