minecraft-data 3.26.0 → 3.28.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 (52) hide show
  1. package/data.js +43 -1
  2. package/doc/history.md +8 -0
  3. package/minecraft-data/README.md +1 -1
  4. package/minecraft-data/data/bedrock/1.16.201/proto.yml +1 -1
  5. package/minecraft-data/data/bedrock/1.16.201/protocol.json +1 -1
  6. package/minecraft-data/data/bedrock/1.16.210/proto.yml +1 -1
  7. package/minecraft-data/data/bedrock/1.16.210/protocol.json +1 -1
  8. package/minecraft-data/data/bedrock/1.16.220/proto.yml +1 -1
  9. package/minecraft-data/data/bedrock/1.16.220/protocol.json +1 -1
  10. package/minecraft-data/data/bedrock/1.17.0/proto.yml +1 -1
  11. package/minecraft-data/data/bedrock/1.17.0/protocol.json +1 -1
  12. package/minecraft-data/data/bedrock/1.17.10/proto.yml +1 -1
  13. package/minecraft-data/data/bedrock/1.17.10/protocol.json +1 -1
  14. package/minecraft-data/data/bedrock/1.17.30/proto.yml +1 -1
  15. package/minecraft-data/data/bedrock/1.17.30/protocol.json +1 -1
  16. package/minecraft-data/data/bedrock/1.17.40/proto.yml +1 -1
  17. package/minecraft-data/data/bedrock/1.17.40/protocol.json +1 -1
  18. package/minecraft-data/data/bedrock/1.18.0/proto.yml +1 -1
  19. package/minecraft-data/data/bedrock/1.18.0/protocol.json +1 -1
  20. package/minecraft-data/data/bedrock/1.18.11/proto.yml +1 -1
  21. package/minecraft-data/data/bedrock/1.18.11/protocol.json +1 -1
  22. package/minecraft-data/data/bedrock/1.18.30/proto.yml +1 -1
  23. package/minecraft-data/data/bedrock/1.18.30/protocol.json +1 -1
  24. package/minecraft-data/data/bedrock/1.19.1/proto.yml +1 -1
  25. package/minecraft-data/data/bedrock/1.19.1/protocol.json +1 -1
  26. package/minecraft-data/data/bedrock/1.19.10/proto.yml +1 -1
  27. package/minecraft-data/data/bedrock/1.19.10/protocol.json +1 -1
  28. package/minecraft-data/data/bedrock/1.19.20/proto.yml +1 -1
  29. package/minecraft-data/data/bedrock/1.19.20/protocol.json +1 -1
  30. package/minecraft-data/data/bedrock/1.19.21/proto.yml +1 -1
  31. package/minecraft-data/data/bedrock/1.19.21/protocol.json +1 -1
  32. package/minecraft-data/data/bedrock/1.19.30/proto.yml +1 -1
  33. package/minecraft-data/data/bedrock/1.19.30/protocol.json +1 -1
  34. package/minecraft-data/data/bedrock/1.19.40/proto.yml +1 -1
  35. package/minecraft-data/data/bedrock/1.19.40/protocol.json +1 -1
  36. package/minecraft-data/data/bedrock/1.19.50/proto.yml +3826 -0
  37. package/minecraft-data/data/bedrock/1.19.50/protocol.json +1 -1
  38. package/minecraft-data/data/bedrock/1.19.50/types.yml +2038 -0
  39. package/minecraft-data/data/bedrock/1.19.60/proto.yml +3850 -0
  40. package/minecraft-data/data/bedrock/1.19.60/protocol.json +11061 -0
  41. package/minecraft-data/data/bedrock/1.19.60/types.yml +2062 -0
  42. package/minecraft-data/data/bedrock/1.19.60/version.json +6 -0
  43. package/minecraft-data/data/bedrock/1.19.62/protocol.json +11065 -0
  44. package/minecraft-data/data/bedrock/1.19.62/version.json +6 -0
  45. package/minecraft-data/data/bedrock/common/protocolVersions.json +12 -0
  46. package/minecraft-data/data/bedrock/common/versions.json +3 -1
  47. package/minecraft-data/data/bedrock/latest/proto.yml +29 -5
  48. package/minecraft-data/data/bedrock/latest/types.yml +25 -0
  49. package/minecraft-data/data/dataPaths.json +43 -1
  50. package/minecraft-data/data/pc/1.19.3/protocol.json +21 -25
  51. package/minecraft-data/doc/history.md +7 -0
  52. package/package.json +1 -1
