minecraft-data 3.31.0 → 3.33.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 (61) hide show
  1. package/.github/workflows/npm-publish.yml +2 -2
  2. package/data.js +28 -7
  3. package/doc/history.md +8 -0
  4. package/minecraft-data/.github/workflows/build-gh-pages.yml +2 -2
  5. package/minecraft-data/README.md +1 -1
  6. package/minecraft-data/data/bedrock/1.16.201/proto.yml +13 -4
  7. package/minecraft-data/data/bedrock/1.16.201/protocol.json +13 -12
  8. package/minecraft-data/data/bedrock/1.16.210/proto.yml +13 -4
  9. package/minecraft-data/data/bedrock/1.16.210/protocol.json +13 -12
  10. package/minecraft-data/data/bedrock/1.16.220/proto.yml +1 -1
  11. package/minecraft-data/data/bedrock/1.16.220/protocol.json +1 -1
  12. package/minecraft-data/data/bedrock/1.17.0/proto.yml +1 -1
  13. package/minecraft-data/data/bedrock/1.17.0/protocol.json +1 -1
  14. package/minecraft-data/data/bedrock/1.17.10/proto.yml +1 -1
  15. package/minecraft-data/data/bedrock/1.17.10/protocol.json +1 -1
  16. package/minecraft-data/data/bedrock/1.17.30/proto.yml +1 -1
  17. package/minecraft-data/data/bedrock/1.17.30/protocol.json +1 -1
  18. package/minecraft-data/data/bedrock/1.17.40/proto.yml +1 -1
  19. package/minecraft-data/data/bedrock/1.17.40/protocol.json +1 -1
  20. package/minecraft-data/data/bedrock/1.18.0/proto.yml +1 -1
  21. package/minecraft-data/data/bedrock/1.18.0/protocol.json +1 -1
  22. package/minecraft-data/data/bedrock/1.18.11/proto.yml +1 -1
  23. package/minecraft-data/data/bedrock/1.18.11/protocol.json +1 -1
  24. package/minecraft-data/data/bedrock/1.18.30/proto.yml +1 -1
  25. package/minecraft-data/data/bedrock/1.18.30/protocol.json +1 -1
  26. package/minecraft-data/data/bedrock/1.19.1/proto.yml +1 -1
  27. package/minecraft-data/data/bedrock/1.19.1/protocol.json +1 -1
  28. package/minecraft-data/data/bedrock/1.19.10/proto.yml +1 -1
  29. package/minecraft-data/data/bedrock/1.19.10/protocol.json +1 -1
  30. package/minecraft-data/data/bedrock/1.19.20/proto.yml +2 -2
  31. package/minecraft-data/data/bedrock/1.19.20/protocol.json +2 -2
  32. package/minecraft-data/data/bedrock/1.19.21/proto.yml +2 -2
  33. package/minecraft-data/data/bedrock/1.19.21/protocol.json +2 -2
  34. package/minecraft-data/data/bedrock/1.19.30/proto.yml +2 -2
  35. package/minecraft-data/data/bedrock/1.19.30/protocol.json +2 -2
  36. package/minecraft-data/data/bedrock/1.19.40/proto.yml +4 -3
  37. package/minecraft-data/data/bedrock/1.19.40/protocol.json +3 -2
  38. package/minecraft-data/data/bedrock/1.19.50/proto.yml +4 -3
  39. package/minecraft-data/data/bedrock/1.19.50/protocol.json +3 -2
  40. package/minecraft-data/data/bedrock/1.19.60/proto.yml +4 -3
  41. package/minecraft-data/data/bedrock/1.19.60/protocol.json +3 -2
  42. package/minecraft-data/data/bedrock/1.19.62/proto.yml +3 -2
  43. package/minecraft-data/data/bedrock/1.19.62/protocol.json +3 -2
  44. package/minecraft-data/data/bedrock/1.19.70/proto.yml +3881 -0
  45. package/minecraft-data/data/bedrock/1.19.70/protocol.json +3 -2
  46. package/minecraft-data/data/bedrock/1.19.70/types.yml +2077 -0
  47. package/minecraft-data/data/bedrock/1.19.80/protocol.json +11276 -0
  48. package/minecraft-data/data/bedrock/1.19.80/version.json +6 -0
  49. package/minecraft-data/data/bedrock/common/features.json +54 -1
  50. package/minecraft-data/data/bedrock/common/protocolVersions.json +6 -0
  51. package/minecraft-data/data/bedrock/common/versions.json +2 -1
  52. package/minecraft-data/data/bedrock/latest/proto.yml +54 -12
  53. package/minecraft-data/data/bedrock/latest/types.yml +10 -0
  54. package/minecraft-data/data/dataPaths.json +28 -7
  55. package/minecraft-data/data/pc/1.19/protocol.json +40 -5
  56. package/minecraft-data/data/pc/1.19.2/protocol.json +40 -5
  57. package/minecraft-data/data/pc/1.19.3/protocol.json +40 -5
  58. package/minecraft-data/data/pc/common/features.json +10 -0
  59. package/minecraft-data/doc/history.md +6 -0
  60. package/package.json +2 -2
  61. package/minecraft-data/.git +0 -1
