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