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
package/data.js CHANGED
@@ -1273,6 +1273,7 @@ module.exports =
1273
1273
  get version () { return require("./minecraft-data/data/bedrock/1.0/version.json") }
1274
1274
  },
1275
1275
  '1.16.201': {
1276
+ get attributes () { return require("./minecraft-data/data/bedrock/1.16.201/attributes.json") },
1276
1277
  get protocol () { return require("./minecraft-data/data/bedrock/1.16.201/protocol.json") },
1277
1278
  get steve () { return require("./minecraft-data/data/bedrock/1.16.201/steve.json") },
1278
1279
  proto: __dirname + '/minecraft-data/data/bedrock/1.16.201/proto.yml',
@@ -1282,6 +1283,7 @@ module.exports =
1282
1283
  get version () { return require("./minecraft-data/data/bedrock/1.16.201/version.json") }
1283
1284
  },
1284
1285
  '1.16.210': {
1286
+ get attributes () { return require("./minecraft-data/data/bedrock/1.16.201/attributes.json") },
1285
1287
  get protocol () { return require("./minecraft-data/data/bedrock/1.16.210/protocol.json") },
1286
1288
  get steve () { return require("./minecraft-data/data/bedrock/1.16.201/steve.json") },
1287
1289
  proto: __dirname + '/minecraft-data/data/bedrock/1.16.210/proto.yml',
@@ -1290,6 +1292,7 @@ module.exports =
1290
1292
  get version () { return require("./minecraft-data/data/bedrock/1.16.210/version.json") }
1291
1293
  },
1292
1294
  '1.16.220': {
1295
+ get attributes () { return require("./minecraft-data/data/bedrock/1.16.201/attributes.json") },
1293
1296
  get blocks () { return require("./minecraft-data/data/bedrock/1.16.220/blocks.json") },
1294
1297
  get blockStates () { return require("./minecraft-data/data/bedrock/1.16.220/blockStates.json") },
1295
1298
  get biomes () { return require("./minecraft-data/data/bedrock/1.17.0/biomes.json") },
@@ -1302,6 +1305,7 @@ module.exports =
1302
1305
  get version () { return require("./minecraft-data/data/bedrock/1.16.220/version.json") }
1303
1306
  },
1304
1307
  '1.17.0': {
1308
+ get attributes () { return require("./minecraft-data/data/bedrock/1.16.201/attributes.json") },
1305
1309
  get blocks () { return require("./minecraft-data/data/bedrock/1.17.0/blocks.json") },
1306
1310
  get blockStates () { return require("./minecraft-data/data/bedrock/1.17.0/blockStates.json") },
1307
1311
  get blockCollisionShapes () { return require("./minecraft-data/data/bedrock/1.17.0/blockCollisionShapes.json") },
@@ -1321,6 +1325,7 @@ module.exports =
1321
1325
  get version () { return require("./minecraft-data/data/bedrock/1.17.0/version.json") }
1322
1326
  },
1323
1327
  '1.17.10': {
1328
+ get attributes () { return require("./minecraft-data/data/bedrock/1.16.201/attributes.json") },
1324
1329
  get blocks () { return require("./minecraft-data/data/bedrock/1.17.10/blocks.json") },
1325
1330
  get blockStates () { return require("./minecraft-data/data/bedrock/1.17.10/blockStates.json") },
1326
1331
  get blockCollisionShapes () { return require("./minecraft-data/data/bedrock/1.17.10/blockCollisionShapes.json") },
@@ -1342,6 +1347,7 @@ module.exports =
1342
1347
  get version () { return require("./minecraft-data/data/bedrock/1.17.10/version.json") }
1343
1348
  },
1344
1349
  '1.17.30': {
1350
+ get attributes () { return require("./minecraft-data/data/bedrock/1.16.201/attributes.json") },
1345
1351
  get blocks () { return require("./minecraft-data/data/bedrock/1.17.10/blocks.json") },
1346
1352
  get blockStates () { return require("./minecraft-data/data/bedrock/1.17.10/blockStates.json") },
1347
1353
  get blockCollisionShapes () { return require("./minecraft-data/data/bedrock/1.17.10/blockCollisionShapes.json") },
@@ -1363,6 +1369,7 @@ module.exports =
1363
1369
  get version () { return require("./minecraft-data/data/bedrock/1.17.30/version.json") }
1364
1370
  },