@@ -2,7 +2,7 @@ name: npm-publish
2
2
  on:
3
3
  push:
4
4
  branches:
5
- - revert-261-dependabot/npm_and_yarn/json-schema-to-typescript-12.0.0
5
+ - master
6
6
  workflow_dispatch:
7
7
  jobs:
8
8
  npm-publish:
@@ -16,7 +16,7 @@ jobs:
16
16
  - name: Set up Node.js
17
17
  uses: actions/setup-node@master
18
18
  with:
19
- node-version: 10.0.0
19
+ node-version: 18.0.0
20
20
  - run: npm install
21
21
  - id: publish
22
22
  uses: JS-DevTools/npm-publish@v1
package/data.js CHANGED
@@ -1203,8 +1203,8 @@ module.exports =
1203
1203
  '1.16.201': {
1204
1204
  get protocol () { return require("./minecraft-data/data/bedrock/1.16.201/protocol.json") },
1205
1205
  get steve () { return require("./minecraft-data/data/bedrock/1.16.201/steve.json") },
1206
- proto: __dirname + '/minecraft-data/data/bedrock/1.17.0/proto.yml',
1207
- types: __dirname + '/minecraft-data/data/bedrock/1.17.0/types.yml',
1206
+ proto: __dirname + '/minecraft-data/data/bedrock/1.16.201/proto.yml',
1207
+ types: __dirname + '/minecraft-data/data/bedrock/1.16.201/types.yml',
1208
1208
  get windows () { return require("./minecraft-data/data/bedrock/1.16.201/windows.json") },
1209
1209
  get enchantments () { return require("./minecraft-data/data/bedrock/1.16.201/enchantments.json") },
1210
1210
  get version () { return require("./minecraft-data/data/bedrock/1.16.201/version.json") }
@@ -1212,8 +1212,8 @@ module.exports =
1212
1212
  '1.16.210': {
1213
1213
  get protocol () { return require("./minecraft-data/data/bedrock/1.16.210/protocol.json") },
1214
1214
  get steve () { return require("./minecraft-data/data/bedrock/1.16.201/steve.json") },
1215
- proto: __dirname + '/minecraft-data/data/bedrock/1.17.0/proto.yml',
1216
- types: __dirname + '/minecraft-data/data/bedrock/1.17.0/types.yml',
1215
+ proto: __dirname + '/minecraft-data/data/bedrock/1.16.210/proto.yml',
1216
+ types: __dirname + '/minecraft-data/data/bedrock/1.16.210/types.yml',
1217
1217
  get enchantments () { return require("./minecraft-data/data/bedrock/1.16.201/enchantments.json") },
1218
1218
  get version () { return require("./minecraft-data/data/bedrock/1.16.210/version.json") }
1219
1219
  },
@@ -1225,8 +1225,8 @@ module.exports =
1225
1225
  get enchantments () { return require("./minecraft-data/data/bedrock/1.16.201/enchantments.json") },
1226
1226
  get steve () { return require("./minecraft-data/data/bedrock/1.16.201/steve.json") },
1227
1227
  get protocol () { return require("./minecraft-data/data/bedrock/1.16.220/protocol.json") },
1228
- proto: __dirname + '/minecraft-data/data/bedrock/1.17.0/proto.yml',
1229
- types: __dirname + '/minecraft-data/data/bedrock/1.17.0/types.yml',
1228
+ proto: __dirname + '/minecraft-data/data/bedrock/1.16.220/proto.yml',
1229
+ types: __dirname + '/minecraft-data/data/bedrock/1.16.220/types.yml',
1230
1230
  get version () { return require("./minecraft-data/data/bedrock/1.16.220/version.json") }
1231
1231
  },