package/data.js CHANGED
@@ -1517,9 +1517,51 @@ module.exports =
1517
1517
  get steve () { return require("./minecraft-data/data/bedrock/1.16.201/steve.json") },
1518
1518
  get blocksB2J () { return require("./minecraft-data/data/bedrock/1.19.1/blocksB2J.json") },
1519
1519
  get blocksJ2B () { return require("./minecraft-data/data/bedrock/1.19.1/blocksJ2B.json") },
1520
+ proto: __dirname + '/minecraft-data/data/bedrock/1.19.50/proto.yml',
1521
+ types: __dirname + '/minecraft-data/data/bedrock/1.19.50/types.yml',
1522
+ get version () { return require("./minecraft-data/data/bedrock/1.19.50/version.json") }
1523
+ },
1524
+ '1.19.60': {
1525
+ get blocks () { return require("./minecraft-data/data/bedrock/1.19.1/blocks.json") },
1526
+ get blockStates () { return require("./minecraft-data/data/bedrock/1.19.1/blockStates.json") },
1527
+ get blockCollisionShapes () { return require("./minecraft-data/data/bedrock/1.19.1/blockCollisionShapes.json") },
1528
+ get biomes () { return require("./minecraft-data/data/bedrock/1.19.1/biomes.json") },
1529
+ get entities () { return require("./minecraft-data/data/bedrock/1.19.1/entities.json") },
1530
+ get items () { return require("./minecraft-data/data/bedrock/1.19.10/items.json") },
1531
+ get recipes () { return require("./minecraft-data/data/bedrock/1.19.10/recipes.json") },
1532
+ get instruments () { return require("./minecraft-data/data/bedrock/1.17.0/instruments.json") },
1533
+ get materials () { return require("./minecraft-data/data/pc/1.17/materials.json") },
1534
+ get enchantments () { return require("./minecraft-data/data/pc/1.17/enchantments.json") },
1535
+ get effects () { return require("./minecraft-data/data/pc/1.17/effects.json") },
1536
+ get protocol () { return require("./minecraft-data/data/bedrock/1.19.60/protocol.json") },
1537
+ get windows () { return require("./minecraft-data/data/bedrock/1.16.201/windows.json") },
1538
+ get steve () { return require("./minecraft-data/data/bedrock/1.16.201/steve.json") },
1539
+ get blocksB2J () { return require("./minecraft-data/data/bedrock/1.19.1/blocksB2J.json") },
1540
+ get blocksJ2B () { return require("./minecraft-data/data/bedrock/1.19.1/blocksJ2B.json") },
1541
+ proto: __dirname + '/minecraft-data/data/bedrock/1.19.60/proto.yml',
1542
+ types: __dirname + '/minecraft-data/data/bedrock/1.19.60/types.yml',
1543
+ get version () { return require("./minecraft-data/data/bedrock/1.19.60/version.json") }
1544
+ },
1545
+ '1.19.62': {
1546
+ get blocks () { return require("./minecraft-data/data/bedrock/1.19.1/blocks.json") },
1547
+ get blockStates () { return require("./minecraft-data/data/bedrock/1.19.1/blockStates.json") },
1548
+ get blockCollisionShapes () { return require("./minecraft-data/data/bedrock/1.19.1/blockCollisionShapes.json") },
1549
+ get biomes () { return require("./minecraft-data/data/bedrock/1.19.1/biomes.json") },
1550
+ get entities () { return require("./minecraft-data/data/bedrock/1.19.1/entities.json") },
1551
+ get items () { return require("./minecraft-data/data/bedrock/1.19.10/items.json") },
1552
+ get recipes () { return require("./minecraft-data/data/bedrock/1.19.10/recipes.json") },
1553
+ get instruments () { return require("./minecraft-data/data/bedrock/1.17.0/instruments.json") },
1554
+ get materials () { return require("./minecraft-data/data/pc/1.17/materials.json") },
1555
+ get enchantments () { return require("./minecraft-data/data/pc/1.17/enchantments.json") },
1556
+ get effects () { return require("./minecraft-data/data/pc/1.17/effects.json") },
1557
+ get protocol () { return require("./minecraft-data/data/bedrock/1.19.62/protocol.json") },
1558
+ get windows () { return require("./minecraft-data/data/bedrock/1.16.201/windows.json") },
1559
+ get steve () { return require("./minecraft-data/data/bedrock/1.16.201/steve.json") },
1560
+ get blocksB2J () { return require("./minecraft-data/data/bedrock/1.19.1/blocksB2J.json") },
1561
+ get blocksJ2B () { return require("./minecraft-data/data/bedrock/1.19.1/blocksJ2B.json") },
1520
1562
  proto: __dirname + '/minecraft-data/data/bedrock/latest/proto.yml',
1521
1563
  types: __dirname + '/minecraft-data/data/bedrock/latest/types.yml',
1522
- get version () { return require("./minecraft-data/data/bedrock/1.19.50/version.json") }
1564
+ get version () { return require("./minecraft-data/data/bedrock/1.19.62/version.json") }
1523
1565
  }