1365
1371
  '1.17.40': {
1372
+ get attributes () { return require("./minecraft-data/data/bedrock/1.16.201/attributes.json") },
1366
1373
  get blocks () { return require("./minecraft-data/data/bedrock/1.17.40/blocks.json") },
1367
1374
  get blockStates () { return require("./minecraft-data/data/bedrock/1.17.40/blockStates.json") },
1368
1375
  get blockCollisionShapes () { return require("./minecraft-data/data/bedrock/1.17.40/blockCollisionShapes.json") },
@@ -1384,6 +1391,7 @@ module.exports =
1384
1391
  get version () { return require("./minecraft-data/data/bedrock/1.17.40/version.json") }
1385
1392
  },
1386
1393
  '1.18.0': {
1394
+ get attributes () { return require("./minecraft-data/data/bedrock/1.16.201/attributes.json") },
1387
1395
  get blocks () { return require("./minecraft-data/data/bedrock/1.17.40/blocks.json") },
1388
1396
  get blockStates () { return require("./minecraft-data/data/bedrock/1.17.40/blockStates.json") },
1389
1397
  get blockCollisionShapes () { return require("./minecraft-data/data/bedrock/1.17.40/blockCollisionShapes.json") },
@@ -1407,6 +1415,7 @@ module.exports =
1407
1415
  get blockLoot () { return require("./minecraft-data/data/bedrock/1.18.0/blockLoot.json") }
1408
1416
  },
1409
1417
  '1.18.11': {
1418
+ get attributes () { return require("./minecraft-data/data/bedrock/1.16.201/attributes.json") },
1410
1419
  get blocks () { return require("./minecraft-data/data/bedrock/1.18.11/blocks.json") },
1411
1420
  get blockStates () { return require("./minecraft-data/data/bedrock/1.18.11/blockStates.json") },
1412
1421
  get blockCollisionShapes () { return require("./minecraft-data/data/bedrock/1.18.11/blockCollisionShapes.json") },
@@ -1428,6 +1437,7 @@ module.exports =
1428
1437
  get version () { return require("./minecraft-data/data/bedrock/1.18.11/version.json") }
1429
1438
  },
1430
1439
  '1.18.30': {
1440
+ get attributes () { return require("./minecraft-data/data/bedrock/1.16.201/attributes.json") },
1431
1441
  get blocks () { return require("./minecraft-data/data/bedrock/1.18.30/blocks.json") },
1432
1442
  get blockStates () { return require("./minecraft-data/data/bedrock/1.18.30/blockStates.json") },
1433
1443
  get blockCollisionShapes () { return require("./minecraft-data/data/bedrock/1.18.30/blockCollisionShapes.json") },
@@ -1449,6 +1459,7 @@ module.exports =
1449
1459
  get version () { return require("./minecraft-data/data/bedrock/1.18.30/version.json") }
1450
1460
  },
1451
1461
  '1.19.1': {
1462
+ get attributes () { return require("./minecraft-data/data/bedrock/1.16.201/attributes.json") },
1452
1463
  get blocks () { return require("./minecraft-data/data/bedrock/1.19.1/blocks.json") },
1453
1464
  get blockStates () { return require("./minecraft-data/data/bedrock/1.19.1/blockStates.json") },
1454
1465
  get blockCollisionShapes () { return require("./minecraft-data/data/bedrock/1.19.1/blockCollisionShapes.json") },
@@ -1471,6 +1482,7 @@ module.exports =
1471
1482
  get version () { return require("./minecraft-data/data/bedrock/1.19.1/version.json") }
1472
1483
  },
1473
1484
  '1.19.10': {
1485
+ get attributes () { return require("./minecraft-data/data/bedrock/1.16.201/attributes.json") },
1474
1486
  get blocks () { return require("./minecraft-data/data/bedrock/1.19.1/blocks.json") },
1475
1487
  get blockStates () { return require("./minecraft-data/data/bedrock/1.19.1/blockStates.json") },
1476
1488
  get blockCollisionShapes () { return require("./minecraft-data/data/bedrock/1.19.1/blockCollisionShapes.json") },
@@ -1492,6 +1504,7 @@ module.exports =
1492
1504
  get version () { return require("./minecraft-data/data/bedrock/1.19.10/version.json") }
1493
1505
  },
