Skip to content

Commit

Permalink
Forgot to remove these
Browse files Browse the repository at this point in the history
  • Loading branch information
pokecosimo committed Sep 19, 2024
1 parent 0d5c346 commit b446979
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 66 deletions.
51 changes: 0 additions & 51 deletions data/bedrock/1.21.30/protocol.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,49 +56,6 @@
"nbtLoop": "native",
"enum_size_based_on_values_len": "native",
"MapInfo": "native",
"BehaviourPackInfos": [
"array",
{
"countType": "li16",
"type": [
"container",
[
{
"name": "uuid",
"type": "string"
},
{
"name": "version",
"type": "string"
},
{
"name": "size",
"type": "lu64"
},
{
"name": "content_key",
"type": "string"
},
{
"name": "sub_pack_name",
"type": "string"
},
{
"name": "content_identity",
"type": "string"
},
{
"name": "has_scripts",
"type": "bool"
},
{
"name": "addon_pack",
"type": "bool"
}
]
]
}
],
"TexturePackInfos": [
"array",
{
Expand Down Expand Up @@ -5276,14 +5233,6 @@
"name": "has_scripts",
"type": "bool"
},
{
"name": "force_server_packs",
"type": "bool"
},
{
"name": "behaviour_packs",
"type": "BehaviourPackInfos"
},
{
"name": "texture_packs",
"type": "TexturePackInfos"
Expand Down
5 changes: 0 additions & 5 deletions data/bedrock/latest/proto.yml
Original file line number Diff line number Diff line change
Expand Up @@ -136,11 +136,6 @@ packet_resource_packs_info:
has_addons: bool
# If scripting is enabled.
has_scripts: bool
# ForcingServerPacks is currently an unclear field.
force_server_packs: bool
# A list of behaviour packs that the client needs to download before joining the server.
# All of these behaviour packs will be applied together.
behaviour_packs: BehaviourPackInfos
# A list of resource packs that the client needs to download before joining the server.
# The order of these resource packs is not relevant in this packet. It is however important in the Resource Pack Stack packet.
texture_packs: TexturePackInfos
Expand Down
10 changes: 0 additions & 10 deletions data/bedrock/latest/types.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,5 @@
!StartDocs: Types

BehaviourPackInfos: []li16
uuid: string
version: string
size: lu64
content_key: string
sub_pack_name: string
content_identity: string
has_scripts: bool
addon_pack: bool

TexturePackInfos: []li16
uuid: string
version: string
Expand Down

0 comments on commit b446979

Please sign in to comment.