minecraft-data 3.69.0 → 3.71.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 (43) hide show
  1. package/data.js +29 -2
  2. package/doc/history.md +8 -0
  3. package/index.d.ts +15 -0
  4. package/minecraft-data/README.md +10 -1
  5. package/minecraft-data/data/dataPaths.json +29 -2
  6. package/minecraft-data/data/pc/1.10/protocol.json +3 -3
  7. package/minecraft-data/data/pc/1.10-pre1/protocol.json +3 -3
  8. package/minecraft-data/data/pc/1.11/protocol.json +3 -3
  9. package/minecraft-data/data/pc/1.12/protocol.json +3 -3
  10. package/minecraft-data/data/pc/1.12-pre4/protocol.json +3 -3
  11. package/minecraft-data/data/pc/1.12.1/protocol.json +3 -3
  12. package/minecraft-data/data/pc/1.12.2/protocol.json +3 -3
  13. package/minecraft-data/data/pc/1.15/protocol.json +1 -1
  14. package/minecraft-data/data/pc/1.15.1/protocol.json +1 -1
  15. package/minecraft-data/data/pc/1.15.2/protocol.json +1 -1
  16. package/minecraft-data/data/pc/1.16/protocol.json +1 -1
  17. package/minecraft-data/data/pc/1.16-rc1/protocol.json +1 -1
  18. package/minecraft-data/data/pc/1.16.1/protocol.json +1 -1
  19. package/minecraft-data/data/pc/1.20.3/proto.yml +2762 -0
  20. package/minecraft-data/data/pc/1.20.5/enchantments.json +42 -42
  21. package/minecraft-data/data/pc/1.20.5/items.json +0 -248
  22. package/minecraft-data/data/pc/1.20.5/loginPacket.json +8264 -0
  23. package/minecraft-data/data/pc/1.20.5/protocol.json +8898 -0
  24. package/minecraft-data/data/pc/1.20.5/recipes.json +15144 -0
  25. package/minecraft-data/data/pc/1.20.5/version.json +6 -0
  26. package/minecraft-data/data/pc/1.8/protocol.json +3 -3
  27. package/minecraft-data/data/pc/1.9/protocol.json +3 -3
  28. package/minecraft-data/data/pc/1.9.1-pre2/protocol.json +3 -3
  29. package/minecraft-data/data/pc/1.9.2/protocol.json +3 -3
  30. package/minecraft-data/data/pc/1.9.4/protocol.json +3 -3
  31. package/minecraft-data/data/pc/15w40b/protocol.json +3 -3
  32. package/minecraft-data/data/pc/16w20a/protocol.json +3 -3
  33. package/minecraft-data/data/pc/16w35a/protocol.json +3 -3
  34. package/minecraft-data/data/pc/17w15a/protocol.json +3 -3
  35. package/minecraft-data/data/pc/17w18b/protocol.json +3 -3
  36. package/minecraft-data/data/pc/20w13b/protocol.json +1 -1
  37. package/minecraft-data/data/pc/common/features.json +25 -0
  38. package/minecraft-data/data/pc/common/protocolVersions.json +40 -0
  39. package/minecraft-data/data/pc/common/versions.json +3 -2
  40. package/minecraft-data/data/pc/latest/proto.yml +1274 -598
  41. package/minecraft-data/doc/history.md +12 -0
  42. package/minecraft-data/tools/js/test/audit_recipes.js +4 -1
  43. package/package.json +2 -2
@@ -20,7 +20,7 @@
20
20
  "projectile_protection"
21
21
  ],
22
22
  "category": "armor",
23
- "weight": false,
23
+ "weight": 10,
24
24
  "tradeable": true,
25
25
  "discoverable": true
26
26
  },
@@ -45,7 +45,7 @@
45
45
  "projectile_protection"
46
46
  ],
47
47
  "category": "armor",
48
- "weight": false,
48
+ "weight": 5,
49
49
  "tradeable": true,
50
50
  "discoverable": true
51
51
  },