1524
1566
  }
1525
1567
  }
package/doc/history.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # History
2
2
 
3
+ ## 3.28.0
4
+
5
+ * update `minecraft-data`
6
+
7
+ ## 3.27.0
8
+
9
+ * update `minecraft-data`
10
+
3
11
  ## 3.26.0
4
12
 
5
13
  * update `minecraft-data`
@@ -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
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
14
14
 
15
15
  ## Wrappers
16
16
 
@@ -1390,7 +1390,7 @@ packet_command_request:
1390
1390
  origin: CommandOrigin
1391
1391
  # Internal specifies if the command request internal. Setting it to false seems to work and the usage of
1392
1392
  # this field is not known.
1393
- interval: bool
1393
+ internal: bool
1394
1394
 
1395
1395
  # CommandBlockUpdate is sent by the client to update a command block at a specific position. The command
1396
1396
  # block may be either a physical block or an entity.
@@ -5513,7 +5513,7 @@
5513
5513
  "type": "CommandOrigin"
5514
5514
  },
5515
5515
  {
5516
- "name": "interval",
5516
+ "name": "internal",
5517
5517
  "type": "bool"
5518
5518
  }
5519
5519
  ]
@@ -1429,7 +1429,7 @@ packet_command_request:
1429
1429
  origin: CommandOrigin
1430
1430
  # Internal specifies if the command request internal. Setting it to false seems to work and the usage of
1431
1431
  # this field is not known.
1432
- interval: bool
1432
+ internal: bool
1433
1433
 
1434
1434
 
1435
1435
  # CommandBlockUpdate is sent by the client to update a command block at a specific position. The command
@@ -5684,7 +5684,7 @@
5684
5684
  "type": "CommandOrigin"
5685
5685
  },
5686
5686
  {
5687
- "name": "interval",
5687
+ "name": "internal",
5688
5688
  "type": "bool"
5689
5689
  }
5690
5690
  ]
@@ -1563,7 +1563,7 @@ packet_command_request:
1563
1563
  origin: CommandOrigin
1564
1564
  # Internal specifies if the command request internal. Setting it to false seems to work and the usage of
1565
1565
  # this field is not known.
1566
- interval: bool
1566
+ internal: bool
1567
1567
 
1568
1568
 
1569
1569
  # CommandBlockUpdate is sent by the client to update a command block at a specific position. The command
@@ -6252,7 +6252,7 @@
6252
6252
  "type": "CommandOrigin"
6253
6253
  },
6254
6254
  {
6255
- "name": "interval",
6255
+ "name": "internal",
6256
6256
  "type": "bool"
6257
6257
  }
6258
6258
  ]
@@ -1565,7 +1565,7 @@ packet_command_request:
1565
1565
  origin: CommandOrigin
1566
1566
  # Internal specifies if the command request internal. Setting it to false seems to work and the usage of
1567
1567
  # this field is not known.
1568
- interval: bool
1568
+ internal: bool
1569
1569
 
1570
1570
 
1571
1571
  # CommandBlockUpdate is sent by the client to update a command block at a specific position. The command
@@ -6331,7 +6331,7 @@
6331
6331
  "type": "CommandOrigin"
6332
6332
  },
6333
6333
  {
6334
- "name": "interval",
6334
+ "name": "internal",
6335
6335
  "type": "bool"
6336
6336
  }
6337
6337
  ]
