Skip to content

Commit

Permalink
Add bedrock 1.21.2 protocol data (#895)
Browse files Browse the repository at this point in the history
* 1.21.2 support, Add clientbound_close_form

* Run build

* Fix accidental revert of some types
  • Loading branch information
CreeperG16 committed Jul 11, 2024
1 parent ddd0700 commit 35a8033
Show file tree
Hide file tree
Showing 8 changed files with 19,011 additions and 3 deletions.
4,186 changes: 4,186 additions & 0 deletions data/bedrock/1.21.0/proto.yml

Large diffs are not rendered by default.

2,373 changes: 2,373 additions & 0 deletions data/bedrock/1.21.0/types.yml

Large diffs are not rendered by default.

12,408 changes: 12,408 additions & 0 deletions data/bedrock/1.21.2/protocol.json

Large diffs are not rendered by default.

6 changes: 6 additions & 0 deletions data/bedrock/1.21.2/version.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"version": 686,
"minecraftVersion": "1.21.2",
"majorVersion": "1.21",
"releaseType": "release"
}
6 changes: 6 additions & 0 deletions data/bedrock/common/protocolVersions.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
[
{
"version": 686,
"minecraftVersion": "1.21.2",
"majorVersion": "1.21",
"releaseType": "release"
},
{
"version": 685,
"minecraftVersion": "1.21.0",
Expand Down
3 changes: 2 additions & 1 deletion data/bedrock/common/versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,6 @@
"1.20.61",
"1.20.71",
"1.20.80",
"1.21.0"
"1.21.0",
"1.21.2"
]
8 changes: 7 additions & 1 deletion data/bedrock/latest/proto.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Created from MiNET and gophertunnel docs
# The version below is the latest version this protocol schema was updated for.
# The output protocol.json will be in the folder for the version
!version: 1.21.0
!version: 1.21.2

# Some ProtoDef aliases
string: ["pstring",{"countType":"varint"}] # String / array types
Expand Down Expand Up @@ -4184,3 +4184,9 @@ packet_award_achievement:
packet_server_post_move:
!id: 0x10
position: vec3f

# clientbound_close_form is sent by the server to clear the entire form stack of the client. This means that all
# forms that are currently open will be closed. This does not affect inventories and other containers.
packet_clientbound_close_form:
!id: 0x136
!bound: client
24 changes: 23 additions & 1 deletion data/dataPaths.json
Original file line number Diff line number Diff line change
Expand Up @@ -2080,9 +2080,31 @@
"steve": "bedrock/1.20.80",
"blocksB2J": "bedrock/1.21.0",
"blocksJ2B": "bedrock/1.21.0",
"proto": "bedrock/1.21.0",
"types": "bedrock/1.21.0",
"version": "bedrock/1.21.0",
"language": "bedrock/1.20.10"
},
"1.21.2": {
"blocks": "bedrock/1.21.0",
"blockStates": "bedrock/1.21.0",
"blockCollisionShapes": "bedrock/1.21.0",
"biomes": "bedrock/1.20.0",
"entities": "bedrock/1.21.0",
"items": "bedrock/1.21.0",
"recipes": "bedrock/1.19.10",
"instruments": "bedrock/1.17.0",
"materials": "pc/1.17",
"enchantments": "bedrock/1.19.1",
"effects": "pc/1.17",
"protocol": "bedrock/1.21.2",
"windows": "bedrock/1.16.201",
"steve": "bedrock/1.20.80",
"blocksB2J": "bedrock/1.21.0",
"blocksJ2B": "bedrock/1.21.0",
"proto": "bedrock/latest",
"types": "bedrock/latest",
"version": "bedrock/1.21.0",
"version": "bedrock/1.21.2",
"language": "bedrock/1.20.10"
}
}
Expand Down

0 comments on commit 35a8033

Please sign in to comment.