minecraft-data 3.46.2 → 3.48.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 (78) hide show
  1. package/data.js +48 -1
  2. package/doc/history.md +8 -0
  3. package/minecraft-data/.github/workflows/bedrock-ci.yml +1 -1
  4. package/minecraft-data/README.md +1 -1
  5. package/minecraft-data/data/bedrock/1.16.220/protocol.json +32 -1
  6. package/minecraft-data/data/bedrock/1.16.220/types.yml +25 -1
  7. package/minecraft-data/data/bedrock/1.17.0/protocol.json +32 -1
  8. package/minecraft-data/data/bedrock/1.17.0/types.yml +25 -1
  9. package/minecraft-data/data/bedrock/1.17.10/protocol.json +32 -1
  10. package/minecraft-data/data/bedrock/1.17.10/types.yml +25 -1
  11. package/minecraft-data/data/bedrock/1.17.30/protocol.json +32 -1
  12. package/minecraft-data/data/bedrock/1.17.30/types.yml +25 -1
  13. package/minecraft-data/data/bedrock/1.17.40/protocol.json +32 -1
  14. package/minecraft-data/data/bedrock/1.17.40/types.yml +25 -1
  15. package/minecraft-data/data/bedrock/1.18.0/protocol.json +32 -1
  16. package/minecraft-data/data/bedrock/1.18.0/types.yml +25 -1
  17. package/minecraft-data/data/bedrock/1.18.11/protocol.json +32 -1
  18. package/minecraft-data/data/bedrock/1.18.11/types.yml +25 -1
  19. package/minecraft-data/data/bedrock/1.18.30/protocol.json +32 -1
  20. package/minecraft-data/data/bedrock/1.18.30/types.yml +25 -1
  21. package/minecraft-data/data/bedrock/1.19.1/protocol.json +32 -1
  22. package/minecraft-data/data/bedrock/1.19.1/types.yml +25 -1
  23. package/minecraft-data/data/bedrock/1.19.10/protocol.json +32 -1
  24. package/minecraft-data/data/bedrock/1.19.10/types.yml +25 -1
  25. package/minecraft-data/data/bedrock/1.19.20/protocol.json +32 -1
  26. package/minecraft-data/data/bedrock/1.19.20/types.yml +25 -1
  27. package/minecraft-data/data/bedrock/1.19.21/protocol.json +32 -1
  28. package/minecraft-data/data/bedrock/1.19.21/types.yml +25 -1
  29. package/minecraft-data/data/bedrock/1.19.30/protocol.json +32 -1
  30. package/minecraft-data/data/bedrock/1.19.30/types.yml +25 -1
  31. package/minecraft-data/data/bedrock/1.19.40/protocol.json +32 -1
  32. package/minecraft-data/data/bedrock/1.19.40/types.yml +25 -1
  33. package/minecraft-data/data/bedrock/1.19.50/protocol.json +32 -1
  34. package/minecraft-data/data/bedrock/1.19.50/types.yml +25 -1
  35. package/minecraft-data/data/bedrock/1.19.60/protocol.json +32 -1
  36. package/minecraft-data/data/bedrock/1.19.60/types.yml +25 -1
  37. package/minecraft-data/data/bedrock/1.19.62/protocol.json +32 -1
  38. package/minecraft-data/data/bedrock/1.19.62/types.yml +25 -1
  39. package/minecraft-data/data/bedrock/1.19.70/protocol.json +32 -1
  40. package/minecraft-data/data/bedrock/1.19.70/types.yml +25 -1
  41. package/minecraft-data/data/bedrock/1.19.80/protocol.json +32 -1
  42. package/minecraft-data/data/bedrock/1.19.80/types.yml +25 -1
  43. package/minecraft-data/data/bedrock/1.20.0/protocol.json +32 -1
  44. package/minecraft-data/data/bedrock/1.20.0/types.yml +25 -1
  45. package/minecraft-data/data/bedrock/1.20.10/protocol.json +32 -1
  46. package/minecraft-data/data/bedrock/1.20.10/types.yml +25 -1
  47. package/minecraft-data/data/bedrock/1.20.30/proto.yml +4084 -0
  48. package/minecraft-data/data/bedrock/1.20.30/protocol.json +35 -2
  49. package/minecraft-data/data/bedrock/1.20.30/types.yml +2154 -0
  50. package/minecraft-data/data/bedrock/1.20.40/protocol.json +11928 -0
  51. package/minecraft-data/data/bedrock/1.20.40/version.json +6 -0
  52. package/minecraft-data/data/bedrock/common/protocolVersions.json +7 -1
  53. package/minecraft-data/data/bedrock/common/versions.json +2 -1
  54. package/minecraft-data/data/bedrock/latest/proto.yml +7 -3
  55. package/minecraft-data/data/bedrock/latest/types.yml +149 -2
  56. package/minecraft-data/data/dataPaths.json +50 -3
  57. package/minecraft-data/data/pc/1.20.2/biomes.json +642 -0
  58. package/minecraft-data/data/pc/1.20.2/blockCollisionShapes.json +122059 -0
  59. package/minecraft-data/data/pc/1.20.2/blocks.json +37132 -0
  60. package/minecraft-data/data/pc/1.20.2/commands.json +18278 -0
  61. package/minecraft-data/data/pc/1.20.2/effects.json +200 -0
  62. package/minecraft-data/data/pc/1.20.2/enchantments.json +875 -0
  63. package/minecraft-data/data/pc/1.20.2/entities.json +1242 -0
  64. package/minecraft-data/data/pc/1.20.2/foods.json +402 -0
  65. package/minecraft-data/data/pc/1.20.2/instruments.json +94 -0
  66. package/minecraft-data/data/pc/1.20.2/items.json +8249 -0
  67. package/minecraft-data/data/pc/1.20.2/language.json +6342 -0
  68. package/minecraft-data/data/pc/1.20.2/mapIcons.json +212 -0
  69. package/minecraft-data/data/pc/1.20.2/materials.json +154 -0
  70. package/minecraft-data/data/pc/1.20.2/particles.json +382 -0
  71. package/minecraft-data/data/pc/1.20.2/protocol.json +7092 -0
  72. package/minecraft-data/data/pc/1.20.2/recipes.json +15143 -0
  73. package/minecraft-data/data/pc/1.20.2/tints.json +447 -0
  74. package/minecraft-data/data/pc/1.20.2/version.json +5 -0
  75. package/minecraft-data/data/pc/common/protocolVersions.json +41 -1
  76. package/minecraft-data/data/pc/common/versions.json +2 -1
  77. package/minecraft-data/doc/history.md +9 -0
  78. package/package.json +1 -1