1232
1232
  '1.17.0': {
@@ -1604,9 +1604,30 @@ module.exports =
1604
1604
  get steve () { return require("./minecraft-data/data/bedrock/1.16.201/steve.json") },
1605
1605
  get blocksB2J () { return require("./minecraft-data/data/bedrock/1.19.1/blocksB2J.json") },
1606
1606
  get blocksJ2B () { return require("./minecraft-data/data/bedrock/1.19.1/blocksJ2B.json") },
1607
+ proto: __dirname + '/minecraft-data/data/bedrock/1.19.70/proto.yml',
1608
+ types: __dirname + '/minecraft-data/data/bedrock/1.19.70/types.yml',
1609
+ get version () { return require("./minecraft-data/data/bedrock/1.19.70/version.json") }
1610
+ },
1611
+ '1.19.80': {
1612
+ get blocks () { return require("./minecraft-data/data/bedrock/1.19.1/blocks.json") },
1613
+ get blockStates () { return require("./minecraft-data/data/bedrock/1.19.1/blockStates.json") },
1614
+ get blockCollisionShapes () { return require("./minecraft-data/data/bedrock/1.19.1/blockCollisionShapes.json") },
1615
+ get biomes () { return require("./minecraft-data/data/bedrock/1.19.1/biomes.json") },
1616
+ get entities () { return require("./minecraft-data/data/bedrock/1.19.1/entities.json") },
1617
+ get items () { return require("./minecraft-data/data/bedrock/1.19.10/items.json") },
1618
+ get recipes () { return require("./minecraft-data/data/bedrock/1.19.10/recipes.json") },
1619
+ get instruments () { return require("./minecraft-data/data/bedrock/1.17.0/instruments.json") },
1620
+ get materials () { return require("./minecraft-data/data/pc/1.17/materials.json") },
1621
+ get enchantments () { return require("./minecraft-data/data/bedrock/1.19.1/enchantments.json") },
1622
+ get effects () { return require("./minecraft-data/data/pc/1.17/effects.json") },
1623
+ get protocol () { return require("./minecraft-data/data/bedrock/1.19.80/protocol.json") },
1624
+ get windows () { return require("./minecraft-data/data/bedrock/1.16.201/windows.json") },
1625
+ get steve () { return require("./minecraft-data/data/bedrock/1.16.201/steve.json") },
1626
+ get blocksB2J () { return require("./minecraft-data/data/bedrock/1.19.1/blocksB2J.json") },
1627
+ get blocksJ2B () { return require("./minecraft-data/data/bedrock/1.19.1/blocksJ2B.json") },
1607
1628
  proto: __dirname + '/minecraft-data/data/bedrock/latest/proto.yml',
1608
1629
  types: __dirname + '/minecraft-data/data/bedrock/latest/types.yml',
1609
- get version () { return require("./minecraft-data/data/bedrock/1.19.70/version.json") }
1630
+ get version () { return require("./minecraft-data/data/bedrock/1.19.80/version.json") }
1610
1631
  }
1611
1632
  }
1612
1633
  }
package/doc/history.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # History
2
2
 
3
+ ## 3.33.0
4
+
5
+ * update `minecraft-data`
6
+
7
+ ## 3.32.0
8
+
9
+ * update `minecraft-data`
10
+
3
11
  ## 3.31.0
