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",
@@ -5703,7 +5706,7 @@
5703
5706
  "71": "balloon_pop",
5704
5707
  "72": "treasure_hunt",
5705
5708
  "73": "agent_summon",
5706
- "74": "charged_crossbow",
5709
+ "74": "charged_item",
5707
5710
  "75": "fall",
5708
5711
  "76": "grow_up",
5709
5712
  "77": "vibration_detected",
@@ -7056,72 +7059,80 @@
7056
7059
  {
7057
7060
  "countType": "varint",
7058
7061
  "type": [
7059
- "array",
7060
- {
7061
- "countType": "varint",
7062
- "type": [
7063
- "container",
7064
- [
7065
- {
7066
- "name": "parameter_name",
7067
- "type": "string"
7068
- },
7069
- {
7070
- "name": "value_type",
7071
- "type": [
7072
- "mapper",
7073
- {
7074
- "type": "lu16",
7075
- "mappings": {
7076
- "1": "int",
7077
- "3": "float",
7078
- "4": "value",
7079
- "5": "wildcard_int",
7080
- "6": "operator",
7081
- "7": "command_operator",
7082
- "8": "target",
7083
- "10": "wildcard_target",
7084
- "17": "file_path",
7085
- "23": "integer_range",
7086
- "38": "equipment_slots",
7087
- "39": "string",
7088
- "47": "block_position",
7089
- "48": "position",
7090
- "51": "message",
7091
- "53": "raw_text",
7092
- "57": "json",
7093
- "67": "block_states",
7094
- "70": "command"
7095
- }
7096
- }
7097
- ]
7098
- },
7062
+ "container",
7063
+ [
7064
+ {
7065
+ "name": "parameters",
7066
+ "type": [
7067
+ "array",
7099
7068
  {
7100
- "name": "enum_type",
7069
+ "countType": "varint",
7101
7070
  "type": [
7102
- "mapper",
7103
- {
7104
- "type": "lu16",
7105
- "mappings": {
7106
- "16": "valid",
7107
- "32": "enum",
7108
- "256": "suffixed",
7109
- "1024": "soft_enum"
7071
+ "container",
7072
+ [
7073
+ {
7074
+ "name": "parameter_name",
7075
+ "type": "string"
7076
+ },
7077
+ {
7078
+ "name": "value_type",
7079
+ "type": [
7080
+ "mapper",
7081
+ {
7082
+ "type": "lu16",
7083
+ "mappings": {
7084
+ "1": "int",
7085
+ "3": "float",
7086
+ "4": "value",
7087
+ "5": "wildcard_int",
7088
+ "6": "operator",
7089
+ "7": "command_operator",
7090
+ "8": "target",
7091
+ "10": "wildcard_target",
7092
+ "17": "file_path",
7093
+ "23": "integer_range",
7094
+ "38": "equipment_slots",
7095
+ "39": "string",
7096
+ "47": "block_position",
7097
+ "48": "position",
7098
+ "51": "message",
7099
+ "53": "raw_text",
7100
+ "57": "json",
7101
+ "67": "block_states",
7102
+ "70": "command"
7103
+ }
7104
+ }
7105
+ ]
7106
+ },
7107
+ {
7108
+ "name": "enum_type",
7109
+ "type": [
7110
+ "mapper",
7111
+ {
7112
+ "type": "lu16",
7113
+ "mappings": {
7114
+ "16": "valid",
7115
+ "48": "enum",
7116
+ "256": "suffixed",
7117
+ "1040": "soft_enum"
7118
+ }
7119
+ }
7120
+ ]
7121
+ },
7122
+ {
7123
+ "name": "optional",
7124
+ "type": "bool"
7125
+ },
7126
+ {
7127
+ "name": "options",
7128
+ "type": "CommandFlags"
7110
7129
  }
7111
- }
7130
+ ]
7112
7131
  ]
7113
- },
7114
- {
7115
- "name": "optional",
7116
- "type": "bool"
7117
- },
7118
- {
7119
- "name": "options",
7120
- "type": "CommandFlags"
7121
7132
  }
7122
7133
  ]
7123
- ]
7124
- }
7134
+ }
7135
+ ]
7125
7136
  ]
7126
7137
  }
7127
7138
  ]
@@ -9250,7 +9261,7 @@
9250
9261
  [
9251
9262
  {
9252
9263
  "name": "position",
9253
- "type": "BlockCoordinates"
9264
+ "type": "vec3i"
9254
9265
  },
9255
9266
  {
9256
9267
  "name": "face",
@@ -9263,7 +9274,7 @@
9263
9274
  [
9264
9275
  {
9265
9276
  "name": "position",
9266
- "type": "BlockCoordinates"
9277
+ "type": "vec3i"
9267
9278
  },
9268
9279
  {
9269
9280
  "name": "face",
@@ -9276,7 +9287,7 @@
9276
9287
  [
9277
9288
  {
9278
9289
  "name": "position",
9279
- "type": "BlockCoordinates"
9290
+ "type": "vec3i"
9280
9291
  },
9281
9292
  {
9282
9293
  "name": "face",
@@ -9289,7 +9300,7 @@
9289
9300
  [
9290
9301
  {
9291
9302
  "name": "position",
9292
- "type": "BlockCoordinates"
9303
+ "type": "vec3i"
9293
9304
  },
9294
9305
  {
9295
9306
  "name": "face",
@@ -9302,7 +9313,7 @@
9302
9313
  [
9303
9314
  {
9304
9315
  "name": "position",
9305
- "type": "BlockCoordinates"
9316
+ "type": "vec3i"
9306
9317
  },
9307
9318
  {
9308
9319
  "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
@@ -503,10 +506,10 @@ TransactionUseItem:
503
506
  2: break_block
504
507
  # BlockPosition is the position of the block that was interacted with. This is only really a correct
505
508
  # block position if ActionType is not UseItemActionClickAir.
506
- block_position: vec3i
509
+ block_position: BlockCoordinates
507
510
  # BlockFace is the face of the block that was interacted with. When clicking the block, it is the face
508
511
  # clicked. When breaking the block, it is the face that was last being hit until the block broke.
509
- face: varint
512
+ face: zigzag32
510
513
  # HotBarSlot is the hot bar slot that the player was holding while clicking the block. It should be used
511
514
  # to ensure that the hot bar slot and held item are correctly synchronised with the server.
512
515
  hotbar_slot: varint
@@ -962,7 +962,7 @@ packet_entity_event:
962
962
  71: balloon_pop
963
963
  72: treasure_hunt
964
964
  73: agent_summon
965
- 74: charged_crossbow
965
+ 74: charged_item
966
966
  75: fall
967
967
  76: grow_up
968
968
  77: vibration_detected
@@ -1729,7 +1729,7 @@ packet_available_commands:
1729
1729
  # The list of overload parameters for this command
1730
1730
  overloads: []varint
1731
1731
  # Each of the parameters gets an array of posible overloads
1732
- _: []varint
1732
+ parameters: []varint
1733
1733
  # The name of the parameter shown to the user (the `amount` in `/xp <amount: int>`)
1734
1734
  parameter_name: string
1735
1735
  value_type: lu16 =>
@@ -1755,9 +1755,9 @@ packet_available_commands:
1755
1755
  # In MC, this + prior field are combined to one 32bit bitfield
1756
1756
  enum_type: lu16 =>
1757
1757
  0x10: valid
1758
- 0x20: enum
1758
+ 0x30: enum
1759
1759
  0x100: suffixed
1760
- 0x400: soft_enum
1760
+ 0x410: soft_enum
1761
1761
  # Is this parameter required?
1762
1762
  optional: bool
1763
1763
  # Additinal options for this command (thanks macroshaft...)
@@ -3033,7 +3033,7 @@ packet_player_auth_input:
3033
3033
  if start_break or abort_break or crack_break or predict_break or continue_break:
3034
3034
  # BlockPosition is the position of the target block, if the action with the ActionType set concerned a
3035
3035
  # block. If that is not the case, the block position will be zero.
3036
- position: BlockCoordinates
3036
+ position: vec3i
3037
3037
  # BlockFace is the face of the target block that was touched. If the action with the ActionType set
3038
3038
  # concerned a block. If not, the face is always 0.
3039
3039
  face: zigzag32
@@ -3942,4 +3942,4 @@ packet_open_sign:
3942
3942
  !id: 0x12f
3943
3943
  !bound: client
3944
3944
  position: BlockCoordinates
3945
- is_front: bool
3945
+ is_front: bool
@@ -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",
@@ -5762,7 +5765,7 @@
5762
5765
  "71": "balloon_pop",
5763
5766
  "72": "treasure_hunt",
5764
5767
  "73": "agent_summon",
5765
- "74": "charged_crossbow",
5768
+ "74": "charged_item",
5766
5769
  "75": "fall",
5767
5770
  "76": "grow_up",
5768
5771
  "77": "vibration_detected",
@@ -7119,72 +7122,80 @@
7119
7122
  {
7120
7123
  "countType": "varint",
7121
7124
  "type": [
7122
- "array",
7123
- {
7124
- "countType": "varint",
7125
- "type": [
7126
- "container",
7127
- [
7128
- {
7129
- "name": "parameter_name",
7130
- "type": "string"
7131
- },
7132
- {
7133
- "name": "value_type",
7134
- "type": [
7135
- "mapper",
7136
- {
7137
- "type": "lu16",
7138
- "mappings": {
7139
- "1": "int",
7140
- "3": "float",
7141
- "4": "value",
7142
- "5": "wildcard_int",
7143
- "6": "operator",
7144
- "7": "command_operator",
7145
- "8": "target",
7146
- "10": "wildcard_target",
7147
- "17": "file_path",
7148
- "23": "integer_range",
7149
- "43": "equipment_slots",
7150
- "44": "string",
7151
- "52": "block_position",
7152
- "53": "position",
7153
- "55": "message",
7154
- "58": "raw_text",
7155
- "62": "json",
7156
- "71": "block_states",
7157
- "74": "command"
7158
- }
7159
- }
7160
- ]
7161
- },
7125
+ "container",
7126
+ [
7127
+ {
7128
+ "name": "parameters",
7129
+ "type": [
7130
+ "array",
7162
7131
  {
7163
- "name": "enum_type",
7132
+ "countType": "varint",
7164
7133
  "type": [
7165
- "mapper",
7166
- {
7167
- "type": "lu16",
7168
- "mappings": {
7169
- "16": "valid",
7170
- "32": "enum",
7171
- "256": "suffixed",
7172
- "1024": "soft_enum"
7134
+ "container",
7135
+ [
7136
+ {
7137
+ "name": "parameter_name",
7138
+ "type": "string"
7139
+ },
7140
+ {
7141
+ "name": "value_type",
7142
+ "type": [
7143
+ "mapper",
7144
+ {
7145
+ "type": "lu16",
7146
+ "mappings": {
7147
+ "1": "int",
7148
+ "3": "float",
7149
+ "4": "value",
7150
+ "5": "wildcard_int",
7151
+ "6": "operator",
7152
+ "7": "command_operator",
7153
+ "8": "target",
7154
+ "10": "wildcard_target",
7155
+ "17": "file_path",
7156
+ "23": "integer_range",
7157
+ "43": "equipment_slots",
7158
+ "44": "string",
7159
+ "52": "block_position",
7160
+ "53": "position",
7161
+ "55": "message",
7162
+ "58": "raw_text",
7163
+ "62": "json",
7164
+ "71": "block_states",
7165
+ "74": "command"
7166
+ }
7167
+ }
7168
+ ]
7169
+ },
7170
+ {
7171
+ "name": "enum_type",
7172
+ "type": [
7173
+ "mapper",
7174
+ {
7175
+ "type": "lu16",
7176
+ "mappings": {
7177
+ "16": "valid",
7178
+ "48": "enum",
7179
+ "256": "suffixed",
7180
+ "1040": "soft_enum"
7181
+ }
7182
+ }
7183
+ ]
7184
+ },
7185
+ {
7186
+ "name": "optional",
7187
+ "type": "bool"
7188
+ },
7189
+ {
7190
+ "name": "options",
7191
+ "type": "CommandFlags"
7173
7192
  }
7174
- }
7193
+ ]
7175
7194
  ]
7176
- },
7177
- {
7178
- "name": "optional",
7179
- "type": "bool"
7180
- },
7181
- {
7182
- "name": "options",
7183
- "type": "CommandFlags"
7184
7195
  }
7185
7196
  ]
7186
- ]
7187
- }
7197
+ }
7198
+ ]
7188
7199
  ]
7189
7200
  }
7190
7201
  ]
@@ -9313,7 +9324,7 @@
9313
9324
  [
9314
9325
  {
9315
9326
  "name": "position",
9316
- "type": "BlockCoordinates"
9327
+ "type": "vec3i"
9317
9328
  },
9318
9329
  {
9319
9330
  "name": "face",
@@ -9326,7 +9337,7 @@
9326
9337
  [
9327
9338
  {
9328
9339
  "name": "position",
9329
- "type": "BlockCoordinates"
9340
+ "type": "vec3i"
9330
9341
  },
9331
9342
  {
9332
9343
  "name": "face",
@@ -9339,7 +9350,7 @@
9339
9350
  [
9340
9351
  {
9341
9352
  "name": "position",
9342
- "type": "BlockCoordinates"
9353
+ "type": "vec3i"
9343
9354
  },
9344
9355
  {
9345
9356
  "name": "face",
@@ -9352,7 +9363,7 @@
9352
9363
  [
9353
9364
  {
9354
9365
  "name": "position",
9355
- "type": "BlockCoordinates"
9366
+ "type": "vec3i"
9356
9367
  },
9357
9368
  {
9358
9369
  "name": "face",
@@ -9365,7 +9376,7 @@
9365
9376
  [
9366
9377
  {
9367
9378
  "name": "position",
9368
- "type": "BlockCoordinates"
9379
+ "type": "vec3i"
9369
9380
  },
9370
9381
  {
9371
9382
  "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
@@ -503,10 +506,10 @@ TransactionUseItem:
503
506
  2: break_block
504
507
  # BlockPosition is the position of the block that was interacted with. This is only really a correct
505
508
  # block position if ActionType is not UseItemActionClickAir.
506
- block_position: vec3i
509
+ block_position: BlockCoordinates
507
510
  # BlockFace is the face of the block that was interacted with. When clicking the block, it is the face
508
511
  # clicked. When breaking the block, it is the face that was last being hit until the block broke.
509
- face: varint
512
+ face: zigzag32
510
513
  # HotBarSlot is the hot bar slot that the player was holding while clicking the block. It should be used
511
514
  # to ensure that the hot bar slot and held item are correctly synchronised with the server.
512
515
  hotbar_slot: varint