@@ -66,7 +66,7 @@
66
66
  "curse": false,
67
67
  "exclude": [],
68
68
  "category": "tagkey[minecraft:item / minecraft:enchantable/foot_armor]",
69
- "weight": false,
69
+ "weight": 5,
70
70
  "tradeable": true,
71
71
  "discoverable": true
72
72
  },
@@ -91,7 +91,7 @@
91
91
  "projectile_protection"
92
92
  ],
93
93
  "category": "armor",
94
- "weight": false,
94
+ "weight": 2,
95
95
  "tradeable": true,
96
96
  "discoverable": true
97
97
  },
@@ -116,7 +116,7 @@
116
116
  "blast_protection"
117
117
  ],
118
118
  "category": "armor",
119
- "weight": false,
119
+ "weight": 5,
120
120
  "tradeable": true,
121
121
  "discoverable": true
122
122
  },
@@ -137,7 +137,7 @@
137
137
  "curse": false,
138
138
  "exclude": [],
139
139
  "category": "tagkey[minecraft:item / minecraft:enchantable/head_armor]",
140
- "weight": false,
140
+ "weight": 2,
141
141
  "tradeable": true,
142
142
  "discoverable": true
143
143
  },
@@ -158,7 +158,7 @@
158
158
  "curse": false,
159
159
  "exclude": [],
160
160
  "category": "tagkey[minecraft:item / minecraft:enchantable/head_armor]",
161
- "weight": false,
161
+ "weight": 2,
162
162
  "tradeable": true,
163
163
  "discoverable": true
164
164
  },
@@ -179,7 +179,7 @@
179
179
  "curse": false,
180
180
  "exclude": [],
181
181
  "category": "armor",
182
- "weight": false,
182
+ "weight": 1,
183
183
  "tradeable": true,
184
184
  "discoverable": true
185
185
  },
@@ -202,7 +202,7 @@
202
202
  "frost_walker"
203
203
  ],
204
204
  "category": "tagkey[minecraft:item / minecraft:enchantable/foot_armor]",
205
- "weight": false,
205
+ "weight": 2,
206
206
  "tradeable": true,
207
207
  "discoverable": true
208
208
  },
@@ -225,7 +225,7 @@
225
225
  "depth_strider"
226
226
  ],
227
227
  "category": "tagkey[minecraft:item / minecraft:enchantable/foot_armor]",
228
- "weight": true,
228
+ "weight": 2,
229
229
  "tradeable": true,
230
230
  "discoverable": true
231
231
  },
@@ -246,7 +246,7 @@
246
246
  "curse": true,
247
247
  "exclude": [],
248
248
  "category": "wearable",
249
- "weight": true,
249
+ "weight": 1,
250
250
  "tradeable": true,
251
251
  "discoverable": true
252
252
  },
@@ -267,7 +267,7 @@
267
267
  "curse": false,
268
268
  "exclude": [],
269
269
  "category": "tagkey[minecraft:item / minecraft:enchantable/foot_armor]",
270
- "weight": true,
270
+ "weight": 1,
271
271
  "tradeable": false,
272
272
  "discoverable": false
273
273
  },
@@ -288,7 +288,7 @@
288
288
  "curse": false,
289
289
  "exclude": [],
290
290
  "category": "tagkey[minecraft:item / minecraft:enchantable/leg_armor]",
291
- "weight": true,
291
+ "weight": 1,
292
292
  "tradeable": false,
293
293
  "discoverable": false
294
294
  },
@@ -313,7 +313,7 @@
313
313
  "impaling"
314
314
  ],
315
315
  "category": "tagkey[minecraft:item / minecraft:enchantable/sharp_weapon]",
316
- "weight": false,
316
+ "weight": 10,
317
317
  "tradeable": true,
318
318
  "discoverable": true
319
319
  },
@@ -338,7 +338,7 @@
338
338
  "impaling"
339
339
  ],
340
340
  "category": "weapon",
341
- "weight": false,
341
+ "weight": 5,
342
342
  "tradeable": true,
