minecraft-data 3.66.0 → 3.67.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 (96) hide show
  1. package/data.js +56 -8
  2. package/doc/history.md +4 -0
  3. package/index.d.ts +4 -4
  4. package/minecraft-data/data/bedrock/1.16.201/protocol.json +148 -144
  5. package/minecraft-data/data/bedrock/1.16.201/types.yml +6 -1
  6. package/minecraft-data/data/bedrock/1.16.210/protocol.json +314 -310
  7. package/minecraft-data/data/bedrock/1.16.210/types.yml +9 -4
  8. package/minecraft-data/data/bedrock/1.16.220/protocol.json +315 -311
  9. package/minecraft-data/data/bedrock/1.16.220/types.yml +8 -3
  10. package/minecraft-data/data/bedrock/1.17.0/protocol.json +332 -328
  11. package/minecraft-data/data/bedrock/1.17.0/types.yml +8 -3
  12. package/minecraft-data/data/bedrock/1.17.10/protocol.json +332 -328
  13. package/minecraft-data/data/bedrock/1.17.10/types.yml +8 -3
  14. package/minecraft-data/data/bedrock/1.17.30/protocol.json +332 -328
  15. package/minecraft-data/data/bedrock/1.17.30/types.yml +8 -3
  16. package/minecraft-data/data/bedrock/1.17.40/protocol.json +332 -328
  17. package/minecraft-data/data/bedrock/1.17.40/types.yml +8 -3
  18. package/minecraft-data/data/bedrock/1.18.0/protocol.json +332 -328
  19. package/minecraft-data/data/bedrock/1.18.0/types.yml +8 -3
  20. package/minecraft-data/data/bedrock/1.18.11/protocol.json +376 -338
  21. package/minecraft-data/data/bedrock/1.18.11/types.yml +9 -4
  22. package/minecraft-data/data/bedrock/1.18.30/protocol.json +376 -338
  23. package/minecraft-data/data/bedrock/1.18.30/types.yml +9 -4
  24. package/minecraft-data/data/bedrock/1.19.1/protocol.json +389 -351
  25. package/minecraft-data/data/bedrock/1.19.1/types.yml +9 -4
  26. package/minecraft-data/data/bedrock/1.19.10/protocol.json +425 -387
  27. package/minecraft-data/data/bedrock/1.19.10/types.yml +9 -4
  28. package/minecraft-data/data/bedrock/1.19.20/protocol.json +425 -387
  29. package/minecraft-data/data/bedrock/1.19.20/types.yml +9 -4
  30. package/minecraft-data/data/bedrock/1.19.21/protocol.json +425 -387
  31. package/minecraft-data/data/bedrock/1.19.21/types.yml +9 -4
  32. package/minecraft-data/data/bedrock/1.19.30/protocol.json +425 -387
  33. package/minecraft-data/data/bedrock/1.19.30/types.yml +9 -4
  34. package/minecraft-data/data/bedrock/1.19.40/protocol.json +427 -379
  35. package/minecraft-data/data/bedrock/1.19.40/types.yml +10 -4
  36. package/minecraft-data/data/bedrock/1.19.50/protocol.json +441 -393
  37. package/minecraft-data/data/bedrock/1.19.50/types.yml +10 -4
  38. package/minecraft-data/data/bedrock/1.19.60/protocol.json +442 -394
  39. package/minecraft-data/data/bedrock/1.19.60/types.yml +10 -4
  40. package/minecraft-data/data/bedrock/1.19.62/protocol.json +442 -394
  41. package/minecraft-data/data/bedrock/1.19.62/types.yml +10 -4
  42. package/minecraft-data/data/bedrock/1.19.70/protocol.json +456 -408
  43. package/minecraft-data/data/bedrock/1.19.70/types.yml +10 -4
  44. package/minecraft-data/data/bedrock/1.19.80/protocol.json +456 -408
  45. package/minecraft-data/data/bedrock/1.19.80/types.yml +10 -4
  46. package/minecraft-data/data/bedrock/1.20.0/protocol.json +456 -408
  47. package/minecraft-data/data/bedrock/1.20.0/types.yml +10 -4
  48. package/minecraft-data/data/bedrock/1.20.10/protocol.json +459 -411
  49. package/minecraft-data/data/bedrock/1.20.10/types.yml +10 -4
  50. package/minecraft-data/data/bedrock/1.20.30/protocol.json +461 -413
  51. package/minecraft-data/data/bedrock/1.20.30/types.yml +10 -4
  52. package/minecraft-data/data/bedrock/1.20.40/protocol.json +462 -414
  53. package/minecraft-data/data/bedrock/1.20.40/types.yml +10 -4
  54. package/minecraft-data/data/bedrock/1.20.50/protocol.json +462 -414
  55. package/minecraft-data/data/bedrock/1.20.50/types.yml +10 -4
  56. package/minecraft-data/data/bedrock/1.20.61/protocol.json +463 -415
  57. package/minecraft-data/data/bedrock/1.20.61/types.yml +10 -4
  58. package/minecraft-data/data/bedrock/1.20.71/protocol.json +465 -417
  59. package/minecraft-data/data/bedrock/1.20.71/types.yml +10 -4
  60. package/minecraft-data/data/bedrock/1.20.80/protocol.json +465 -417
  61. package/minecraft-data/data/bedrock/1.20.80/types.yml +10 -4
  62. package/minecraft-data/data/bedrock/1.21.0/blockCollisionShapes.json +1426 -0
  63. package/minecraft-data/data/bedrock/1.21.0/blockStates.json +288037 -0
  64. package/minecraft-data/data/bedrock/1.21.0/blocks.json +19826 -0
  65. package/minecraft-data/data/bedrock/1.21.0/blocksB2J.json +9251 -0
  66. package/minecraft-data/data/bedrock/1.21.0/blocksJ2B.json +26686 -0
  67. package/minecraft-data/data/bedrock/1.21.0/entities.json +1445 -0
  68. package/minecraft-data/data/bedrock/1.21.0/items.json +11126 -0
  69. package/minecraft-data/data/bedrock/1.21.0/proto.yml +4186 -0
  70. package/minecraft-data/data/bedrock/1.21.0/protocol.json +466 -418
  71. package/minecraft-data/data/bedrock/1.21.0/types.yml +2373 -0
  72. package/minecraft-data/data/bedrock/1.21.2/protocol.json +12408 -0
  73. package/minecraft-data/data/bedrock/1.21.2/version.json +6 -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 +7 -1
  77. package/minecraft-data/data/bedrock/latest/types.yml +10 -4
  78. package/minecraft-data/data/dataPaths.json +56 -8
  79. package/minecraft-data/data/pc/1.20.5/biomes.json +642 -0
  80. package/minecraft-data/data/pc/1.20.5/blockCollisionShapes.json +136963 -0
  81. package/minecraft-data/data/pc/1.20.5/blocks.json +39410 -0
  82. package/minecraft-data/data/pc/1.20.5/effects.json +236 -0
  83. package/minecraft-data/data/pc/1.20.5/enchantments.json +945 -0
  84. package/minecraft-data/data/pc/1.20.5/entities.json +3625 -0
  85. package/minecraft-data/data/pc/1.20.5/foods.json +412 -0
  86. package/minecraft-data/data/pc/1.20.5/instruments.json +94 -0
  87. package/minecraft-data/data/pc/1.20.5/items.json +8995 -0
  88. package/minecraft-data/data/pc/1.20.5/language.json +6772 -0
  89. package/minecraft-data/data/pc/1.20.5/materials.json +134 -0
  90. package/minecraft-data/data/pc/1.20.5/particles.json +438 -0
  91. package/minecraft-data/data/pc/1.20.5/tints.json +447 -0
  92. package/minecraft-data/doc/history.md +6 -0
  93. package/minecraft-data/schemas/foods_schema.json +4 -4
  94. package/minecraft-data/tools/js/extractPcEntityMetadata.js +1 -1
  95. package/minecraft-data/tools/js/extractPcFoods.js +58 -0
  96. package/package.json +1 -1
