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

Add bedrock 1.21.60 data #980

Merged
merged 13 commits into from
Feb 12, 2025
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Language independent module providing minecraft data for minecraft clients, serv
Supports
* Minecraft PC version 0.30c (classic), 1.7.10, 1.8.8, 1.9 (15w40b, 1.9, 1.9.1-pre2, 1.9.2, 1.9.4),
1.10 (16w20a, 1.10-pre1, 1.10, 1.10.1, 1.10.2), 1.11 (16w35a, 1.11, 1.11.2), 1.12 (17w15a, 17w18b, 1.12-pre4, 1.12, 1.12.1, 1.12.2), 1.13 (17w50a, 1.13, 1.13.1, 1.13.2-pre1, 1.13.2-pre2, 1.13.2), 1.14 (1.14, 1.14.1, 1.14.3, 1.14.4), 1.15 (1.15, 1.15.1, 1.15.2), 1.16 (20w13b, 20w14a, 1.16-rc1, 1.16, 1.16.1, 1.16.2, 1.16.3, 1.16.4, 1.16.5), 1.17, 1.17.1, 1.18 (1.18, 1.18.1, 1.18.2), 1.19 (1.19, 1.19.2, 1.19.3, 1.19.4), 1.20 (1.20, 1.20.1, 1.20.2, 1.20.3, 1.20.4, 1.20.5, 1.20.6), 1.21 (1.21, 1.21.1, 1.21.3)
* Minecraft bedrock version 0.14, 0.15, 1.0, 1.16.201, 1.16.210, 1.16.220, 1.17.0, 1.17.10, 1.17.30, 1.17.40, 1.18.0, 1.18.11, 1.18.30, 1.19.1, 1.19.10, 1.19.20, 1.19.21, 1.19.30, 1.19.40, 1.19.50, 1.19.60, 1.19.62, 1.19.63, 1.19.70, 1.19.80, 1.20.0, 1.20.10, 1.20.30, 1.20.40, 1.20.50, 1.20.61, 1.20.71, 1.20.80, 1.21.0, 1.21.2, 1.21.20, 1.21.30, 1.21.42, 1.21.50
* Minecraft bedrock version 0.14, 0.15, 1.0, 1.16.201, 1.16.210, 1.16.220, 1.17.0, 1.17.10, 1.17.30, 1.17.40, 1.18.0, 1.18.11, 1.18.30, 1.19.1, 1.19.10, 1.19.20, 1.19.21, 1.19.30, 1.19.40, 1.19.50, 1.19.60, 1.19.62, 1.19.63, 1.19.70, 1.19.80, 1.20.0, 1.20.10, 1.20.30, 1.20.40, 1.20.50, 1.20.61, 1.20.71, 1.20.80, 1.21.0, 1.21.2, 1.21.20, 1.21.30, 1.21.42, 1.21.50, 1.21.60


## Wrappers
Expand Down
1 change: 1 addition & 0 deletions data/bedrock/1.21.42/proto.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4098,6 +4098,7 @@ packet_camera_instruction:
# ViewOffset is only used in a follow_orbit camera and controls an offset based on a pivot point to the
# player, causing it to be shifted in a certain direction.
offset?: vec2f
entity_offset?: vec3f
default?: bool
# Clear can be set to true to clear all the current camera instructions.
clear?: bool
Expand Down
7 changes: 7 additions & 0 deletions data/bedrock/1.21.42/protocol.json
Original file line number Diff line number Diff line change
Expand Up @@ -12261,6 +12261,13 @@
"vec2f"
]
},
{
"name": "entity_offset",
"type": [
"option",
"vec3f"
]
},
{
"name": "default",
"type": [
Expand Down
4,400 changes: 4,400 additions & 0 deletions data/bedrock/1.21.50/proto.yml

Large diffs are not rendered by default.

7 changes: 7 additions & 0 deletions data/bedrock/1.21.50/protocol.json
Original file line number Diff line number Diff line change
Expand Up @@ -12352,6 +12352,13 @@
"vec2f"
]
},
{
"name": "entity_offset",
"type": [
"option",
"vec3f"
]
},
{
"name": "default",
"type": [
Expand Down
Loading
Loading