343
343
  "discoverable": true
344
344
  },
@@ -363,7 +363,7 @@
363
363
  "impaling"
364
364
  ],
365
365
  "category": "weapon",
366
- "weight": false,
366
+ "weight": 5,
367
367
  "tradeable": true,
368
368
  "discoverable": true
369
369
  },
@@ -384,7 +384,7 @@
384
384
  "curse": false,
385
385
  "exclude": [],
386
386
  "category": "tagkey[minecraft:item / minecraft:enchantable/sword]",
387
- "weight": false,
387
+ "weight": 5,
388
388
  "tradeable": true,
389
389
  "discoverable": true
390
390
  },
@@ -405,7 +405,7 @@
405
405
  "curse": false,
406
406
  "exclude": [],
407
407
  "category": "tagkey[minecraft:item / minecraft:enchantable/fire_aspect]",
408
- "weight": false,
408
+ "weight": 2,
409
409
  "tradeable": true,
410
410
  "discoverable": true
411
411
  },
@@ -428,7 +428,7 @@
428
428
  "silk_touch"
429
429
  ],
430
430
  "category": "tagkey[minecraft:item / minecraft:enchantable/sword]",
431
- "weight": false,
431
+ "weight": 2,
432
432
  "tradeable": true,
433
433
  "discoverable": true
434
434
  },
@@ -449,7 +449,7 @@
449
449
  "curse": false,
450
450
  "exclude": [],
451
451
  "category": "tagkey[minecraft:item / minecraft:enchantable/sword]",
452
- "weight": false,
452
+ "weight": 3,
453
453
  "tradeable": true,
454
454
  "discoverable": true
455
455
  },
@@ -470,7 +470,7 @@
470
470
  "curse": false,
471
471
  "exclude": [],
472
472
  "category": "digger",
473
- "weight": false,
473
+ "weight": 10,
474
474
  "tradeable": true,
475
475
  "discoverable": true
476
476
  },
@@ -495,7 +495,7 @@
495
495
  "luck_of_the_sea"
496
496
  ],
497
497
  "category": "tagkey[minecraft:item / minecraft:enchantable/mining_loot]",
498
- "weight": false,
498
+ "weight": 1,
499
499
  "tradeable": true,
500
500
  "discoverable": true
501
501
  },
@@ -516,7 +516,7 @@
516
516
  "curse": false,
517
517
  "exclude": [],
518
518
  "category": "breakable",
519
- "weight": false,
519
+ "weight": 5,
520
520
  "tradeable": true,
521
521
  "discoverable": true
522
522
  },
@@ -539,7 +539,7 @@
539
539
  "silk_touch"
540
540
  ],
541
541
  "category": "tagkey[minecraft:item / minecraft:enchantable/mining_loot]",
542
- "weight": false,
542
+ "weight": 2,
543
543
  "tradeable": true,
544
544
  "discoverable": true
545
545
  },
@@ -560,7 +560,7 @@
560
560
  "curse": false,
561
561
  "exclude": [],
562
562
  "category": "bow",
563
- "weight": false,
563
+ "weight": 10,
564
564
  "tradeable": true,
565
565
  "discoverable": true
566
566
  },
@@ -581,7 +581,7 @@
581
581
  "curse": false,
582
582
  "exclude": [],
583
583
  "category": "bow",
584
- "weight": false,
584
+ "weight": 2,
585
585
  "tradeable": true,
586
586
  "discoverable": true
587
587
  },
@@ -602,7 +602,7 @@
602
602
  "curse": false,
603
603
  "exclude": [],
604
604
  "category": "bow",
605
- "weight": false,
605
+ "weight": 2,
606
606
  "tradeable": true,
607
607
  "discoverable": true
608
608
  },
@@ -625,7 +625,7 @@
625
625
  "mending"
626
626
  ],
627
627
  "category": "bow",
628
- "weight": false,
628
+ "weight": 1,
629
629
  "tradeable": true,
630
630
  "discoverable": true
631
631
  },