@@ -873,7 +873,7 @@ ItemStackRequest:
873
873
  # crafting, where the old item is consumed.
874
874
  - results_deprecated
875
875
  _: type_id ?
876
- if take or place:
876
+ if take or place or place_in_container or take_out_container:
877
877
  count: u8
878
878
  source: StackRequestSlotInfo
879
879
  destination: StackRequestSlotInfo
@@ -905,19 +905,24 @@ ItemStackRequest:
905
905
  primary_effect: zigzag32
906
906
  secondary_effect: zigzag32
907
907
  if mine_block:
908
- # // Unknown1 ... TODO: Find out what this is for
909
- unknown1: zigzag32
908
+ # Current hotbar slot
909
+ hotbar_slot: zigzag32
910
910
  # PredictedDurability is the durability of the item that the client assumes to be present at the time
911
911
  predicted_durability: zigzag32
912
912
  # StackNetworkID is the unique stack ID that the client assumes to be present at the time. The server
913
913
  # must check if these IDs match. If they do not match, servers should reject the stack request that the
914
914
  # action holding this info was in.
915
915
  network_id: zigzag32
916
- if craft_recipe or craft_recipe_auto:
916
+ if craft_recipe:
917
917
  # RecipeNetworkID is the network ID of the recipe that is about to be crafted. This network ID matches
918
918
  # one of the recipes sent in the CraftingData packet, where each of the recipes have a RecipeNetworkID as
919
919
  # of 1.16.
920
920
  recipe_network_id: varint
921
+ if craft_recipe_auto:
922
+ # RecipeNetworkID is the network ID of the recipe that is about to be crafted. This network ID matches
923
+ # one of the recipes sent in the CraftingData packet, where each of the recipes have a RecipeNetworkID as
924
+ recipe_network_id: varint
925
+ times_crafted: u8
921
926
  if craft_creative:
922
927
  # The stack ID of the creative item that is being created. This is one of the
923
928
  # creative item stack IDs sent in the CreativeContent packet.