1494
1506
  '1.19.20': {
1507
+ get attributes () { return require("./minecraft-data/data/bedrock/1.16.201/attributes.json") },
1495
1508
  get blocks () { return require("./minecraft-data/data/bedrock/1.19.1/blocks.json") },
1496
1509
  get blockStates () { return require("./minecraft-data/data/bedrock/1.19.1/blockStates.json") },
1497
1510
  get blockCollisionShapes () { return require("./minecraft-data/data/bedrock/1.19.1/blockCollisionShapes.json") },
@@ -1513,6 +1526,7 @@ module.exports =
1513
1526
  get version () { return require("./minecraft-data/data/bedrock/1.19.20/version.json") }
1514
1527
  },
1515
1528
  '1.19.21': {
1529
+ get attributes () { return require("./minecraft-data/data/bedrock/1.16.201/attributes.json") },
1516
1530
  get blocks () { return require("./minecraft-data/data/bedrock/1.19.1/blocks.json") },
1517
1531
  get blockStates () { return require("./minecraft-data/data/bedrock/1.19.1/blockStates.json") },
1518
1532
  get blockCollisionShapes () { return require("./minecraft-data/data/bedrock/1.19.1/blockCollisionShapes.json") },
@@ -1524,7 +1538,7 @@ module.exports =
1524
1538
  get materials () { return require("./minecraft-data/data/pc/1.17/materials.json") },
1525
1539
  get enchantments () { return require("./minecraft-data/data/bedrock/1.19.1/enchantments.json") },
1526
1540
  get effects () { return require("./minecraft-data/data/pc/1.17/effects.json") },
1527
- get protocol () { return require("./minecraft-data/data/bedrock/1.19.20/protocol.json") },
1541
+ get protocol () { return require("./minecraft-data/data/bedrock/1.19.21/protocol.json") },
1528
1542
  get windows () { return require("./minecraft-data/data/bedrock/1.16.201/windows.json") },
1529
1543
  get steve () { return require("./minecraft-data/data/bedrock/1.16.201/steve.json") },
1530
1544
  get blocksB2J () { return require("./minecraft-data/data/bedrock/1.19.1/blocksB2J.json") },
@@ -1534,6 +1548,7 @@ module.exports =
1534
1548
  get version () { return require("./minecraft-data/data/bedrock/1.19.21/version.json") }
1535
1549
  },
1536
1550
  '1.19.30': {
1551
+ get attributes () { return require("./minecraft-data/data/bedrock/1.16.201/attributes.json") },
1537
1552
  get blocks () { return require("./minecraft-data/data/bedrock/1.19.1/blocks.json") },
1538
1553
  get blockStates () { return require("./minecraft-data/data/bedrock/1.19.1/blockStates.json") },
1539
1554
  get blockCollisionShapes () { return require("./minecraft-data/data/bedrock/1.19.1/blockCollisionShapes.json") },
@@ -1555,6 +1570,7 @@ module.exports =
1555
1570
  get version () { return require("./minecraft-data/data/bedrock/1.19.30/version.json") }
1556
1571
  },
1557
1572
  '1.19.40': {
1573
+ get attributes () { return require("./minecraft-data/data/bedrock/1.16.201/attributes.json") },
1558
1574
  get blocks () { return require("./minecraft-data/data/bedrock/1.19.1/blocks.json") },
1559
1575
  get blockStates () { return require("./minecraft-data/data/bedrock/1.19.1/blockStates.json") },
1560
1576
  get blockCollisionShapes () { return require("./minecraft-data/data/bedrock/1.19.1/blockCollisionShapes.json") },
@@ -1576,6 +1592,7 @@ module.exports =
1576
1592
  get version () { return require("./minecraft-data/data/bedrock/1.19.40/version.json") }
1577
1593
  },
