1
0
mirror of https://github.com/GeyserMC/Geyser.git synced 2026-01-03 22:16:31 +00:00
This commit is contained in:
Eclipse
2025-03-25 20:49:33 +00:00
parent 413be6c8b8
commit e78b6b431e

View File

@@ -209,7 +209,7 @@ public class ScoreboardIssueTests {
// metadata set: invisible, custom name, custom name visible
context.translate(setEntityDataTranslator, new ClientboundSetEntityDataPacket(1298, new EntityMetadata<?, ?>[]{
new ByteEntityMetadata(0, MetadataTypes.BYTE, (byte) 0x20),
new ObjectEntityMetadata<>(2, MetadataTypes.OPTIONAL_CHAT, Optional.of(Component.text("tesss"))),
new ObjectEntityMetadata<>(2, MetadataTypes.OPTIONAL_COMPONENT, Optional.of(Component.text("tesss"))),
new BooleanEntityMetadata(3, MetadataTypes.BOOLEAN, true)
}));