4
12
 
5
13
  * update `minecraft-data`
@@ -10,10 +10,10 @@ jobs:
10
10
  with:
11
11
  fetch-depth: 0
12
12
  ref: web
13
- - name: Use Node.js 14.x
13
+ - name: Use Node.js 18.x
14
14
  uses: actions/setup-node@v1
15
15
  with:
16
- node-version: 14.x
16
+ node-version: 18.x
17
17
  - name: Run tool
18
18
  run: |
19
19
  npm install
@@ -10,7 +10,7 @@ Language independent module providing minecraft data for minecraft clients, serv
10
10
  Supports
11
11
  * 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),
12
12
  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)
13
- * 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
13
+ * 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
14
14
 
15
15
  ## Wrappers
16
16
 
@@ -1725,13 +1725,22 @@ packet_set_score:
1725
1725
  !bound: client
1726
1726
  entries: ScoreEntries
1727
1727
 
1728
+ # LabTable is sent by the client to let the server know it started a chemical reaction in Education Edition,
1729
+ # and is sent by the server to other clients to show the effects.
1730
+ # The packet is only functional if Education features are enabled.
1728
1731
  packet_lab_table:
1729
1732
  !id: 0x6d
1730
1733
  !bound: both
1731
- useless_byte: u8
1732
- lab_table_x: varint
1733
- lab_table_y: varint
1734
- lab_table_z: varint
1734
+ # ActionType is the type of the action that was executed. It is one of the constants above. Typically,
1735
+ # only LabTableActionCombine is sent by the client, whereas LabTableActionReact is sent by the server.
1736
+ action_type: u8 =>
1737
+ 0: combine
1738
+ 1: react
1739
+ # Position is the position at which the lab table used was located.
1740
+ position: vec3i
1741
+ # ReactionType is the type of the reaction that took place as a result of the items put into the lab
1742
+ # table. The reaction type can be either that of an item or a particle, depending on whatever the result
1743
+ # was of the reaction.
1735
1744
  reaction_type: u8
1736
1745
 
1737
1746
  packet_update_block_synced:
@@ -6194,20 +6194,21 @@
6194
6194
  "container",