@@ -648,7 +648,7 @@
648
648
  "silk_touch"
649
649
  ],
650
650
  "category": "fishing_rod",
651
- "weight": false,
651
+ "weight": 2,
652
652
  "tradeable": true,
653
653
  "discoverable": true
654
654
  },
@@ -669,7 +669,7 @@
669
669
  "curse": false,
670
670
  "exclude": [],
671
671
  "category": "fishing_rod",
672
- "weight": false,
672
+ "weight": 2,
673
673
  "tradeable": true,
674
674
  "discoverable": true
675
675
  },
@@ -692,7 +692,7 @@
692
692
  "riptide"
693
693
  ],
694
694
  "category": "trident",
695
- "weight": false,
695
+ "weight": 5,
696
696
  "tradeable": true,
697
697
  "discoverable": true
698
698
  },
@@ -717,7 +717,7 @@
717
717
  "bane_of_arthropods"
718
718
  ],
719
719
  "category": "trident",
720
- "weight": false,
720
+ "weight": 2,
721
721
  "tradeable": true,
722
722
  "discoverable": true
723
723
  },
@@ -741,7 +741,7 @@
741
741
  "channeling"
742
742
  ],
743
743
  "category": "trident",
744
- "weight": false,
744
+ "weight": 2,
745
745
  "tradeable": true,
746
746
  "discoverable": true
747
747
  },
@@ -764,7 +764,7 @@
764
764
  "riptide"
765
765
  ],
766
766
  "category": "trident",
767
- "weight": false,
767
+ "weight": 1,
768
768
  "tradeable": true,
769
769
  "discoverable": true
770
770
  },
@@ -787,7 +787,7 @@
787
787
  "piercing"
788
788
  ],
789
789
  "category": "crossbow",
790
- "weight": false,
790
+ "weight": 2,
791
791
  "tradeable": true,
792
792
  "discoverable": true
793
793
  },
@@ -808,7 +808,7 @@
808
808
  "curse": false,
809
809
  "exclude": [],
810
810
  "category": "crossbow",
811
- "weight": false,
811
+ "weight": 5,
812
812
  "tradeable": true,
813
813
  "discoverable": true
814
814
  },
@@ -831,7 +831,7 @@
831
831
  "multishot"
832
832
  ],
833
833
  "category": "crossbow",
834
- "weight": false,
834
+ "weight": 10,
835
835
  "tradeable": true,
836
836
  "discoverable": true
837
837
  },
@@ -852,7 +852,7 @@
852
852
  "curse": false,
853
853
  "exclude": [],
854
854
  "category": "tagkey[minecraft:item / minecraft:enchantable/mace]",
855
- "weight": false,
855
+ "weight": 5,
856
856
  "tradeable": true,
857
857
  "discoverable": true
858
858
  },
@@ -873,7 +873,7 @@
873
873
  "curse": false,
874
874
  "exclude": [],
875
875
  "category": "tagkey[minecraft:item / minecraft:enchantable/mace]",
876
- "weight": false,
876
+ "weight": 4,
877
877
  "tradeable": true,
878
878
  "discoverable": true
879
879
  },
@@ -894,7 +894,7 @@
894
894
  "curse": false,
895
895
  "exclude": [],
896
896
  "category": "tagkey[minecraft:item / minecraft:enchantable/mace]",
897
- "weight": false,
897
+ "weight": 3,
898
898
  "tradeable": false,
899
899
  "discoverable": false
900
900
  },
@@ -917,7 +917,7 @@
917
917
  "infinity"
918
918
  ],
919
919
  "category": "breakable",
920
- "weight": true,
920
+ "weight": 2,
921
921
  "tradeable": true,
922
922
  "discoverable": true
923
923
  },
@@ -938,7 +938,7 @@
938
938
  "curse": true,
939
939
  "exclude": [],
940
940
  "category": "vanishable",
941
- "weight": true,
941
+ "weight": 1,
942
942
  "tradeable": true,
943
943
  "discoverable": true
944
944
  }