@@ -1648,7 +1648,7 @@ packet_command_request:
1648
1648
  origin: CommandOrigin
1649
1649
  # Internal specifies if the command request internal. Setting it to false seems to work and the usage of
1650
1650
  # this field is not known.
1651
- interval: bool
1651
+ internal: bool
1652
1652
 
1653
1653
 
1654
1654
  # CommandBlockUpdate is sent by the client to update a command block at a specific position. The command
@@ -6421,7 +6421,7 @@
6421
6421
  "type": "CommandOrigin"
6422
6422
  },
6423
6423
  {
6424
- "name": "interval",
6424
+ "name": "internal",
6425
6425
  "type": "bool"
6426
6426
  }
6427
6427
  ]
@@ -1661,7 +1661,7 @@ packet_command_request:
1661
1661
  origin: CommandOrigin
1662
1662
  # Internal specifies if the command request internal. Setting it to false seems to work and the usage of
1663
1663
  # this field is not known.
1664
- interval: bool
1664
+ internal: bool
1665
1665
 
1666
1666
 
1667
1667
  # CommandBlockUpdate is sent by the client to update a command block at a specific position. The command
@@ -6549,7 +6549,7 @@
6549
6549
  "type": "CommandOrigin"
6550
6550
  },
6551
6551
  {
6552
- "name": "interval",
6552
+ "name": "internal",
6553
6553
  "type": "bool"
6554
6554
  }
6555
6555
  ]
@@ -1661,7 +1661,7 @@ packet_command_request:
1661
1661
  origin: CommandOrigin
1662
1662
  # Internal specifies if the command request internal. Setting it to false seems to work and the usage of
1663
1663
  # this field is not known.
1664
- interval: bool
1664
+ internal: bool
1665
1665
 
1666
1666
 
1667
1667
  # CommandBlockUpdate is sent by the client to update a command block at a specific position. The command
@@ -6550,7 +6550,7 @@
6550
6550
  "type": "CommandOrigin"
6551
6551
  },
6552
6552
  {
6553
- "name": "interval",
6553
+ "name": "internal",
6554
6554
  "type": "bool"
6555
6555
  }
6556
6556
  ]
@@ -1668,7 +1668,7 @@ packet_command_request:
1668
1668
  origin: CommandOrigin
1669
1669
  # Internal specifies if the command request internal. Setting it to false seems to work and the usage of
1670
1670
  # this field is not known.
1671
- interval: bool
1671
+ internal: bool
1672
1672
 
1673
1673
 
1674
1674
  # CommandBlockUpdate is sent by the client to update a command block at a specific position. The command
@@ -6595,7 +6595,7 @@
6595
6595
  "type": "CommandOrigin"
6596
6596
  },
6597
6597
  {
6598
- "name": "interval",
6598
+ "name": "internal",
6599
6599
  "type": "bool"
6600
6600
  }
6601
6601
  ]
@@ -1675,7 +1675,7 @@ packet_command_request:
1675
1675
  origin: CommandOrigin
1676
1676
  # Internal specifies if the command request internal. Setting it to false seems to work and the usage of
1677
1677
  # this field is not known.
1678
- interval: bool
1678
+ internal: bool
1679
1679
 
1680
1680
 
1681
1681
  # CommandBlockUpdate is sent by the client to update a command block at a specific position. The command
@@ -6653,7 +6653,7 @@
6653
6653
  "type": "CommandOrigin"
6654
6654
  },
6655
6655
  {
6656
- "name": "interval",
6656
+ "name": "internal",
6657
6657
  "type": "bool"
6658
6658
  }
6659
6659
  ]
@@ -1685,7 +1685,7 @@ packet_command_request:
1685
1685
  origin: CommandOrigin
1686
1686
  # Internal specifies if the command request internal. Setting it to false seems to work and the usage of
1687
1687
  # this field is not known.
1688
- interval: bool
1688
+ internal: bool
1689
1689
 
1690
1690
 
1691
1691
  # CommandBlockUpdate is sent by the client to update a command block at a specific position. The command
@@ -6738,7 +6738,7 @@
6738
6738
  "type": "CommandOrigin"
6739
6739
  },
6740
6740
  {
6741
- "name": "interval",
6741
+ "name": "internal",
6742
6742
  "type": "bool"
6743
6743
  }
6744
6744
  ]
