Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

1.21.3 features #965

Merged
merged 1 commit into from
Jan 7, 2025
Merged
Show file tree
Hide file tree
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
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
Loading