1578
1594
  '1.19.50': {
1595
+ get attributes () { return require("./minecraft-data/data/bedrock/1.16.201/attributes.json") },
1579
1596
  get blocks () { return require("./minecraft-data/data/bedrock/1.19.1/blocks.json") },
1580
1597
  get blockStates () { return require("./minecraft-data/data/bedrock/1.19.1/blockStates.json") },
1581
1598
  get blockCollisionShapes () { return require("./minecraft-data/data/bedrock/1.19.1/blockCollisionShapes.json") },
@@ -1597,6 +1614,7 @@ module.exports =
1597
1614
  get version () { return require("./minecraft-data/data/bedrock/1.19.50/version.json") }
1598
1615
  },
1599
1616
  '1.19.60': {
1617
+ get attributes () { return require("./minecraft-data/data/bedrock/1.16.201/attributes.json") },
1600
1618
  get blocks () { return require("./minecraft-data/data/bedrock/1.19.1/blocks.json") },
1601
1619
  get blockStates () { return require("./minecraft-data/data/bedrock/1.19.1/blockStates.json") },
1602
1620
  get blockCollisionShapes () { return require("./minecraft-data/data/bedrock/1.19.1/blockCollisionShapes.json") },
@@ -1618,6 +1636,7 @@ module.exports =
1618
1636
  get version () { return require("./minecraft-data/data/bedrock/1.19.60/version.json") }
1619
1637
  },
1620
1638
  '1.19.62': {
1639
+ get attributes () { return require("./minecraft-data/data/bedrock/1.16.201/attributes.json") },
1621
1640
  get blocks () { return require("./minecraft-data/data/bedrock/1.19.1/blocks.json") },
1622
1641
  get blockStates () { return require("./minecraft-data/data/bedrock/1.19.1/blockStates.json") },
1623
1642
  get blockCollisionShapes () { return require("./minecraft-data/data/bedrock/1.19.1/blockCollisionShapes.json") },
@@ -1639,6 +1658,7 @@ module.exports =
1639
1658
  get version () { return require("./minecraft-data/data/bedrock/1.19.62/version.json") }
1640
1659
  },
1641
1660
  '1.19.63': {
1661
+ get attributes () { return require("./minecraft-data/data/bedrock/1.16.201/attributes.json") },
1642
1662
  get blocks () { return require("./minecraft-data/data/bedrock/1.19.1/blocks.json") },
1643
1663
  get blockStates () { return require("./minecraft-data/data/bedrock/1.19.1/blockStates.json") },
1644
1664
  get blockCollisionShapes () { return require("./minecraft-data/data/bedrock/1.19.1/blockCollisionShapes.json") },
@@ -1718,9 +1738,30 @@ module.exports =
1718
1738
  get steve () { return require("./minecraft-data/data/bedrock/1.16.201/steve.json") },
1719
1739
  get blocksB2J () { return require("./minecraft-data/data/bedrock/1.19.1/blocksB2J.json") },
1720
1740
  get blocksJ2B () { return require("./minecraft-data/data/bedrock/1.19.1/blocksJ2B.json") },
1741
+ proto: __dirname + '/minecraft-data/data/bedrock/1.20.0/proto.yml',
1742
+ types: __dirname + '/minecraft-data/data/bedrock/1.20.0/types.yml',
1743
+ get version () { return require("./minecraft-data/data/bedrock/1.20.0/version.json") }
1744
+ },
1745
+ '1.20.10': {
1746
+ get blocks () { return require("./minecraft-data/data/bedrock/1.19.1/blocks.json") },
1747
+ get blockStates () { return require("./minecraft-data/data/bedrock/1.19.1/blockStates.json") },
1748
+ get blockCollisionShapes () { return require("./minecraft-data/data/bedrock/1.19.1/blockCollisionShapes.json") },
1749
+ get biomes () { return require("./minecraft-data/data/bedrock/1.19.1/biomes.json") },
1750
+ get entities () { return require("./minecraft-data/data/bedrock/1.19.1/entities.json") },
1751
+ get items () { return require("./minecraft-data/data/bedrock/1.19.10/items.json") },
1752
+ get recipes () { return require("./minecraft-data/data/bedrock/1.19.10/recipes.json") },
1753
+ get instruments () { return require("./minecraft-data/data/bedrock/1.17.0/instruments.json") },
1754
+ get materials () { return require("./minecraft-data/data/pc/1.17/materials.json") },
1755
+ get enchantments () { return require("./minecraft-data/data/bedrock/1.19.1/enchantments.json") },
1756
+ get effects () { return require("./minecraft-data/data/pc/1.17/effects.json") },
1757
+ get protocol () { return require("./minecraft-data/data/bedrock/1.20.10/protocol.json") },
1758
+ get windows () { return require("./minecraft-data/data/bedrock/1.16.201/windows.json") },
1759
+ get steve () { return require("./minecraft-data/data/bedrock/1.16.201/steve.json") },
1760
+ get blocksB2J () { return require("./minecraft-data/data/bedrock/1.19.1/blocksB2J.json") },
1761
+ get blocksJ2B () { return require("./minecraft-data/data/bedrock/1.19.1/blocksJ2B.json") },
1721
1762
  proto: __dirname + '/minecraft-data/data/bedrock/latest/proto.yml',
1722
1763
  types: __dirname + '/minecraft-data/data/bedrock/latest/types.yml',
1723
- get version () { return require("./minecraft-data/data/bedrock/1.20.0/version.json") }
1764
+ get version () { return require("./minecraft-data/data/bedrock/1.20.10/version.json") }
1724
1765
  }
