Skip to content

Commit

Permalink
pc: add chatPacketsUseNbtComponents feature for 1.20.3
Browse files Browse the repository at this point in the history
  • Loading branch information
extremeheat committed Jan 14, 2024
1 parent c7bb79c commit 42d7ecc
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions data/pc/common/features.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
}
]

0 comments on commit 42d7ecc

Please sign in to comment.