Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 16 additions & 0 deletions data/pc/common/features.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,22 @@
"latest"
]
},
{
"name": "clientCommandUsesStringMapper",
"description": "client_command packet uses string mappings instead of a numeric actionId",
"versions": [
"26.1",
"latest"
]
},
{
"name": "useEntityUsesStringMapper",
"description": "use_entity packet uses string mappings instead of a numeric hand",
"versions": [
"26.1",
"latest"
]
},
{
"name": "attributeSnakeCase",
"description": "entity attributes are in snake case",
Expand Down
Loading