1725
1766
  }
1726
1767
  }
package/doc/history.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # History
2
2
 
3
+ ## 3.41.0
4
+
5
+ * update `minecraft-data`
6
+
7
+ ## 3.40.0
8
+
9
+ * update `minecraft-data`
10
+
3
11
  ## 3.39.0
4
12
 
5
13
  * update `minecraft-data`
package/index.d.ts CHANGED
@@ -11,6 +11,18 @@ declare namespace MinecraftData {
11
11
  * The name of an attribute
12
12
  */
13
13
  name: string;
14
+ /**
15
+ * The minimum value of an attribute
16
+ */
17
+ min: number;
18
+ /**
19
+ * The maximum value of an attribute
20
+ */
21
+ max: number;
22
+ /**
23
+ * The default value of an attribute
24
+ */
25
+ default: number;
14
26
  }
15
27
 
16
28
 
@@ -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, 1.19.4), 1.20 (1.20, 1.20.1)
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, 1.20.0
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, 1.20.0, 1.20.10
14
14
 
15
15
 
16
16
  ## Wrappers
@@ -0,0 +1,107 @@
1
+ [
2
+ {
3
+ "name": "followRange",
4
+ "resource": "generic.follow_range",
5
+ "default": 32,
6
+ "min": 0,
7
+ "max": 2048
8
+ },
9
+ {
10
+ "name": "knockbackResistance",
11
+ "resource": "generic.knockback_resistance",
12
+ "default": 0,
13
+ "min": 0,
14
+ "max": 1
15
+ },
16
+ {
17
+ "name": "movementSpeed",
18
+ "resource": "generic.movement_speed",
19
+ "default": 0.7,
20
+ "min": 0,
21
+ "max": 1024
22
+ },
23
+ {
24
+ "name": "attackDamage",
25
+ "resource": "generic.attack_damage",
26
+ "default": 2,
27
+ "min": 0,
28
+ "max": 2048
29
+ },
30
+ {
31
+ "name": "horseJumpStrength",
32
+ "resource": "horse.jump_strength",
33
+ "default": 0.7,
34
+ "min": 0,
35
+ "max": 2
36
+ },
37
+ {
38
+ "name": "zombieSpawnReinforcements",
39
+ "resource": "zombie.spawn_reinforcements",
40
+ "default": 0,
41
+ "min": 0,
42
+ "max": 1
43
+ },
44
+ {
45
+ "name": "flyingSpeed",
46
+ "resource": "generic.flying_speed",
47
+ "default": 0.4,
48
+ "min": 0,
49
+ "max": 1024
50
+ },
51
+ {
52
+ "name": "luck",
53
+ "resource": "generic.luck",
54
+ "default": 0,
55
+ "min": -1024,
56
+ "max": 1024
57
+ },
58
+ {
59
+ "name": "health",
60
+ "resource": "health",
61
+ "default": 20,
62
+ "min": 0,
63
+ "max": 20
64
+ },
65
+ {
66
+ "name": "absorption",
67
+ "resource": "absorption",
68
+ "default": 0,
69
+ "min": 0,
70
+ "max": 1024
71
+ },
72
+ {
73
+ "name": "exhaustion",
74
+ "resource": "player.exhaustion",
75
+ "default": 0,
76
+ "min": 0,
77
+ "max": 5
78
+ },
79
+ {
80
+ "name": "experienceProgress",
81
+ "resource": "player.experience",
82
+ "default": 0,
83
+ "min": 0,
84
+ "max": 1
85
+ },
86
+ {
87
+ "name": "experienceLevel",
88
+ "resource": "player.level",
89
+ "default": 0,
90
+ "min": 0,
91
+ "max": 24791
92
+ },
93
+ {
94
+ "name": "hunger",
95
+ "resource": "player.hunger",
96
+ "default": 20,
97
+ "min": 0,
98
+ "max": 20
99
+ },
100
+ {
101
+ "name": "saturation",
102
+ "resource": "player.saturation",
103
+ "default": 20,
104
+ "min": 0,
105
+ "max": 20
106
+ }
107
+ ]
@@ -699,7 +699,7 @@ packet_entity_event:
699
699
  71: balloon_pop