@@ -0,0 +1,642 @@
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": "cherry_grove",
55
+ "category": "forest",
56
+ "temperature": 0.5,
57
+ "has_precipitation": true,
58
+ "dimension": "overworld",
59
+ "displayName": "Cherry Grove",
60
+ "color": 0
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": 2105456
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": 14485512
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": 4215066
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": 2105400
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": 0
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": 4210832
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": 64
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": 48
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": 16421912
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": 12690831
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": 9474162
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": 12828041
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": 15464630
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": 16739645
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": 2985545
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": 353825
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": 7368918
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": 15399931
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": 10526975
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": 14675173
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": 11853020
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": 14937325
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": 5470985
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": 144
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": 14652980
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": 0
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": 9217136
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": 16711935
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": 12532539
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": 112
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": 5807212
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": 5858897
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": 8490617
391
+ },
392
+ {
393
+ "id": 39,
394
+ "name": "plains",
395
+ "category": "plains",
396
+ "temperature": 0.8,
397
+ "has_precipitation": true,
398
+ "dimension": "overworld",
399
+ "displayName": "Plains",
400
+ "color": 9286496
401
+ },
402
+ {
403
+ "id": 40,
404
+ "name": "river",
405
+ "category": "river",
406
+ "temperature": 0.5,
407
+ "has_precipitation": true,
408
+ "dimension": "overworld",
409
+ "displayName": "River",
410
+ "color": 255
411
+ },
412
+ {
413
+ "id": 41,
414
+ "name": "savanna",
415
+ "category": "savanna",
416
+ "temperature": 2.0,
417
+ "has_precipitation": false,
418
+ "dimension": "overworld",
419
+ "displayName": "Savanna",
420
+ "color": 12431967
421
+ },
422
+ {
423
+ "id": 42,
424
+ "name": "savanna_plateau",
425
+ "category": "savanna",
426
+ "temperature": 2.0,
427
+ "has_precipitation": false,
428
+ "dimension": "overworld",
429
+ "displayName": "Savanna Plateau",
430
+ "color": 10984804
431
+ },
432
+ {
433
+ "id": 43,
434
+ "name": "small_end_islands",
435
+ "category": "the_end",
436
+ "temperature": 0.5,
437
+ "has_precipitation": false,
438
+ "dimension": "end",
439
+ "displayName": "Small End Islands",
440
+ "color": 42
441
+ },
442
+ {
443
+ "id": 44,
444
+ "name": "snowy_beach",
445
+ "category": "beach",
446
+ "temperature": 0.05,
447
+ "has_precipitation": true,
448
+ "dimension": "overworld",
449
+ "displayName": "Snowy Beach",
450
+ "color": 16445632
451
+ },
452
+ {
453
+ "id": 45,
454
+ "name": "snowy_plains",
455
+ "category": "plains",
456
+ "temperature": 0.0,
457
+ "has_precipitation": true,
458
+ "dimension": "overworld",
459
+ "displayName": "Snowy Plains",
460
+ "color": 16777215
461
+ },
462
+ {
463
+ "id": 46,
464
+ "name": "snowy_slopes",
465
+ "category": "mountain",
466
+ "temperature": -0.3,
467
+ "has_precipitation": true,
468
+ "dimension": "overworld",
469
+ "displayName": "Snowy Slopes",
470
+ "color": 14348785
471
+ },
472
+ {
473
+ "id": 47,
474
+ "name": "snowy_taiga",
475
+ "category": "taiga",
476
+ "temperature": -0.5,
477
+ "has_precipitation": true,
478
+ "dimension": "overworld",
479
+ "displayName": "Snowy Taiga",
480
+ "color": 3233098
481
+ },
482
+ {
483
+ "id": 48,
484
+ "name": "soul_sand_valley",
485
+ "category": "nether",
486
+ "temperature": 2.0,
487
+ "has_precipitation": false,
488
+ "dimension": "nether",
489
+ "displayName": "Soul Sand Valley",
490
+ "color": 6174768
491
+ },
492
+ {
493
+ "id": 49,
494
+ "name": "sparse_jungle",
495
+ "category": "jungle",
496
+ "temperature": 0.95,
497
+ "has_precipitation": true,
498
+ "dimension": "overworld",
499
+ "displayName": "Sparse Jungle",
500
+ "color": 6458135
501
+ },
502
+ {
503
+ "id": 50,
504
+ "name": "stony_peaks",
505
+ "category": "mountain",
506
+ "temperature": 1.0,
507
+ "has_precipitation": true,
508
+ "dimension": "overworld",
509
+ "displayName": "Stony Peaks",
510
+ "color": 13750737
511
+ },
512
+ {
513
+ "id": 51,
514
+ "name": "stony_shore",
515
+ "category": "beach",
516
+ "temperature": 0.2,
517
+ "has_precipitation": true,
518
+ "dimension": "overworld",
519
+ "displayName": "Stony Shore",
520
+ "color": 10658436
521
+ },
522
+ {
523
+ "id": 52,
524
+ "name": "sunflower_plains",
525
+ "category": "plains",
526
+ "temperature": 0.8,
527
+ "has_precipitation": true,
528
+ "dimension": "overworld",
529
+ "displayName": "Sunflower Plains",
530
+ "color": 11918216
531
+ },
532
+ {
533
+ "id": 53,
534
+ "name": "swamp",
535
+ "category": "swamp",
536
+ "temperature": 0.8,
537
+ "has_precipitation": true,
538
+ "dimension": "overworld",
539
+ "displayName": "Swamp",
540
+ "color": 522674
541
+ },
542
+ {
543
+ "id": 54,
544
+ "name": "taiga",
545
+ "category": "taiga",
546
+ "temperature": 0.25,
547
+ "has_precipitation": true,
548
+ "dimension": "overworld",
549
+ "displayName": "Taiga",
550
+ "color": 747097
551
+ },
552
+ {
553
+ "id": 55,
554
+ "name": "the_end",
555
+ "category": "the_end",
556
+ "temperature": 0.5,
557
+ "has_precipitation": false,
558
+ "dimension": "end",
559
+ "displayName": "The End",
560
+ "color": 8421631
561
+ },
562
+ {
563
+ "id": 56,
564
+ "name": "the_void",
565
+ "category": "none",
566
+ "temperature": 0.5,
567
+ "has_precipitation": false,
568
+ "dimension": "overworld",
569
+ "displayName": "The Void",
570
+ "color": 0
571
+ },
572
+ {
573
+ "id": 57,
574
+ "name": "warm_ocean",
575
+ "category": "ocean",
576
+ "temperature": 0.5,
577
+ "has_precipitation": true,
578
+ "dimension": "overworld",
579
+ "displayName": "Warm Ocean",
580
+ "color": 172
581
+ },
582
+ {
583
+ "id": 58,
584
+ "name": "warped_forest",
585
+ "category": "nether",
586
+ "temperature": 2.0,
587
+ "has_precipitation": false,
588
+ "dimension": "nether",
589
+ "displayName": "Warped Forest",
590
+ "color": 4821115
591
+ },
592
+ {
593
+ "id": 59,
594
+ "name": "windswept_forest",
595
+ "category": "forest",
596
+ "temperature": 0.2,
597
+ "has_precipitation": true,
598
+ "dimension": "overworld",
599
+ "displayName": "Windswept Forest",
600
+ "color": 2250012
601
+ },
602
+ {
603
+ "id": 60,
604
+ "name": "windswept_gravelly_hills",
605
+ "category": "extreme_hills",
606
+ "temperature": 0.2,
607
+ "has_precipitation": true,
608
+ "dimension": "overworld",
609
+ "displayName": "Windswept Gravelly Hills",
610
+ "color": 8947848
611
+ },
612
+ {
613
+ "id": 61,
614
+ "name": "windswept_hills",
615
+ "category": "extreme_hills",
616
+ "temperature": 0.2,
617
+ "has_precipitation": true,
618
+ "dimension": "overworld",
619
+ "displayName": "Windswept Hills",
620
+ "color": 6316128
621
+ },
622
+ {
623
+ "id": 62,
624
+ "name": "windswept_savanna",
625
+ "category": "savanna",
626
+ "temperature": 2.0,
627
+ "has_precipitation": false,
628
+ "dimension": "overworld",
629
+ "displayName": "Windswept Savanna",
630
+ "color": 15063687
631
+ },
632
+ {
633
+ "id": 63,
634
+ "name": "wooded_badlands",
635
+ "category": "mesa",
636
+ "temperature": 2.0,
637
+ "has_precipitation": false,
638
+ "dimension": "overworld",
639
+ "displayName": "Wooded Badlands",
640
+ "color": 11573093
641
+ }
642
+ ]