@@ -1695,7 +1695,7 @@ packet_command_request:
1695
1695
  origin: CommandOrigin
1696
1696
  # Internal specifies if the command request internal. Setting it to false seems to work and the usage of
1697
1697
  # this field is not known.
1698
- interval: bool
1698
+ internal: bool
1699
1699
 
1700
1700
 
1701
1701
  # CommandBlockUpdate is sent by the client to update a command block at a specific position. The command
@@ -6785,7 +6785,7 @@
6785
6785
  "type": "CommandOrigin"
6786
6786
  },
6787
6787
  {
6788
- "name": "interval",
6788
+ "name": "internal",
6789
6789
  "type": "bool"
6790
6790
  }
6791
6791
  ]
@@ -1746,7 +1746,7 @@ packet_command_request:
1746
1746
  origin: CommandOrigin
1747
1747
  # Internal specifies if the command request internal. Setting it to false seems to work and the usage of
1748
1748
  # this field is not known.
1749
- interval: bool
1749
+ internal: bool
1750
1750
 
1751
1751
 
1752
1752
  # CommandBlockUpdate is sent by the client to update a command block at a specific position. The command
@@ -6853,7 +6853,7 @@
6853
6853
  "type": "CommandOrigin"
6854
6854
  },
6855
6855
  {
6856
- "name": "interval",
6856
+ "name": "internal",
6857
6857
  "type": "bool"
6858
6858
  }
6859
6859
  ]
@@ -1767,7 +1767,7 @@ packet_command_request:
1767
1767
  origin: CommandOrigin
1768
1768
  # Internal specifies if the command request internal. Setting it to false seems to work and the usage of
1769
1769
  # this field is not known.
1770
- interval: bool
1770
+ internal: bool
1771
1771
 
1772
1772
 
1773
1773
  # CommandBlockUpdate is sent by the client to update a command block at a specific position. The command
@@ -6949,7 +6949,7 @@
6949
6949
  "type": "CommandOrigin"
6950
6950
  },
6951
6951
  {
6952
- "name": "interval",
6952
+ "name": "internal",
6953
6953
  "type": "bool"
6954
6954
  }
6955
6955
  ]
@@ -1767,7 +1767,7 @@ packet_command_request:
1767
1767
  origin: CommandOrigin
1768
1768
  # Internal specifies if the command request internal. Setting it to false seems to work and the usage of
1769
1769
  # this field is not known.
1770
- interval: bool
1770
+ internal: bool
1771
1771
 
1772
1772
 
1773
1773
  # CommandBlockUpdate is sent by the client to update a command block at a specific position. The command
@@ -6949,7 +6949,7 @@
6949
6949
  "type": "CommandOrigin"
6950
6950
  },
6951
6951
  {
6952
- "name": "interval",
6952
+ "name": "internal",
6953
6953
  "type": "bool"
6954
6954
  }
6955
6955
  ]
@@ -1768,7 +1768,7 @@ packet_command_request:
1768
1768
  origin: CommandOrigin
1769
1769
  # Internal specifies if the command request internal. Setting it to false seems to work and the usage of
1770
1770
  # this field is not known.
1771
- interval: bool
1771
+ internal: bool
1772
1772
 
1773
1773
 
1774
1774
  # CommandBlockUpdate is sent by the client to update a command block at a specific position. The command
@@ -7049,7 +7049,7 @@
7049
7049
  "type": "CommandOrigin"
7050
7050
  },
7051
7051
  {
7052
- "name": "interval",
7052
+ "name": "internal",
7053
7053
  "type": "bool"
7054
7054
  }
7055
7055
  ]
@@ -1777,7 +1777,7 @@ packet_command_request:
1777
1777
  origin: CommandOrigin
1778
1778
  # Internal specifies if the command request internal. Setting it to false seems to work and the usage of
1779
1779
  # this field is not known.
1780
- interval: bool
1780
+ internal: bool
1781
1781
 
1782
1782
 
1783
1783
  # CommandBlockUpdate is sent by the client to update a command block at a specific position. The command
@@ -7117,7 +7117,7 @@
7117
7117
  "type": "CommandOrigin"
7118
7118
  },
7119
7119
  {
7120
- "name": "interval",
7120
+ "name": "internal",
7121
7121
  "type": "bool"
7122
7122
  }
7123
7123
  ]