minecraft-data 3.78.0 → 3.80.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 (48) hide show
  1. package/data.js +78 -2
  2. package/doc/history.md +8 -0
  3. package/index.d.ts +3 -0
  4. package/minecraft-data/README.md +2 -2
  5. package/minecraft-data/data/bedrock/1.21.20/proto.yml +2 -2
  6. package/minecraft-data/data/bedrock/1.21.20/protocol.json +2 -2
  7. package/minecraft-data/data/bedrock/1.21.20/types.yml +1 -1
  8. package/minecraft-data/data/bedrock/1.21.30/proto.yml +2 -2
  9. package/minecraft-data/data/bedrock/1.21.30/protocol.json +1 -1
  10. package/minecraft-data/data/bedrock/1.21.42/proto.yml +4337 -0
  11. package/minecraft-data/data/bedrock/1.21.42/protocol.json +3 -3
  12. package/minecraft-data/data/bedrock/1.21.42/types.yml +2422 -0
  13. package/minecraft-data/data/bedrock/1.21.50/protocol.json +13034 -0
  14. package/minecraft-data/data/bedrock/1.21.50/version.json +6 -0
  15. package/minecraft-data/data/bedrock/common/protocolVersions.json +6 -0
  16. package/minecraft-data/data/bedrock/common/versions.json +2 -1
  17. package/minecraft-data/data/bedrock/latest/proto.yml +79 -3
  18. package/minecraft-data/data/bedrock/latest/types.yml +20 -3
  19. package/minecraft-data/data/dataPaths.json +79 -3
  20. package/minecraft-data/data/pc/1.20.5/proto.yml +5 -34
  21. package/minecraft-data/data/pc/1.20.5/protocol.json +26 -129
  22. package/minecraft-data/data/pc/1.21/version.json +6 -0
  23. package/minecraft-data/data/pc/1.21.1/attributes.json +219 -0
  24. package/minecraft-data/data/pc/1.21.1/proto.yml +3534 -0
  25. package/minecraft-data/data/pc/1.21.1/protocol.json +55 -51
  26. package/minecraft-data/data/pc/1.21.3/attributes.json +226 -0
  27. package/minecraft-data/data/pc/1.21.3/biomes.json +652 -0
  28. package/minecraft-data/data/pc/1.21.3/blockCollisionShapes.json +137701 -0
  29. package/minecraft-data/data/pc/1.21.3/blocks.json +40773 -0
  30. package/minecraft-data/data/pc/1.21.3/entities.json +4158 -0
  31. package/minecraft-data/data/pc/1.21.3/foods.json +402 -0
  32. package/minecraft-data/data/pc/1.21.3/items.json +9038 -0
  33. package/minecraft-data/data/pc/1.21.3/language.json +6974 -0
  34. package/minecraft-data/data/pc/1.21.3/materials.json +134 -0
  35. package/minecraft-data/data/pc/1.21.3/particles.json +446 -0
  36. package/minecraft-data/data/pc/1.21.3/protocol.json +9518 -0
  37. package/minecraft-data/data/pc/1.21.3/recipes.json +29693 -0
  38. package/minecraft-data/data/pc/1.21.3/sounds.json +6546 -0
  39. package/minecraft-data/data/pc/1.21.3/tints.json +465 -0
  40. package/minecraft-data/data/pc/1.21.3/version.json +6 -0
  41. package/minecraft-data/data/pc/common/features.json +5 -0
  42. package/minecraft-data/data/pc/common/protocolVersions.json +80 -0
  43. package/minecraft-data/data/pc/common/versions.json +3 -2
  44. package/minecraft-data/data/pc/latest/proto.yml +444 -603
  45. package/minecraft-data/doc/history.md +19 -0
  46. package/minecraft-data/tools/js/extractPcEntityMetadata.js +32 -10
  47. package/minecraft-data/tools/js/extractSlotComponents.js +23 -0
  48. package/package.json +1 -1
