From 42d7ecc1aa70dd0d7683aada09aea8c498d1a1a5 Mon Sep 17 00:00:00 2001 From: extremeheat Date: Sun, 14 Jan 2024 12:47:21 -0500 Subject: [PATCH] pc: add `chatPacketsUseNbtComponents` feature for 1.20.3 --- data/pc/common/features.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/data/pc/common/features.json b/data/pc/common/features.json index 736421306..27c99e15a 100644 --- a/data/pc/common/features.json +++ b/data/pc/common/features.json @@ -788,5 +788,10 @@ "name": "unifiedPlayerAndEntitySpawnPacket", "description": "Players and entities spawn with the same spawn_entity packet", "versions": ["1.20.2", "latest"] + }, + { + "name": "chatPacketsUseNbtComponents", + "description": "Chat message packets use NBT to serialize chat components instead of JSON", + "versions": ["1.20.3", "latest"] } ]