700
700
  72: treasure_hunt
701
701
  73: agent_summon
702
- 74: charged_crossbow
702
+ 74: charged_item
703
703
  75: fall
704
704
  data: zigzag32
705
705
 
@@ -1332,7 +1332,7 @@ packet_available_commands:
1332
1332
  # The list of overload parameters for this command
1333
1333
  overloads: []varint
1334
1334
  # Each of the parameters gets an array of posible overloads
1335
- _: []varint
1335
+ parameters: []varint
1336
1336
  # The name of the parameter shown to the user (the `amount` in `/xp <amount: int>`)
1337
1337
  parameter_name: string
1338
1338
  value_type: lu16 =>
@@ -1352,9 +1352,9 @@ packet_available_commands:
1352
1352
  # In MC, this + prior field are combined to one 32bit bitfield
1353
1353
  enum_type: lu16 =>
1354
1354
  0x10: valid
1355
- 0x20: enum
1355
+ 0x30: enum
1356
1356
  0x100: suffixed
1357
- 0x400: soft_enum
1357
+ 0x410: soft_enum
1358
1358
  # Is this parameter required?
1359
1359
  optional: bool
1360
1360
  # Additinal options for this command (thanks macroshaft...)
@@ -4210,7 +4210,7 @@
4210
4210
  "71": "balloon_pop",
4211
4211
  "72": "treasure_hunt",
4212
4212
  "73": "agent_summon",
4213
- "74": "charged_crossbow",
4213
+ "74": "charged_item",
4214
4214
  "75": "fall"
4215
4215
  }
4216
4216
  }
