Skip to content

Commit

Permalink
Add pc1.21.3 features (#965)
Browse files Browse the repository at this point in the history
  • Loading branch information
extremeheat authored Jan 7, 2025
1 parent 6e12664 commit 2ce91b4
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 5 deletions.
5 changes: 1 addition & 4 deletions data/pc/1.21.3/protocol.json
Original file line number Diff line number Diff line change
Expand Up @@ -6166,10 +6166,7 @@
{
"compareTo": "../action/update_display_name",
"fields": {
"true": [
"option",
"anonymousNbt"
]
"true": "anonOptionalNbt"
},
"default": "void"
}
Expand Down
10 changes: 10 additions & 0 deletions data/pc/common/features.json
Original file line number Diff line number Diff line change
Expand Up @@ -845,5 +845,15 @@
"name": "registryDataIsMandatory",
"description": "The server needs to send the registry data to the client before sending the finish_configuration packet",
"versions": ["1.21", "latest"]
},
{
"name": "newPlayerInputPacket",
"description": "New player_input packet for movements, which replaces steer_vehicle",
"versions": ["1.21.3", "latest"]
},
{
"name": "noAckOnCreateSetSlotPacket",
"description": "Server does not send ack on creative_set_slot packets",
"versions": ["1.21.3", "latest"]
}
]
2 changes: 1 addition & 1 deletion data/pc/latest/proto.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2129,7 +2129,7 @@
if true: varint
default: void
displayName: ../action/update_display_name ?
if true: ["option", "anonymousNbt"]
if true: anonOptionalNbt
default: void
listPriority: ../action/update_priority ?
if true: varint
Expand Down

0 comments on commit 2ce91b4

Please sign in to comment.