Skip to content

Commit

Permalink
1.21.30 support (#911)
Browse files Browse the repository at this point in the history
* 1.21.30 support

* 1.21.30 support

* fix spacing

* deleted test folder by error

* forgot those

* Forgot to remove these

* emote packet

* wrong order in emotepacket

* Corrections

* Corrections

* Update bedrock-ci.yml

* Update bedrock-ci.yml

---------

Co-authored-by: extremeheat <[email protected]>
  • Loading branch information
pokecosimo and extremeheat committed Sep 20, 2024
1 parent 0504e4f commit b828271
Show file tree
Hide file tree
Showing 11 changed files with 19,470 additions and 36 deletions.
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)
* 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
* 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


## Wrappers
Expand Down
4,263 changes: 4,263 additions & 0 deletions data/bedrock/1.21.20/proto.yml

Large diffs are not rendered by default.

21 changes: 15 additions & 6 deletions data/bedrock/1.21.20/protocol.json
Original file line number Diff line number Diff line change
Expand Up @@ -2645,11 +2645,7 @@
[
{
"name": "slot_type",
"type": "ContainerSlotType"
},
{
"name": "dynamic_container_id",
"type": "lu32"
"type": "FullContainerName"
},
{
"name": "slot",
Expand Down Expand Up @@ -3081,7 +3077,7 @@
[
{
"name": "slot_type",
"type": "ContainerSlotType"
"type": "FullContainerName"
},
{
"name": "slots",
Expand Down Expand Up @@ -4660,6 +4656,19 @@
}
}
],
"FullContainerName": [
"container",
[
{
"name": "container_id",
"type": "ContainerSlotType"
},
{
"name": "dynamic_container_id",
"type": "u32"
}
]
],
"mcpe_packet": [
"container",
[
Expand Down
Loading

0 comments on commit b828271

Please sign in to comment.