minecraft-data 3.39.0 → 3.41.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (98) hide show
  1. package/data.js +43 -2
  2. package/doc/history.md +8 -0
  3. package/index.d.ts +12 -0
  4. package/minecraft-data/README.md +1 -1
  5. package/minecraft-data/data/bedrock/1.16.201/attributes.json +107 -0
  6. package/minecraft-data/data/bedrock/1.16.201/proto.yml +4 -4
  7. package/minecraft-data/data/bedrock/1.16.201/protocol.json +63 -55
  8. package/minecraft-data/data/bedrock/1.16.210/proto.yml +6 -6
  9. package/minecraft-data/data/bedrock/1.16.210/protocol.json +69 -61
  10. package/minecraft-data/data/bedrock/1.16.210/types.yml +1 -1
  11. package/minecraft-data/data/bedrock/1.16.220/proto.yml +6 -6
  12. package/minecraft-data/data/bedrock/1.16.220/protocol.json +70 -62
  13. package/minecraft-data/data/bedrock/1.16.220/types.yml +2 -2
  14. package/minecraft-data/data/bedrock/1.17.0/proto.yml +5 -5
  15. package/minecraft-data/data/bedrock/1.17.0/protocol.json +70 -62
  16. package/minecraft-data/data/bedrock/1.17.0/types.yml +2 -2
  17. package/minecraft-data/data/bedrock/1.17.10/proto.yml +6 -6
  18. package/minecraft-data/data/bedrock/1.17.10/protocol.json +70 -62
  19. package/minecraft-data/data/bedrock/1.17.10/types.yml +2 -2
  20. package/minecraft-data/data/bedrock/1.17.30/proto.yml +6 -6
  21. package/minecraft-data/data/bedrock/1.17.30/protocol.json +70 -62
  22. package/minecraft-data/data/bedrock/1.17.30/types.yml +2 -2
  23. package/minecraft-data/data/bedrock/1.17.40/proto.yml +5 -5
  24. package/minecraft-data/data/bedrock/1.17.40/protocol.json +70 -62
  25. package/minecraft-data/data/bedrock/1.17.40/types.yml +2 -2
  26. package/minecraft-data/data/bedrock/1.18.0/proto.yml +6 -6
  27. package/minecraft-data/data/bedrock/1.18.0/protocol.json +70 -62
  28. package/minecraft-data/data/bedrock/1.18.0/types.yml +2 -2
  29. package/minecraft-data/data/bedrock/1.18.11/proto.yml +6 -6
  30. package/minecraft-data/data/bedrock/1.18.11/protocol.json +70 -62
  31. package/minecraft-data/data/bedrock/1.18.11/types.yml +2 -2
  32. package/minecraft-data/data/bedrock/1.18.30/proto.yml +6 -6
  33. package/minecraft-data/data/bedrock/1.18.30/protocol.json +72 -64
  34. package/minecraft-data/data/bedrock/1.18.30/types.yml +2 -2
  35. package/minecraft-data/data/bedrock/1.19.1/proto.yml +5 -5
  36. package/minecraft-data/data/bedrock/1.19.1/protocol.json +76 -68
  37. package/minecraft-data/data/bedrock/1.19.1/types.yml +2 -2
  38. package/minecraft-data/data/bedrock/1.19.10/proto.yml +5 -5
  39. package/minecraft-data/data/bedrock/1.19.10/protocol.json +76 -68
  40. package/minecraft-data/data/bedrock/1.19.10/types.yml +2 -2
  41. package/minecraft-data/data/bedrock/1.19.20/proto.yml +5 -5
  42. package/minecraft-data/data/bedrock/1.19.20/protocol.json +76 -68
  43. package/minecraft-data/data/bedrock/1.19.20/types.yml +2 -2
  44. package/minecraft-data/data/bedrock/1.19.21/proto.yml +5 -5
  45. package/minecraft-data/data/bedrock/1.19.21/protocol.json +76 -68
  46. package/minecraft-data/data/bedrock/1.19.21/types.yml +2 -2
  47. package/minecraft-data/data/bedrock/1.19.30/proto.yml +5 -5
  48. package/minecraft-data/data/bedrock/1.19.30/protocol.json +76 -68
  49. package/minecraft-data/data/bedrock/1.19.30/types.yml +2 -2
  50. package/minecraft-data/data/bedrock/1.19.40/proto.yml +5 -5
  51. package/minecraft-data/data/bedrock/1.19.40/protocol.json +80 -69
  52. package/minecraft-data/data/bedrock/1.19.40/types.yml +5 -2
  53. package/minecraft-data/data/bedrock/1.19.50/proto.yml +6 -6
  54. package/minecraft-data/data/bedrock/1.19.50/protocol.json +80 -69
  55. package/minecraft-data/data/bedrock/1.19.50/types.yml +5 -2
  56. package/minecraft-data/data/bedrock/1.19.60/proto.yml +6 -6
  57. package/minecraft-data/data/bedrock/1.19.60/protocol.json +80 -69
  58. package/minecraft-data/data/bedrock/1.19.60/types.yml +5 -2
  59. package/minecraft-data/data/bedrock/1.19.62/proto.yml +6 -6
  60. package/minecraft-data/data/bedrock/1.19.62/protocol.json +80 -69
  61. package/minecraft-data/data/bedrock/1.19.62/types.yml +5 -2
  62. package/minecraft-data/data/bedrock/1.19.70/proto.yml +5 -5
  63. package/minecraft-data/data/bedrock/1.19.70/protocol.json +80 -69
  64. package/minecraft-data/data/bedrock/1.19.70/types.yml +5 -2
  65. package/minecraft-data/data/bedrock/1.19.80/proto.yml +6 -6
  66. package/minecraft-data/data/bedrock/1.19.80/protocol.json +80 -69
  67. package/minecraft-data/data/bedrock/1.19.80/types.yml +5 -2
  68. package/minecraft-data/data/bedrock/1.20.0/proto.yml +3961 -0
  69. package/minecraft-data/data/bedrock/1.20.0/protocol.json +80 -69
  70. package/minecraft-data/data/bedrock/1.20.0/types.yml +2096 -0
  71. package/minecraft-data/data/bedrock/1.20.10/protocol.json +11452 -0
  72. package/minecraft-data/data/bedrock/1.20.10/version.json +6 -0
  73. package/minecraft-data/data/bedrock/common/features.json +5 -0
  74. package/minecraft-data/data/bedrock/common/protocolVersions.json +6 -0
  75. package/minecraft-data/data/bedrock/common/versions.json +2 -1
  76. package/minecraft-data/data/bedrock/latest/proto.yml +49 -8
  77. package/minecraft-data/data/bedrock/latest/types.yml +10 -2
  78. package/minecraft-data/data/dataPaths.json +44 -4
  79. package/minecraft-data/data/pc/1.10/attributes.json +53 -14
  80. package/minecraft-data/data/pc/1.11/attributes.json +53 -14
  81. package/minecraft-data/data/pc/1.12/attributes.json +53 -14
  82. package/minecraft-data/data/pc/1.13/attributes.json +53 -14
  83. package/minecraft-data/data/pc/1.14/attributes.json +53 -14
  84. package/minecraft-data/data/pc/1.15/attributes.json +53 -14
  85. package/minecraft-data/data/pc/1.16/attributes.json +53 -14
  86. package/minecraft-data/data/pc/1.17/attributes.json +53 -14
  87. package/minecraft-data/data/pc/1.19/protocol.json +13 -8
  88. package/minecraft-data/data/pc/1.19.2/protocol.json +13 -8
  89. package/minecraft-data/data/pc/1.19.3/protocol.json +70 -8
  90. package/minecraft-data/data/pc/1.19.4/protocol.json +75 -17
  91. package/minecraft-data/data/pc/1.20/protocol.json +78 -20
  92. package/minecraft-data/data/pc/1.7/attributes.json +28 -7
  93. package/minecraft-data/data/pc/1.8/attributes.json +49 -13
  94. package/minecraft-data/data/pc/1.9/attributes.json +53 -14
  95. package/minecraft-data/data/pc/common/features.json +5 -0
  96. package/minecraft-data/doc/history.md +14 -0
  97. package/minecraft-data/schemas/attributes_schema.json +13 -1
  98. package/package.json +2 -2