@@ -5376,66 +5376,74 @@
5376
5376
  {
5377
5377
  "countType": "varint",
5378
5378
  "type": [
5379
- "array",
5380
- {
5381
- "countType": "varint",
5382
- "type": [
5383
- "container",
5384
- [
5385
- {
5386
- "name": "parameter_name",
5387
- "type": "string"
5388
- },
5389
- {
5390
- "name": "value_type",
5391
- "type": [
5392
- "mapper",
5393
- {
5394
- "type": "lu16",
5395
- "mappings": {
5396
- "1": "int",
5397
- "2": "float",
5398
- "3": "value",
5399
- "4": "wildcard_int",
5400
- "5": "operator",
5401
- "6": "target",
5402
- "14": "file_path",
5403
- "29": "string",
5404
- "37": "position",
5405
- "41": "message",
5406
- "43": "raw_text",
5407
- "46": "json",
5408
- "53": "command"
5409
- }
5410
- }
5411
- ]
5412
- },
5379
+ "container",
5380
+ [
5381
+ {
5382
+ "name": "parameters",
5383
+ "type": [
5384
+ "array",
5413
5385
  {
5414
- "name": "enum_type",
5386
+ "countType": "varint",
5415
5387
  "type": [
5416
- "mapper",
5417
- {
5418
- "type": "lu16",
5419
- "mappings": {
5420
- "16": "valid",
5421
- "32": "enum",
5422
- "256": "suffixed",
5423
- "1024": "soft_enum"
5388
+ "container",
5389
+ [
5390
+ {
5391
+ "name": "parameter_name",
5392
+ "type": "string"
5393
+ },
5394
+ {
5395
+ "name": "value_type",
5396
+ "type": [
5397
+ "mapper",
5398
+ {
5399
+ "type": "lu16",
5400
+ "mappings": {
5401
+ "1": "int",
5402
+ "2": "float",
5403
+ "3": "value",
5404
+ "4": "wildcard_int",
5405
+ "5": "operator",
5406
+ "6": "target",
5407
+ "14": "file_path",
5408
+ "29": "string",
5409
+ "37": "position",
5410
+ "41": "message",
5411
+ "43": "raw_text",
5412
+ "46": "json",
5413
+ "53": "command"
5414
+ }
5415
+ }
5416
+ ]
5417
+ },
5418
+ {
5419
+ "name": "enum_type",
5420
+ "type": [
5421
+ "mapper",
5422
+ {
5423
+ "type": "lu16",
5424
+ "mappings": {
5425
+ "16": "valid",
5426
+ "48": "enum",
5427
+ "256": "suffixed",
5428
+ "1040": "soft_enum"
5429
+ }
5430
+ }
5431
+ ]
5432
+ },
5433
+ {
5434
+ "name": "optional",
5435
+ "type": "bool"
5436
+ },
5437
+ {
5438
+ "name": "options",
5439
+ "type": "CommandFlags"
5424
5440
  }
5425
- }
5441
+ ]
5426
5442
  ]
5427
- },
5428
- {
5429
- "name": "optional",
5430
- "type": "bool"
5431
- },
5432
- {
5433
- "name": "options",
5434
- "type": "CommandFlags"
5435
5443
  }
5436
5444
  ]
5437
- ]
5438
- }
5445
+ }
5446
+ ]
5439
5447
  ]
5440
5448
  }
5441
5449
  ]
@@ -738,7 +738,7 @@ packet_entity_event:
738
738
  71: balloon_pop
739
739
  72: treasure_hunt
740
740
  73: agent_summon
741
- 74: charged_crossbow
741
+ 74: charged_item
742
742
  75: fall
743
743
  data: zigzag32
744
744
 
@@ -1371,7 +1371,7 @@ packet_available_commands:
1371
1371
  # The list of overload parameters for this command
1372
1372
  overloads: []varint
1373
1373
  # Each of the parameters gets an array of posible overloads
1374
- _: []varint
1374
+ parameters: []varint
1375
1375
  # The name of the parameter shown to the user (the `amount` in `/xp <amount: int>`)
1376
1376
  parameter_name: string
1377
1377
  value_type: lu16 =>
@@ -1391,9 +1391,9 @@ packet_available_commands:
1391
1391
  # In MC, this + prior field are combined to one 32bit bitfield
1392
1392
  enum_type: lu16 =>
1393
1393
  0x10: valid
1394
- 0x20: enum
1394
+ 0x30: enum
1395
1395
  0x100: suffixed
1396
- 0x400: soft_enum
1396
+ 0x410: soft_enum
1397
1397
  # Is this parameter required?
1398
1398
  optional: bool
1399
1399
  # Additinal options for this command (thanks macroshaft...)
@@ -2271,7 +2271,7 @@ packet_player_auth_input:
2271
2271
  if start_break or abort_break or crack_break or predict_break or continue_break:
2272
2272
  # BlockPosition is the position of the target block, if the action with the ActionType set concerned a
2273
2273
  # block. If that is not the case, the block position will be zero.
2274
- position: BlockCoordinates
2274
+ position: vec3i
2275
2275
  # BlockFace is the face of the target block that was touched. If the action with the ActionType set
2276
2276
  # concerned a block. If not, the face is always 0.
2277
2277
  face: zigzag32
@@ -2588,4 +2588,4 @@ packet_debug_renderer:
2588
2588
  # Alpha is the alpha value from the RGBA colour rendered on the debug.
2589
2589
  alpha: lf32
2590
2590
  # Duration is how long the debug will last in the world for. It is measured in milliseconds.
2591
- duration: li64
2591
+ duration: li64