@@ -0,0 +1,652 @@
1
+ [
2
+ {
3
+ "id": 0,
4
+ "name": "badlands",
5
+ "category": "mesa",
6
+ "temperature": 2.0,
7
+ "has_precipitation": false,
8
+ "dimension": "overworld",
9
+ "displayName": "Badlands",
10
+ "color": 7254527
11
+ },
12
+ {
13
+ "id": 1,
14
+ "name": "bamboo_jungle",
15
+ "category": "jungle",
16
+ "temperature": 0.95,
17
+ "has_precipitation": true,
18
+ "dimension": "overworld",
19
+ "displayName": "Bamboo Jungle",
20
+ "color": 7842047
21
+ },
22
+ {
23
+ "id": 2,
24
+ "name": "basalt_deltas",
25
+ "category": "nether",
26
+ "temperature": 2.0,
27
+ "has_precipitation": false,
28
+ "dimension": "nether",
29
+ "displayName": "Basalt Deltas",
30
+ "color": 7254527
31
+ },
32
+ {
33
+ "id": 3,
34
+ "name": "beach",
35
+ "category": "beach",
36
+ "temperature": 0.8,
37
+ "has_precipitation": true,
38
+ "dimension": "overworld",
39
+ "displayName": "Beach",
40
+ "color": 7907327
41
+ },
42
+ {
43
+ "id": 4,
44
+ "name": "birch_forest",
45
+ "category": "forest",
46
+ "temperature": 0.6,
47
+ "has_precipitation": true,
48
+ "dimension": "overworld",
49
+ "displayName": "Birch Forest",
50
+ "color": 8037887
51
+ },
52
+ {
53
+ "id": 5,
54
+ "name": "cherry_grove",
55
+ "category": "forest",
56
+ "temperature": 0.5,
57
+ "has_precipitation": true,
58
+ "dimension": "overworld",
59
+ "displayName": "Cherry Grove",
60
+ "color": 8103167
61
+ },
62
+ {
63
+ "id": 6,
64
+ "name": "cold_ocean",
65
+ "category": "ocean",
66
+ "temperature": 0.5,
67
+ "has_precipitation": true,
68
+ "dimension": "overworld",
69
+ "displayName": "Cold Ocean",
70
+ "color": 8103167
71
+ },
72
+ {
73
+ "id": 7,
74
+ "name": "crimson_forest",
75
+ "category": "nether",
76
+ "temperature": 2.0,
77
+ "has_precipitation": false,
78
+ "dimension": "nether",
79
+ "displayName": "Crimson Forest",
80
+ "color": 7254527
81
+ },
82
+ {
83
+ "id": 8,
84
+ "name": "dark_forest",
85
+ "category": "forest",
86
+ "temperature": 0.7,
87
+ "has_precipitation": true,
88
+ "dimension": "overworld",
89
+ "displayName": "Dark Forest",
90
+ "color": 7972607
91
+ },
92
+ {
93
+ "id": 9,
94
+ "name": "deep_cold_ocean",
95
+ "category": "ocean",
96
+ "temperature": 0.5,
97
+ "has_precipitation": true,
98
+ "dimension": "overworld",
99
+ "displayName": "Deep Cold Ocean",
100
+ "color": 8103167
101
+ },
102
+ {
103
+ "id": 10,
104
+ "name": "deep_dark",
105
+ "category": "underground",
106
+ "temperature": 0.8,
107
+ "has_precipitation": true,
108
+ "dimension": "overworld",
109
+ "displayName": "Deep Dark",
110
+ "color": 7907327
111
+ },
112
+ {
113
+ "id": 11,
114
+ "name": "deep_frozen_ocean",
115
+ "category": "ocean",
116
+ "temperature": 0.5,
117
+ "has_precipitation": true,
118
+ "dimension": "overworld",
119
+ "displayName": "Deep Frozen Ocean",
120
+ "color": 8103167
121
+ },
122
+ {
123
+ "id": 12,
124
+ "name": "deep_lukewarm_ocean",
125
+ "category": "ocean",
126
+ "temperature": 0.5,
127
+ "has_precipitation": true,
128
+ "dimension": "overworld",
129
+ "displayName": "Deep Lukewarm Ocean",
130
+ "color": 8103167
131
+ },
132
+ {
133
+ "id": 13,
134
+ "name": "deep_ocean",
135
+ "category": "ocean",
136
+ "temperature": 0.5,
137
+ "has_precipitation": true,
138
+ "dimension": "overworld",
139
+ "displayName": "Deep Ocean",
140
+ "color": 8103167
141
+ },
142
+ {
143
+ "id": 14,
144
+ "name": "desert",
145
+ "category": "desert",
146
+ "temperature": 2.0,
147
+ "has_precipitation": false,
148
+ "dimension": "overworld",
149
+ "displayName": "Desert",
150
+ "color": 7254527
151
+ },
152
+ {
153
+ "id": 15,
154
+ "name": "dripstone_caves",
155
+ "category": "underground",
156
+ "temperature": 0.8,
157
+ "has_precipitation": true,
158
+ "dimension": "overworld",
159
+ "displayName": "Dripstone Caves",
160
+ "color": 7907327
161
+ },
162
+ {
163
+ "id": 16,
164
+ "name": "end_barrens",
165
+ "category": "the_end",
166
+ "temperature": 0.5,
167
+ "has_precipitation": false,
168
+ "dimension": "end",
169
+ "displayName": "End Barrens",
170
+ "color": 0
171
+ },
172
+ {
173
+ "id": 17,
174
+ "name": "end_highlands",
175
+ "category": "the_end",
176
+ "temperature": 0.5,
177
+ "has_precipitation": false,
178
+ "dimension": "end",
179
+ "displayName": "End Highlands",
180
+ "color": 0
181
+ },
182
+ {
183
+ "id": 18,
184
+ "name": "end_midlands",
185
+ "category": "the_end",
186
+ "temperature": 0.5,
187
+ "has_precipitation": false,
188
+ "dimension": "end",
189
+ "displayName": "End Midlands",
190
+ "color": 0
191
+ },
192
+ {
193
+ "id": 19,
194
+ "name": "eroded_badlands",
195
+ "category": "mesa",
196
+ "temperature": 2.0,
197
+ "has_precipitation": false,
198
+ "dimension": "overworld",
199
+ "displayName": "Eroded Badlands",
200
+ "color": 7254527
201
+ },
202
+ {
203
+ "id": 20,
204
+ "name": "flower_forest",
205
+ "category": "forest",
206
+ "temperature": 0.7,
207
+ "has_precipitation": true,
208
+ "dimension": "overworld",
209
+ "displayName": "Flower Forest",
210
+ "color": 7972607
211
+ },
212
+ {
213
+ "id": 21,
214
+ "name": "forest",
215
+ "category": "forest",
216
+ "temperature": 0.7,
217
+ "has_precipitation": true,
218
+ "dimension": "overworld",
219
+ "displayName": "Forest",
220
+ "color": 7972607
221
+ },
222
+ {
223
+ "id": 22,
224
+ "name": "frozen_ocean",
225
+ "category": "ocean",
226
+ "temperature": 0.0,
227
+ "has_precipitation": true,
228
+ "dimension": "overworld",
229
+ "displayName": "Frozen Ocean",
230
+ "color": 8364543
231
+ },
232
+ {
233
+ "id": 23,
234
+ "name": "frozen_peaks",
235
+ "category": "ice",
236
+ "temperature": -0.7,
237
+ "has_precipitation": true,
238
+ "dimension": "overworld",
239
+ "displayName": "Frozen Peaks",
240
+ "color": 8756735
241
+ },
242
+ {
243
+ "id": 24,
244
+ "name": "frozen_river",
245
+ "category": "ice",
246
+ "temperature": 0.0,
247
+ "has_precipitation": true,
248
+ "dimension": "overworld",
249
+ "displayName": "Frozen River",
250
+ "color": 8364543
251
+ },
252
+ {
253
+ "id": 25,
254
+ "name": "grove",
255
+ "category": "forest",
256
+ "temperature": -0.2,
257
+ "has_precipitation": true,
258
+ "dimension": "overworld",
259
+ "displayName": "Grove",
260
+ "color": 8495359
261
+ },
262
+ {
263
+ "id": 26,
264
+ "name": "ice_spikes",
265
+ "category": "ice",
266
+ "temperature": 0.0,
267
+ "has_precipitation": true,
268
+ "dimension": "overworld",
269
+ "displayName": "Ice Spikes",
270
+ "color": 8364543
271
+ },
272
+ {
273
+ "id": 27,
274
+ "name": "jagged_peaks",
275
+ "category": "mountain",
276
+ "temperature": -0.7,
277
+ "has_precipitation": true,
278
+ "dimension": "overworld",
279
+ "displayName": "Jagged Peaks",
280
+ "color": 8756735
281
+ },
282
+ {
283
+ "id": 28,
284
+ "name": "jungle",
285
+ "category": "jungle",
286
+ "temperature": 0.95,
287
+ "has_precipitation": true,
288
+ "dimension": "overworld",
289
+ "displayName": "Jungle",
290
+ "color": 7842047
291
+ },
292
+ {
293
+ "id": 29,
294
+ "name": "lukewarm_ocean",
295
+ "category": "ocean",
296
+ "temperature": 0.5,
297
+ "has_precipitation": true,
298
+ "dimension": "overworld",
299
+ "displayName": "Lukewarm Ocean",
300
+ "color": 8103167
301
+ },
302
+ {
303
+ "id": 30,
304
+ "name": "lush_caves",
305
+ "category": "underground",
306
+ "temperature": 0.5,
307
+ "has_precipitation": true,
308
+ "dimension": "overworld",
309
+ "displayName": "Lush Caves",
310
+ "color": 8103167
311
+ },
312
+ {
313
+ "id": 31,
314
+ "name": "mangrove_swamp",
315
+ "category": "forest",
316
+ "temperature": 0.8,
317
+ "has_precipitation": true,
318
+ "dimension": "overworld",
319
+ "displayName": "Mangrove Swamp",
320
+ "color": 7907327
321
+ },
322
+ {
323
+ "id": 32,
324
+ "name": "meadow",
325
+ "category": "mountain",
326
+ "temperature": 0.5,
327
+ "has_precipitation": true,
328
+ "dimension": "overworld",
329
+ "displayName": "Meadow",
330
+ "color": 8103167
331
+ },
332
+ {
333
+ "id": 33,
334
+ "name": "mushroom_fields",
335
+ "category": "mushroom",
336
+ "temperature": 0.9,
337
+ "has_precipitation": true,
338
+ "dimension": "overworld",
339
+ "displayName": "Mushroom Fields",
340
+ "color": 7842047
341
+ },
342
+ {
343
+ "id": 34,
344
+ "name": "nether_wastes",
345
+ "category": "nether",
346
+ "temperature": 2.0,
347
+ "has_precipitation": false,
348
+ "dimension": "nether",
349
+ "displayName": "Nether Wastes",
350
+ "color": 7254527
351
+ },
352
+ {
353
+ "id": 35,
354
+ "name": "ocean",
355
+ "category": "ocean",
356
+ "temperature": 0.5,
357
+ "has_precipitation": true,
358
+ "dimension": "overworld",
359
+ "displayName": "Ocean",
360
+ "color": 8103167
361
+ },
362
+ {
363
+ "id": 36,
364
+ "name": "old_growth_birch_forest",
365
+ "category": "forest",
366
+ "temperature": 0.6,
367
+ "has_precipitation": true,
368
+ "dimension": "overworld",
369
+ "displayName": "Old Growth Birch Forest",
370
+ "color": 8037887
371
+ },
372
+ {
373
+ "id": 37,
374
+ "name": "old_growth_pine_taiga",
375
+ "category": "taiga",
376
+ "temperature": 0.3,
377
+ "has_precipitation": true,
378
+ "dimension": "overworld",
379
+ "displayName": "Old Growth Pine Taiga",
380
+ "color": 8168447
381
+ },
382
+ {
383
+ "id": 38,
384
+ "name": "old_growth_spruce_taiga",
385
+ "category": "taiga",
386
+ "temperature": 0.25,
387
+ "has_precipitation": true,
388
+ "dimension": "overworld",
389
+ "displayName": "Old Growth Spruce Taiga",
390
+ "color": 8233983
391
+ },
392
+ {
393
+ "id": 39,
394
+ "name": "pale_garden",
395
+ "category": "none",
396
+ "temperature": 0.7,
397
+ "has_precipitation": true,
398
+ "dimension": "overworld",
399
+ "displayName": "Pale Garden",
400
+ "color": 12171705
401
+ },
402
+ {
403
+ "id": 40,
404
+ "name": "plains",
405
+ "category": "plains",
406
+ "temperature": 0.8,
407
+ "has_precipitation": true,
408
+ "dimension": "overworld",
409
+ "displayName": "Plains",
410
+ "color": 7907327
411
+ },
412
+ {
413
+ "id": 41,
414
+ "name": "river",
415
+ "category": "river",
416
+ "temperature": 0.5,
417
+ "has_precipitation": true,
418
+ "dimension": "overworld",
419
+ "displayName": "River",
420
+ "color": 8103167
421
+ },
422
+ {
423
+ "id": 42,
424
+ "name": "savanna",
425
+ "category": "savanna",
426
+ "temperature": 2.0,
427
+ "has_precipitation": false,
428
+ "dimension": "overworld",
429
+ "displayName": "Savanna",
430
+ "color": 7254527
431
+ },
432
+ {
433
+ "id": 43,
434
+ "name": "savanna_plateau",
435
+ "category": "savanna",
436
+ "temperature": 2.0,
437
+ "has_precipitation": false,
438
+ "dimension": "overworld",
439
+ "displayName": "Savanna Plateau",
440
+ "color": 7254527
441
+ },
442
+ {
443
+ "id": 44,
444
+ "name": "small_end_islands",
445
+ "category": "the_end",
446
+ "temperature": 0.5,
447
+ "has_precipitation": false,
448
+ "dimension": "end",
449
+ "displayName": "Small End Islands",
450
+ "color": 0
451
+ },
452
+ {
453
+ "id": 45,
454
+ "name": "snowy_beach",
455
+ "category": "beach",
456
+ "temperature": 0.05,
457
+ "has_precipitation": true,
458
+ "dimension": "overworld",
459
+ "displayName": "Snowy Beach",
460
+ "color": 8364543
461
+ },
462
+ {
463
+ "id": 46,
464
+ "name": "snowy_plains",
465
+ "category": "plains",
466
+ "temperature": 0.0,
467
+ "has_precipitation": true,
468
+ "dimension": "overworld",
469
+ "displayName": "Snowy Plains",
470
+ "color": 8364543
471
+ },
472
+ {
473
+ "id": 47,
474
+ "name": "snowy_slopes",
475
+ "category": "mountain",
476
+ "temperature": -0.3,
477
+ "has_precipitation": true,
478
+ "dimension": "overworld",
479
+ "displayName": "Snowy Slopes",
480
+ "color": 8560639
481
+ },
482
+ {
483
+ "id": 48,
484
+ "name": "snowy_taiga",
485
+ "category": "taiga",
486
+ "temperature": -0.5,
487
+ "has_precipitation": true,
488
+ "dimension": "overworld",
489
+ "displayName": "Snowy Taiga",
490
+ "color": 8625919
491
+ },
492
+ {
493
+ "id": 49,
494
+ "name": "soul_sand_valley",
495
+ "category": "nether",
496
+ "temperature": 2.0,
497
+ "has_precipitation": false,
498
+ "dimension": "nether",
499
+ "displayName": "Soul Sand Valley",
500
+ "color": 7254527
501
+ },
502
+ {
503
+ "id": 50,
504
+ "name": "sparse_jungle",
505
+ "category": "jungle",
506
+ "temperature": 0.95,
507
+ "has_precipitation": true,
508
+ "dimension": "overworld",
509
+ "displayName": "Sparse Jungle",
510
+ "color": 7842047
511
+ },
512
+ {
513
+ "id": 51,
514
+ "name": "stony_peaks",
515
+ "category": "mountain",
516
+ "temperature": 1.0,
517
+ "has_precipitation": true,
518
+ "dimension": "overworld",
519
+ "displayName": "Stony Peaks",
520
+ "color": 7776511
521
+ },
522
+ {
523
+ "id": 52,
524
+ "name": "stony_shore",
525
+ "category": "beach",
526
+ "temperature": 0.2,
527
+ "has_precipitation": true,
528
+ "dimension": "overworld",
529
+ "displayName": "Stony Shore",
530
+ "color": 8233727
531
+ },
532
+ {
533
+ "id": 53,
534
+ "name": "sunflower_plains",
535
+ "category": "plains",
536
+ "temperature": 0.8,
537
+ "has_precipitation": true,
538
+ "dimension": "overworld",
539
+ "displayName": "Sunflower Plains",
540
+ "color": 7907327
541
+ },
542
+ {
543
+ "id": 54,
544
+ "name": "swamp",
545
+ "category": "swamp",
546
+ "temperature": 0.8,
547
+ "has_precipitation": true,
548
+ "dimension": "overworld",
549
+ "displayName": "Swamp",
550
+ "color": 7907327
551
+ },
552
+ {
553
+ "id": 55,
554
+ "name": "taiga",
555
+ "category": "taiga",
556
+ "temperature": 0.25,
557
+ "has_precipitation": true,
558
+ "dimension": "overworld",
559
+ "displayName": "Taiga",
560
+ "color": 8233983
561
+ },
562
+ {
563
+ "id": 56,
564
+ "name": "the_end",
565
+ "category": "the_end",
566
+ "temperature": 0.5,
567
+ "has_precipitation": false,
568
+ "dimension": "end",
569
+ "displayName": "The End",
570
+ "color": 0
571
+ },
572
+ {
573
+ "id": 57,
574
+ "name": "the_void",
575
+ "category": "none",
576
+ "temperature": 0.5,
577
+ "has_precipitation": false,
578
+ "dimension": "overworld",
579
+ "displayName": "The Void",
580
+ "color": 8103167
581
+ },
582
+ {
583
+ "id": 58,
584
+ "name": "warm_ocean",
585
+ "category": "ocean",
586
+ "temperature": 0.5,
587
+ "has_precipitation": true,
588
+ "dimension": "overworld",
589
+ "displayName": "Warm Ocean",
590
+ "color": 8103167
591
+ },
592
+ {
593
+ "id": 59,
594
+ "name": "warped_forest",
595
+ "category": "nether",
596
+ "temperature": 2.0,
597
+ "has_precipitation": false,
598
+ "dimension": "nether",
599
+ "displayName": "Warped Forest",
600
+ "color": 7254527
601
+ },
602
+ {
603
+ "id": 60,
604
+ "name": "windswept_forest",
605
+ "category": "forest",
606
+ "temperature": 0.2,
607
+ "has_precipitation": true,
608
+ "dimension": "overworld",
609
+ "displayName": "Windswept Forest",
610
+ "color": 8233727
611
+ },
612
+ {
613
+ "id": 61,
614
+ "name": "windswept_gravelly_hills",
615
+ "category": "extreme_hills",
616
+ "temperature": 0.2,
617
+ "has_precipitation": true,
618
+ "dimension": "overworld",
619
+ "displayName": "Windswept Gravelly Hills",
620
+ "color": 8233727
621
+ },
622
+ {
623
+ "id": 62,
624
+ "name": "windswept_hills",
625
+ "category": "extreme_hills",
626
+ "temperature": 0.2,
627
+ "has_precipitation": true,
628
+ "dimension": "overworld",
629
+ "displayName": "Windswept Hills",
630
+ "color": 8233727
631
+ },
632
+ {
633
+ "id": 63,
634
+ "name": "windswept_savanna",
635
+ "category": "savanna",
636
+ "temperature": 2.0,
637
+ "has_precipitation": false,
638
+ "dimension": "overworld",
639
+ "displayName": "Windswept Savanna",
640
+ "color": 7254527
641
+ },
642
+ {
643
+ "id": 64,
644
+ "name": "wooded_badlands",
645
+ "category": "mesa",
646
+ "temperature": 2.0,
647
+ "has_precipitation": false,
648
+ "dimension": "overworld",
649
+ "displayName": "Wooded Badlands",
650
+ "color": 7254527
651
+ }
652
+ ]