@@ -740,7 +740,10 @@
740
740
  "124": "update_properties",
741
741
  "125": "movement_sound_distance_offset",
742
742
  "126": "heartbeat_interval_ticks",
743
- "127": "heartbeat_sound_event"
743
+ "127": "heartbeat_sound_event",
744
+ "128": "player_last_death_position",
745
+ "129": "player_last_death_dimension",
746
+ "130": "player_has_died"
744
747
  }
745
748
  }
746
749
  ]
@@ -1030,11 +1033,11 @@
1030
1033
  },
1031
1034
  {
1032
1035
  "name": "block_position",
1033
- "type": "vec3i"
1036
+ "type": "BlockCoordinates"
1034
1037
  },
1035
1038
  {
1036
1039
  "name": "face",
1037
- "type": "varint"
1040
+ "type": "zigzag32"
1038
1041
  },
1039
1042
  {
1040
1043
  "name": "hotbar_slot",
@@ -5681,7 +5684,7 @@
5681
5684
  "71": "balloon_pop",
5682
5685
  "72": "treasure_hunt",
5683
5686
  "73": "agent_summon",
5684
- "74": "charged_crossbow",
5687
+ "74": "charged_item",
5685
5688
  "75": "fall",
5686
5689
  "76": "grow_up",
5687
5690
  "77": "vibration_detected",
@@ -7034,72 +7037,80 @@
7034
7037
  {
7035
7038
  "countType": "varint",
7036
7039
  "type": [
7037
- "array",
7038
- {
7039
- "countType": "varint",
7040
- "type": [
7041
- "container",
7042
- [
7043
- {
7044
- "name": "parameter_name",
7045
- "type": "string"
7046
- },
7047
- {
7048
- "name": "value_type",
7049
- "type": [
7050
- "mapper",
7051
- {
7052
- "type": "lu16",
7053
- "mappings": {
7054
- "1": "int",
7055
- "3": "float",
7056
- "4": "value",
7057
- "5": "wildcard_int",
7058
- "6": "operator",
7059
- "7": "command_operator",
7060
- "8": "target",
7061
- "10": "wildcard_target",
7062
- "17": "file_path",
7063
- "23": "integer_range",
7064
- "38": "equipment_slots",
7065
- "39": "string",
7066
- "47": "block_position",
7067
- "48": "position",
7068
- "51": "message",
7069
- "53": "raw_text",
7070
- "57": "json",
7071
- "67": "block_states",
7072
- "70": "command"
7073
- }
7074
- }
7075
- ]
7076
- },
7040
+ "container",
7041
+ [
7042
+ {
7043
+ "name": "parameters",
7044
+ "type": [
7045
+ "array",
7077
7046
  {
7078
- "name": "enum_type",
7047
+ "countType": "varint",
7079
7048
  "type": [
7080
- "mapper",
7081
- {
7082
- "type": "lu16",
7083
- "mappings": {
7084
- "16": "valid",
7085
- "32": "enum",
7086
- "256": "suffixed",
7087
- "1024": "soft_enum"
7049
+ "container",
7050
+ [
7051
+ {
7052
+ "name": "parameter_name",
7053
+ "type": "string"
7054
+ },
7055
+ {
7056
+ "name": "value_type",
7057
+ "type": [
7058
+ "mapper",
7059
+ {
7060
+ "type": "lu16",
7061
+ "mappings": {
7062
+ "1": "int",
7063
+ "3": "float",
7064
+ "4": "value",
7065
+ "5": "wildcard_int",
7066
+ "6": "operator",
7067
+ "7": "command_operator",
7068
+ "8": "target",
7069
+ "10": "wildcard_target",
7070
+ "17": "file_path",
7071
+ "23": "integer_range",
7072
+ "38": "equipment_slots",
7073
+ "39": "string",
7074
+ "47": "block_position",
7075
+ "48": "position",
7076
+ "51": "message",
7077
+ "53": "raw_text",
7078
+ "57": "json",
7079
+ "67": "block_states",
7080
+ "70": "command"
7081
+ }
7082
+ }
7083
+ ]
7084
+ },
7085
+ {
7086
+ "name": "enum_type",
7087
+ "type": [
7088
+ "mapper",
7089
+ {
7090
+ "type": "lu16",
7091
+ "mappings": {
7092
+ "16": "valid",
7093
+ "48": "enum",
7094
+ "256": "suffixed",
7095
+ "1040": "soft_enum"
7096
+ }
7097
+ }
7098
+ ]
7099
+ },
7100
+ {
7101
+ "name": "optional",
7102
+ "type": "bool"
7103
+ },
7104
+ {
7105
+ "name": "options",
7106
+ "type": "CommandFlags"
7088
7107
  }
7089
- }
7108
+ ]
7090
7109
  ]
7091
- },
7092
- {
7093
- "name": "optional",
7094
- "type": "bool"
7095
- },
7096
- {
7097
- "name": "options",
7098
- "type": "CommandFlags"
7099
7110
  }
7100
7111
  ]
7101
- ]
7102
- }
7112
+ }
7113
+ ]
7103
7114
  ]
7104
7115
  }
7105
7116
  ]
@@ -9228,7 +9239,7 @@
9228
9239
  [
9229
9240
  {
9230
9241
  "name": "position",
9231
- "type": "BlockCoordinates"
9242
+ "type": "vec3i"
9232
9243
  },
9233
9244
  {
9234
9245
  "name": "face",
@@ -9241,7 +9252,7 @@
9241
9252
  [
9242
9253
  {
9243
9254
  "name": "position",
9244
- "type": "BlockCoordinates"
9255
+ "type": "vec3i"
9245
9256
  },
9246
9257
  {
9247
9258
  "name": "face",
@@ -9254,7 +9265,7 @@
9254
9265
  [
9255
9266
  {
9256
9267
  "name": "position",
9257
- "type": "BlockCoordinates"
9268
+ "type": "vec3i"
9258
9269
  },
9259
9270
  {
9260
9271
  "name": "face",
@@ -9267,7 +9278,7 @@
9267
9278
  [
9268
9279
  {
9269
9280
  "name": "position",
9270
- "type": "BlockCoordinates"
9281
+ "type": "vec3i"
9271
9282
  },
9272
9283
  {
9273
9284
  "name": "face",
@@ -9280,7 +9291,7 @@
9280
9291
  [
9281
9292
  {
9282
9293
  "name": "position",
9283
- "type": "BlockCoordinates"
9294
+ "type": "vec3i"
9284
9295
  },
9285
9296
  {
9286
9297
  "name": "face",
@@ -293,6 +293,9 @@ MetadataDictionary: []varint
293
293
  125: movement_sound_distance_offset
294
294
  126: heartbeat_interval_ticks
295
295
  127: heartbeat_sound_event
296
+ 128: player_last_death_position
297
+ 129: player_last_death_dimension
298
+ 130: player_has_died
296
299
  type: varint =>
297
300
  0: byte
298
301
  1: short
@@ -499,10 +502,10 @@ TransactionUseItem:
499
502
  2: break_block
500
503
  # BlockPosition is the position of the block that was interacted with. This is only really a correct
501
504
  # block position if ActionType is not UseItemActionClickAir.
502
- block_position: vec3i
505
+ block_position: BlockCoordinates
503
506
  # BlockFace is the face of the block that was interacted with. When clicking the block, it is the face
504
507
  # clicked. When breaking the block, it is the face that was last being hit until the block broke.
505
- face: varint
508
+ face: zigzag32
506
509
  # HotBarSlot is the hot bar slot that the player was holding while clicking the block. It should be used
507
510
  # to ensure that the hot bar slot and held item are correctly synchronised with the server.
508
511
  hotbar_slot: varint
@@ -951,7 +951,7 @@ packet_entity_event:
951
951
  71: balloon_pop
952
952
  72: treasure_hunt
953
953
  73: agent_summon
954
- 74: charged_crossbow
954
+ 74: charged_item
955
955
  75: fall
956
956
  76: grow_up
957
957
  77: vibration_detected
@@ -1717,7 +1717,7 @@ packet_available_commands:
1717
1717
  # The list of overload parameters for this command
1718
1718
  overloads: []varint
1719
1719
  # Each of the parameters gets an array of posible overloads
1720
- _: []varint
1720
+ parameters: []varint
1721
1721
  # The name of the parameter shown to the user (the `amount` in `/xp <amount: int>`)
1722
1722
  parameter_name: string
1723
1723
  value_type: lu16 =>
@@ -1743,9 +1743,9 @@ packet_available_commands:
1743
1743
  # In MC, this + prior field are combined to one 32bit bitfield
1744
1744
  enum_type: lu16 =>
1745
1745
  0x10: valid
1746
- 0x20: enum
1746
+ 0x30: enum
1747
1747
  0x100: suffixed
1748
- 0x400: soft_enum
1748
+ 0x410: soft_enum
1749
1749
  # Is this parameter required?
1750
1750
  optional: bool
1751
1751
  # Additinal options for this command (thanks macroshaft...)
@@ -3020,7 +3020,7 @@ packet_player_auth_input:
3020
3020
  if start_break or abort_break or crack_break or predict_break or continue_break:
3021
3021
  # BlockPosition is the position of the target block, if the action with the ActionType set concerned a
3022
3022
  # block. If that is not the case, the block position will be zero.
3023
- position: BlockCoordinates
3023
+ position: vec3i
3024
3024
  # BlockFace is the face of the target block that was touched. If the action with the ActionType set
3025
3025
  # concerned a block. If not, the face is always 0.
3026
3026
  face: zigzag32
@@ -3873,4 +3873,4 @@ packet_client_cheat_ability:
3873
3873
  command_permission: CommandPermissionLevel
3874
3874
  # Layers contains all ability layers and their potential values. This should at least have one entry, being the
3875
3875
  # base layer.
3876
- abilities: AbilityLayers[]u8
3876
+ abilities: AbilityLayers[]u8
@@ -740,7 +740,10 @@
740
740
  "124": "update_properties",
741
741
  "125": "movement_sound_distance_offset",
742
742
  "126": "heartbeat_interval_ticks",
743
- "127": "heartbeat_sound_event"
743
+ "127": "heartbeat_sound_event",
744
+ "128": "player_last_death_position",
745
+ "129": "player_last_death_dimension",
746
+ "130": "player_has_died"
744
747
  }
745
748
  }
746
749
  ]
@@ -1030,11 +1033,11 @@
1030
1033
  },
1031
1034
  {
1032
1035
  "name": "block_position",
1033
- "type": "vec3i"
1036
+ "type": "BlockCoordinates"
1034
1037
  },
1035
1038
  {
1036
1039
  "name": "face",
1037
- "type": "varint"
1040
+ "type": "zigzag32"
1038
1041
  },
1039
1042
  {
1040
1043
  "name": "hotbar_slot",
@@ -5685,7 +5688,7 @@
5685
5688
  "71": "balloon_pop",
5686
5689
  "72": "treasure_hunt",
5687
5690
  "73": "agent_summon",
5688
- "74": "charged_crossbow",
5691
+ "74": "charged_item",
5689
5692
  "75": "fall",
5690
5693
  "76": "grow_up",
5691
5694
  "77": "vibration_detected",
@@ -7038,72 +7041,80 @@
7038
7041
  {
7039
7042
  "countType": "varint",
7040
7043
  "type": [
7041
- "array",
7042
- {
7043
- "countType": "varint",
7044
- "type": [
7045
- "container",
7046
- [
7047
- {
7048
- "name": "parameter_name",
7049
- "type": "string"
7050
- },
7051
- {
7052
- "name": "value_type",
7053
- "type": [
7054
- "mapper",
7055
- {
7056
- "type": "lu16",
7057
- "mappings": {
7058
- "1": "int",
7059
- "3": "float",
7060
- "4": "value",
7061
- "5": "wildcard_int",
7062
- "6": "operator",
7063
- "7": "command_operator",
7064
- "8": "target",
7065
- "10": "wildcard_target",
7066
- "17": "file_path",
7067
- "23": "integer_range",
7068
- "38": "equipment_slots",
7069
- "39": "string",
7070
- "47": "block_position",
7071
- "48": "position",
7072
- "51": "message",
7073
- "53": "raw_text",
7074
- "57": "json",
7075
- "67": "block_states",
7076
- "70": "command"
7077
- }
7078
- }
7079
- ]
7080
- },
7044
+ "container",
7045
+ [
7046
+ {
7047
+ "name": "parameters",
7048
+ "type": [
7049
+ "array",
7081
7050
  {
7082
- "name": "enum_type",
7051
+ "countType": "varint",
7083
7052
  "type": [
7084
- "mapper",
7085
- {
7086
- "type": "lu16",
7087
- "mappings": {
7088
- "16": "valid",
7089
- "32": "enum",
7090
- "256": "suffixed",
7091
- "1024": "soft_enum"
7053
+ "container",
7054
+ [
7055
+ {
7056
+ "name": "parameter_name",
7057
+ "type": "string"
7058
+ },
7059
+ {
7060
+ "name": "value_type",
7061
+ "type": [
7062
+ "mapper",
7063
+ {
7064
+ "type": "lu16",
7065
+ "mappings": {
7066
+ "1": "int",
7067
+ "3": "float",
7068
+ "4": "value",
7069
+ "5": "wildcard_int",
7070
+ "6": "operator",
7071
+ "7": "command_operator",
7072
+ "8": "target",
7073
+ "10": "wildcard_target",
7074
+ "17": "file_path",
7075
+ "23": "integer_range",
7076
+ "38": "equipment_slots",
7077
+ "39": "string",
7078
+ "47": "block_position",
7079
+ "48": "position",
7080
+ "51": "message",
7081
+ "53": "raw_text",
7082
+ "57": "json",
7083
+ "67": "block_states",
7084
+ "70": "command"
7085
+ }
7086
+ }
7087
+ ]
7088
+ },
7089
+ {
7090
+ "name": "enum_type",
7091
+ "type": [
7092
+ "mapper",
7093
+ {
7094
+ "type": "lu16",
7095
+ "mappings": {
7096
+ "16": "valid",
7097
+ "48": "enum",
7098
+ "256": "suffixed",
7099
+ "1040": "soft_enum"
7100
+ }
7101
+ }
7102
+ ]
7103
+ },
7104
+ {
7105
+ "name": "optional",
7106
+ "type": "bool"
7107
+ },
7108
+ {
7109
+ "name": "options",
7110
+ "type": "CommandFlags"
7092
7111
  }
7093
- }
7112
+ ]
7094
7113
  ]
7095
- },
7096
- {
7097
- "name": "optional",
7098
- "type": "bool"
7099
- },
7100
- {
7101
- "name": "options",
7102
- "type": "CommandFlags"
7103
7114
  }
7104
7115
  ]
7105
- ]
7106
- }
7116
+ }
7117
+ ]
7107
7118
  ]
7108
7119
  }
7109
7120
  ]
@@ -9232,7 +9243,7 @@
9232
9243
  [
9233
9244
  {
9234
9245
  "name": "position",
9235
- "type": "BlockCoordinates"
9246
+ "type": "vec3i"
9236
9247
  },
9237
9248
  {
9238
9249
  "name": "face",
@@ -9245,7 +9256,7 @@
9245
9256
  [
9246
9257
  {
9247
9258
  "name": "position",
9248
- "type": "BlockCoordinates"
9259
+ "type": "vec3i"
9249
9260
  },
9250
9261
  {
9251
9262
  "name": "face",
@@ -9258,7 +9269,7 @@
9258
9269
  [
9259
9270
  {
9260
9271
  "name": "position",
9261
- "type": "BlockCoordinates"
9272
+ "type": "vec3i"
9262
9273
  },
9263
9274
  {
9264
9275
  "name": "face",
@@ -9271,7 +9282,7 @@
9271
9282
  [
9272
9283
  {
9273
9284
  "name": "position",
9274
- "type": "BlockCoordinates"
9285
+ "type": "vec3i"
9275
9286
  },
9276
9287
  {
9277
9288
  "name": "face",
@@ -9284,7 +9295,7 @@
9284
9295
  [
9285
9296
  {
9286
9297
  "name": "position",
9287
- "type": "BlockCoordinates"
9298
+ "type": "vec3i"
9288
9299
  },
9289
9300
  {
9290
9301
  "name": "face",
@@ -293,6 +293,9 @@ MetadataDictionary: []varint
293
293
  125: movement_sound_distance_offset
294
294
  126: heartbeat_interval_ticks
295
295
  127: heartbeat_sound_event
296
+ 128: player_last_death_position
297
+ 129: player_last_death_dimension
298
+ 130: player_has_died
296
299
  type: varint =>
297
300
  0: byte
298
301
  1: short
@@ -499,10 +502,10 @@ TransactionUseItem:
499
502
  2: break_block
500
503
  # BlockPosition is the position of the block that was interacted with. This is only really a correct
501
504
  # block position if ActionType is not UseItemActionClickAir.
502
- block_position: vec3i
505
+ block_position: BlockCoordinates
503
506
  # BlockFace is the face of the block that was interacted with. When clicking the block, it is the face
504
507
  # clicked. When breaking the block, it is the face that was last being hit until the block broke.
505
- face: varint
508
+ face: zigzag32
506
509
  # HotBarSlot is the hot bar slot that the player was holding while clicking the block. It should be used
507
510
  # to ensure that the hot bar slot and held item are correctly synchronised with the server.
508
511
  hotbar_slot: varint
@@ -951,7 +951,7 @@ packet_entity_event:
951
951
  71: balloon_pop
952
952
  72: treasure_hunt
953
953
  73: agent_summon
954
- 74: charged_crossbow
954
+ 74: charged_item
955
955
  75: fall
956
956
  76: grow_up
957
957
  77: vibration_detected
@@ -1717,7 +1717,7 @@ packet_available_commands:
1717
1717
  # The list of overload parameters for this command
1718
1718
  overloads: []varint
1719
1719
  # Each of the parameters gets an array of posible overloads
1720
- _: []varint
1720
+ parameters: []varint
1721
1721
  # The name of the parameter shown to the user (the `amount` in `/xp <amount: int>`)
1722
1722
  parameter_name: string
1723
1723
  value_type: lu16 =>
@@ -1743,9 +1743,9 @@ packet_available_commands:
1743
1743
  # In MC, this + prior field are combined to one 32bit bitfield
1744
1744
  enum_type: lu16 =>
1745
1745
  0x10: valid
1746
- 0x20: enum
1746
+ 0x30: enum
1747
1747
  0x100: suffixed
1748
- 0x400: soft_enum
1748
+ 0x410: soft_enum
1749
1749
  # Is this parameter required?
1750
1750
  optional: bool
1751
1751
  # Additinal options for this command (thanks macroshaft...)
@@ -3020,7 +3020,7 @@ packet_player_auth_input:
3020
3020
  if start_break or abort_break or crack_break or predict_break or continue_break:
3021
3021
  # BlockPosition is the position of the target block, if the action with the ActionType set concerned a
3022
3022
  # block. If that is not the case, the block position will be zero.
3023
- position: BlockCoordinates
3023
+ position: vec3i
3024
3024
  # BlockFace is the face of the target block that was touched. If the action with the ActionType set
3025
3025
  # concerned a block. If not, the face is always 0.
3026
3026
  face: zigzag32