6195
6195
  [
6196
6196
  {
6197
- "name": "useless_byte",
6198
- "type": "u8"
6199
- },
6200
- {
6201
- "name": "lab_table_x",
6202
- "type": "varint"
6203
- },
6204
- {
6205
- "name": "lab_table_y",
6206
- "type": "varint"
6197
+ "name": "action_type",
6198
+ "type": [
6199
+ "mapper",
6200
+ {
6201
+ "type": "u8",
6202
+ "mappings": {
6203
+ "0": "combine",
6204
+ "1": "react"
6205
+ }
6206
+ }
6207
+ ]
6207
6208
  },
6208
6209
  {
6209
- "name": "lab_table_z",
6210
- "type": "varint"
6210
+ "name": "position",
6211
+ "type": "vec3i"
6211
6212
  },
6212
6213
  {
6213
6214
  "name": "reaction_type",
@@ -1793,13 +1793,22 @@ packet_set_score:
1793
1793
  !bound: client
1794
1794
  entries: ScoreEntries
1795
1795
 
1796
+ # LabTable is sent by the client to let the server know it started a chemical reaction in Education Edition,
1797
+ # and is sent by the server to other clients to show the effects.
1798
+ # The packet is only functional if Education features are enabled.
1796
1799
  packet_lab_table:
1797
1800
  !id: 0x6d
1798
1801
  !bound: both
1799
- useless_byte: u8
1800
- lab_table_x: varint
1801
- lab_table_y: varint
1802
- lab_table_z: varint
1802
+ # ActionType is the type of the action that was executed. It is one of the constants above. Typically,
1803
+ # only LabTableActionCombine is sent by the client, whereas LabTableActionReact is sent by the server.
1804
+ action_type: u8 =>
1805
+ 0: combine
1806
+ 1: react
1807
+ # Position is the position at which the lab table used was located.
1808
+ position: vec3i
1809
+ # ReactionType is the type of the reaction that took place as a result of the items put into the lab
1810
+ # table. The reaction type can be either that of an item or a particle, depending on whatever the result
1811
+ # was of the reaction.
1803
1812
  reaction_type: u8
1804
1813
 
1805
1814
  # UpdateBlockSynced is sent by the server to synchronise the falling of a falling block entity with the
@@ -6405,20 +6405,21 @@
6405
6405
  "container",
6406
6406
  [
6407
6407
  {
6408
- "name": "useless_byte",
6409
- "type": "u8"
6410
- },
6411
- {
6412
- "name": "lab_table_x",
6413
- "type": "varint"
6414
- },
6415
- {
6416
- "name": "lab_table_y",
6417
- "type": "varint"
6408
+ "name": "action_type",
6409
+ "type": [
6410
+ "mapper",
6411
+ {
6412
+ "type": "u8",
6413
+ "mappings": {
6414
+ "0": "combine",
6415
+ "1": "react"
6416
+ }
6417
+ }
6418
+ ]
6418
6419
  },
6419
6420
  {
6420
- "name": "lab_table_z",
6421
- "type": "varint"
6421
+ "name": "position",
6422
+ "type": "vec3i"
6422
6423
  },
6423
6424
  {
6424
6425
  "name": "reaction_type",
@@ -2141,7 +2141,7 @@ packet_lab_table:
2141
2141
  0: combine
2142
2142
  1: react
2143
2143
  # Position is the position at which the lab table used was located.
2144
- position: vec3u
2144
+ position: vec3i
2145
2145
  # ReactionType is the type of the reaction that took place as a result of the items put into the lab
2146
2146
  # table. The reaction type can be either that of an item or a particle, depending on whatever the result
2147
2147
  # was of the reaction.
@@ -7167,7 +7167,7 @@
7167
7167
  },
7168
7168
  {
7169
7169
  "name": "position",
7170
- "type": "vec3u"
7170
+ "type": "vec3i"
7171
7171
  },
7172
7172
  {
7173
7173
  "name": "reaction_type",
@@ -2143,7 +2143,7 @@ packet_lab_table:
2143
2143
  0: combine
2144
2144
  1: react
2145
2145
  # Position is the position at which the lab table used was located.
2146
- position: vec3u
2146
+ position: vec3i
2147
2147
  # ReactionType is the type of the reaction that took place as a result of the items put into the lab
2148
2148
  # table. The reaction type can be either that of an item or a particle, depending on whatever the result
2149
2149
  # was of the reaction.
@@ -7246,7 +7246,7 @@
7246
7246
  },
7247
7247
  {
7248
7248
  "name": "position",
7249
- "type": "vec3u"
7249
+ "type": "vec3i"
7250
7250
  },
7251
7251
  {
7252
7252
  "name": "reaction_type",
@@ -2240,7 +2240,7 @@ packet_lab_table:
2240
2240
  0: combine
2241
2241
  1: react
2242
2242
  # Position is the position at which the lab table used was located.
2243
- position: vec3u
2243
+ position: vec3i
2244
2244
  # ReactionType is the type of the reaction that took place as a result of the items put into the lab
2245
2245
  # table. The reaction type can be either that of an item or a particle, depending on whatever the result
2246
2246
  # was of the reaction.
@@ -7362,7 +7362,7 @@
7362
7362
  },
7363
7363
  {
7364
7364
  "name": "position",
7365
- "type": "vec3u"
7365
+ "type": "vec3i"
7366
7366
  },
7367
7367
  {
7368
7368
  "name": "reaction_type",
@@ -2261,7 +2261,7 @@ packet_lab_table:
2261
2261
  0: combine
2262
2262
  1: react
2263
2263
  # Position is the position at which the lab table used was located.
2264
- position: vec3u
2264
+ position: vec3i
2265
2265
  # ReactionType is the type of the reaction that took place as a result of the items put into the lab
2266
2266
  # table. The reaction type can be either that of an item or a particle, depending on whatever the result
2267
2267
  # was of the reaction.
@@ -7506,7 +7506,7 @@
7506
7506
  },
7507
7507
  {
7508
7508
  "name": "position",
7509
- "type": "vec3u"
7509
+ "type": "vec3i"
7510
7510
  },
7511
7511
  {
7512
7512
  "name": "reaction_type",
@@ -2261,7 +2261,7 @@ packet_lab_table:
2261
2261
  0: combine
2262
2262
  1: react
2263
2263
  # Position is the position at which the lab table used was located.
2264
- position: vec3u
2264
+ position: vec3i
2265
2265
  # ReactionType is the type of the reaction that took place as a result of the items put into the lab
2266
2266
  # table. The reaction type can be either that of an item or a particle, depending on whatever the result
2267
2267
  # was of the reaction.
@@ -7507,7 +7507,7 @@
7507
7507
  },
7508
7508
  {
7509
7509
  "name": "position",
7510
- "type": "vec3u"
7510
+ "type": "vec3i"
7511
7511
  },
7512
7512
  {
7513
7513
  "name": "reaction_type",
@@ -2268,7 +2268,7 @@ packet_lab_table:
2268
2268
  0: combine
2269
2269
  1: react
2270
2270
  # Position is the position at which the lab table used was located.
2271
- position: vec3u
2271
+ position: vec3i
2272
2272
  # ReactionType is the type of the reaction that took place as a result of the items put into the lab
2273
2273
  # table. The reaction type can be either that of an item or a particle, depending on whatever the result
2274
2274
  # was of the reaction.
@@ -7552,7 +7552,7 @@
7552
7552
  },
7553
7553
  {
7554
7554
  "name": "position",
7555
- "type": "vec3u"
7555
+ "type": "vec3i"
7556
7556
  },
7557
7557
  {
7558
7558
  "name": "reaction_type",
@@ -2275,7 +2275,7 @@ packet_lab_table:
2275
2275
  0: combine
2276
2276
  1: react
2277
2277
  # Position is the position at which the lab table used was located.
2278
- position: vec3u
2278
+ position: vec3i
2279
2279
  # ReactionType is the type of the reaction that took place as a result of the items put into the lab
2280
2280
  # table. The reaction type can be either that of an item or a particle, depending on whatever the result
2281
2281
  # was of the reaction.
@@ -7610,7 +7610,7 @@
7610
7610
  },
7611
7611
  {
7612
7612
  "name": "position",
7613
- "type": "vec3u"
7613
+ "type": "vec3i"
7614
7614
  },
7615
7615
  {
7616
7616
  "name": "reaction_type",
@@ -2285,7 +2285,7 @@ packet_lab_table:
2285
2285
  0: combine
2286
2286
  1: react
2287
2287
  # Position is the position at which the lab table used was located.
2288
- position: vec3u
2288
+ position: vec3i
2289
2289
  # ReactionType is the type of the reaction that took place as a result of the items put into the lab
2290
2290
  # table. The reaction type can be either that of an item or a particle, depending on whatever the result
2291
2291
  # was of the reaction.
@@ -7695,7 +7695,7 @@
7695
7695
  },
7696
7696
  {
7697
7697
  "name": "position",
7698
- "type": "vec3u"
7698
+ "type": "vec3i"
7699
7699
  },
7700
7700
  {
7701
7701
  "name": "reaction_type",
@@ -2295,7 +2295,7 @@ packet_lab_table:
2295
2295
  0: combine
2296
2296
  1: react
2297
2297
  # Position is the position at which the lab table used was located.
2298
- position: vec3u
2298
+ position: vec3i
2299
2299
  # ReactionType is the type of the reaction that took place as a result of the items put into the lab
2300
2300
  # table. The reaction type can be either that of an item or a particle, depending on whatever the result
2301
2301
  # was of the reaction.
@@ -7742,7 +7742,7 @@
7742
7742
  },
7743
7743
  {
7744
7744
  "name": "position",
7745
- "type": "vec3u"
7745
+ "type": "vec3i"
7746
7746
  },
7747
7747
  {
7748
7748
  "name": "reaction_type",
@@ -2346,7 +2346,7 @@ packet_lab_table:
2346
2346
  0: combine
2347
2347
  1: react
2348
2348
  # Position is the position at which the lab table used was located.
2349
- position: vec3u
2349
+ position: vec3i
2350
2350
  # ReactionType is the type of the reaction that took place as a result of the items put into the lab
2351
2351
  # table. The reaction type can be either that of an item or a particle, depending on whatever the result
2352
2352
  # was of the reaction.
@@ -7810,7 +7810,7 @@
7810
7810
  },
7811
7811
  {
7812
7812
  "name": "position",
7813
- "type": "vec3u"
7813
+ "type": "vec3i"
7814
7814
  },
7815
7815
  {
7816
7816
  "name": "reaction_type",
@@ -1491,7 +1491,7 @@ packet_clientbound_map_item_data:
1491
1491
  # table.
1492
1492
  locked: bool
1493
1493
  # Origin is the center position of the map being updated.
1494
- origin: BlockCoordinates
1494
+ origin: vec3i
1495
1495
  # The following fields apply only for the MapUpdateFlagInitialisation.
1496
1496
  # MapsIncludedIn holds an array of map IDs that the map updated is included in. This has to do with the
1497
1497
  # scale of the map: Each map holds its own map ID and all map IDs of maps that include this map and have
@@ -2377,7 +2377,7 @@ packet_lab_table:
2377
2377
  0: combine
2378
2378
  1: react
2379
2379
  # Position is the position at which the lab table used was located.
2380
- position: vec3u
2380
+ position: vec3i
2381
2381
  # ReactionType is the type of the reaction that took place as a result of the items put into the lab
2382
2382
  # table. The reaction type can be either that of an item or a particle, depending on whatever the result
2383
2383
  # was of the reaction.
@@ -6324,7 +6324,7 @@
6324
6324
  },
6325
6325
  {
6326
6326
  "name": "origin",
6327
- "type": "BlockCoordinates"
6327
+ "type": "vec3i"
6328
6328
  },
6329
6329
  {
6330
6330
  "name": "included_in",
@@ -7953,7 +7953,7 @@
7953
7953
  },
7954
7954
  {
7955
7955
  "name": "position",
7956
- "type": "vec3u"
7956
+ "type": "vec3i"
7957
7957
  },
7958
7958
  {
7959
7959
  "name": "reaction_type",
@@ -1491,7 +1491,7 @@ packet_clientbound_map_item_data:
1491
1491
  # table.
1492
1492
  locked: bool
1493
1493
  # Origin is the center position of the map being updated.
1494
- origin: BlockCoordinates
1494
+ origin: vec3i
1495
1495
  # The following fields apply only for the MapUpdateFlagInitialisation.
1496
1496
  # MapsIncludedIn holds an array of map IDs that the map updated is included in. This has to do with the
1497
1497
  # scale of the map: Each map holds its own map ID and all map IDs of maps that include this map and have
@@ -2377,7 +2377,7 @@ packet_lab_table:
2377
2377
  0: combine
2378
2378
  1: react
2379
2379
  # Position is the position at which the lab table used was located.
2380
- position: vec3u
2380
+ position: vec3i
2381
2381
  # ReactionType is the type of the reaction that took place as a result of the items put into the lab
2382
2382
  # table. The reaction type can be either that of an item or a particle, depending on whatever the result
2383
2383
  # was of the reaction.
@@ -6324,7 +6324,7 @@
6324
6324
  },
6325
6325
  {
6326
6326
  "name": "origin",
6327
- "type": "BlockCoordinates"
6327
+ "type": "vec3i"
6328
6328
  },
6329
6329
  {
6330
6330
  "name": "included_in",
@@ -7953,7 +7953,7 @@
7953
7953
  },
7954
7954
  {
7955
7955
  "name": "position",
7956
- "type": "vec3u"
7956
+ "type": "vec3i"
7957
7957
  },
7958
7958
  {
7959
7959
  "name": "reaction_type",
@@ -1492,7 +1492,7 @@ packet_clientbound_map_item_data:
1492
1492
  # table.
1493
1493
  locked: bool
1494
1494
  # Origin is the center position of the map being updated.
1495
- origin: BlockCoordinates
1495
+ origin: vec3i
1496
1496
  # The following fields apply only for the MapUpdateFlagInitialisation.
1497
1497
  # MapsIncludedIn holds an array of map IDs that the map updated is included in. This has to do with the
1498
1498
  # scale of the map: Each map holds its own map ID and all map IDs of maps that include this map and have
@@ -2380,7 +2380,7 @@ packet_lab_table:
2380
2380
  0: combine
2381
2381
  1: react
2382
2382
  # Position is the position at which the lab table used was located.
2383
- position: vec3u
2383
+ position: vec3i
2384
2384
  # ReactionType is the type of the reaction that took place as a result of the items put into the lab
2385
2385
  # table. The reaction type can be either that of an item or a particle, depending on whatever the result
2386
2386
  # was of the reaction.
@@ -6424,7 +6424,7 @@
6424
6424
  },
6425
6425
  {
6426
6426
  "name": "origin",
6427
- "type": "BlockCoordinates"
6427
+ "type": "vec3i"
6428
6428
  },
6429
6429
  {
6430
6430
  "name": "included_in",
@@ -8057,7 +8057,7 @@
8057
8057
  },
8058
8058
  {
8059
8059
  "name": "position",
8060
- "type": "vec3u"
8060
+ "type": "vec3i"
8061
8061
  },
8062
8062
  {
8063
8063
  "name": "reaction_type",
@@ -785,7 +785,8 @@ packet_level_event:
785
785
  3508: cauldron_add_dye
786
786
  3509: cauldron_clean_banner
787
787
  3600: block_start_break
788
- 3601: block_stop_break
788
+ 3601: block_stop_break
789
+ 3602: block_break_speed
789
790
  4000: set_data
790
791
  9800: players_sleeping
791
792
  9801: sleeping_players
@@ -1501,7 +1502,7 @@ packet_clientbound_map_item_data:
1501
1502
  # table.
1502
1503
  locked: bool
1503
1504
  # Origin is the center position of the map being updated.
1504
- origin: BlockCoordinates
1505
+ origin: vec3i
1505
1506
  # The following fields apply only for the MapUpdateFlagInitialisation.
1506
1507
  # MapsIncludedIn holds an array of map IDs that the map updated is included in. This has to do with the
1507
1508
  # scale of the map: Each map holds its own map ID and all map IDs of maps that include this map and have
@@ -2389,7 +2390,7 @@ packet_lab_table:
2389
2390
  0: combine
2390
2391
  1: react
2391
2392
  # Position is the position at which the lab table used was located.
2392
- position: vec3u
2393
+ position: vec3i
2393
2394
  # ReactionType is the type of the reaction that took place as a result of the items put into the lab
2394
2395
  # table. The reaction type can be either that of an item or a particle, depending on whatever the result
2395
2396
  # was of the reaction.
@@ -5432,6 +5432,7 @@
5432
5432
  "3509": "cauldron_clean_banner",
5433
5433
  "3600": "block_start_break",
5434
5434
  "3601": "block_stop_break",
5435
+ "3602": "block_break_speed",
5435
5436
  "4000": "set_data",
5436
5437
  "9800": "players_sleeping",
5437
5438
  "9801": "sleeping_players",
@@ -6492,7 +6493,7 @@
6492
6493
  },
6493
6494
  {
6494
6495
  "name": "origin",
6495
- "type": "BlockCoordinates"
6496
+ "type": "vec3i"
6496
6497
  },
6497
6498
  {
6498
6499
  "name": "included_in",
@@ -8125,7 +8126,7 @@
8125
8126
  },
8126
8127
  {
8127
8128
  "name": "position",
8128
- "type": "vec3u"
8129
+ "type": "vec3i"
8129
8130
  },
8130
8131
  {
8131
8132
  "name": "reaction_type",