minecraft-data 3.7.2 → 3.9.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 (68) hide show
  1. package/data.js +18 -18
  2. package/doc/history.md +9 -0
  3. package/minecraft-data/.github/workflows/ci.yml +1 -1
  4. package/minecraft-data/data/bedrock/1.17.0/blockCollisionShapes.json +24 -24
  5. package/minecraft-data/data/bedrock/1.17.10/blockCollisionShapes.json +24 -24
  6. package/minecraft-data/data/bedrock/1.17.40/blockCollisionShapes.json +24 -24
  7. package/minecraft-data/data/bedrock/1.18.11/blockCollisionShapes.json +24 -24
  8. package/minecraft-data/data/bedrock/1.18.30/blockCollisionShapes.json +24 -24
  9. package/minecraft-data/data/bedrock/1.19.1/biomes.json +1022 -0
  10. package/minecraft-data/data/bedrock/1.19.1/blockCollisionShapes.json +899 -0
  11. package/minecraft-data/data/bedrock/1.19.1/blockStates.json +165209 -0
  12. package/minecraft-data/data/bedrock/1.19.1/blocks.json +15769 -0
  13. package/minecraft-data/data/bedrock/1.19.1/blocksB2J.json +7234 -0
  14. package/minecraft-data/data/bedrock/1.19.1/blocksJ2B.json +21450 -0
  15. package/minecraft-data/data/bedrock/1.19.1/entities.json +1442 -0
  16. package/minecraft-data/data/bedrock/1.19.1/items.json +9831 -0
  17. package/minecraft-data/data/bedrock/1.19.1/recipes.json +17454 -0
  18. package/minecraft-data/data/bedrock/1.19.10/items.json +9837 -0
  19. package/minecraft-data/data/bedrock/1.19.10/protocol.json +56 -58
  20. package/minecraft-data/data/bedrock/1.19.10/recipes.json +17454 -0
  21. package/minecraft-data/data/dataPaths.json +18 -18
  22. package/minecraft-data/data/pc/1.10/protocol.json +3 -2
  23. package/minecraft-data/data/pc/1.10-pre1/protocol.json +3 -2
  24. package/minecraft-data/data/pc/1.11/protocol.json +3 -2
  25. package/minecraft-data/data/pc/1.12/protocol.json +3 -2
  26. package/minecraft-data/data/pc/1.12-pre4/protocol.json +3 -2
  27. package/minecraft-data/data/pc/1.12.1/protocol.json +3 -2
  28. package/minecraft-data/data/pc/1.12.2/protocol.json +3 -2
  29. package/minecraft-data/data/pc/1.13/protocol.json +419 -418
  30. package/minecraft-data/data/pc/1.13.1/protocol.json +419 -418
  31. package/minecraft-data/data/pc/1.13.2/protocol.json +419 -418
  32. package/minecraft-data/data/pc/1.13.2-pre1/protocol.json +419 -418
  33. package/minecraft-data/data/pc/1.13.2-pre2/protocol.json +419 -418
  34. package/minecraft-data/data/pc/1.14/protocol.json +419 -418
  35. package/minecraft-data/data/pc/1.14.1/protocol.json +419 -418
  36. package/minecraft-data/data/pc/1.14.3/protocol.json +419 -418
  37. package/minecraft-data/data/pc/1.14.4/protocol.json +419 -418
  38. package/minecraft-data/data/pc/1.15/protocol.json +419 -418
  39. package/minecraft-data/data/pc/1.15.1/protocol.json +419 -418
  40. package/minecraft-data/data/pc/1.15.2/protocol.json +419 -418
  41. package/minecraft-data/data/pc/1.16/protocol.json +419 -418
  42. package/minecraft-data/data/pc/1.16-rc1/protocol.json +419 -418
  43. package/minecraft-data/data/pc/1.16.1/protocol.json +419 -418
  44. package/minecraft-data/data/pc/1.16.2/protocol.json +420 -419
  45. package/minecraft-data/data/pc/1.17/protocol.json +420 -419
  46. package/minecraft-data/data/pc/1.17.1/protocol.json +420 -419
  47. package/minecraft-data/data/pc/1.18/protocol.json +420 -419
  48. package/minecraft-data/data/pc/1.18.2/protocol.json +420 -419
  49. package/minecraft-data/data/pc/1.19/protocol.json +460 -460
  50. package/minecraft-data/data/pc/1.8/protocol.json +3 -2
  51. package/minecraft-data/data/pc/1.9/protocol.json +3 -2
  52. package/minecraft-data/data/pc/1.9.1-pre2/protocol.json +3 -2
  53. package/minecraft-data/data/pc/1.9.2/protocol.json +3 -2
  54. package/minecraft-data/data/pc/1.9.4/protocol.json +3 -2
  55. package/minecraft-data/data/pc/15w40b/protocol.json +3 -2
  56. package/minecraft-data/data/pc/16w20a/protocol.json +3 -2
  57. package/minecraft-data/data/pc/16w35a/protocol.json +3 -2
  58. package/minecraft-data/data/pc/17w15a/protocol.json +3 -2
  59. package/minecraft-data/data/pc/17w18b/protocol.json +3 -2
  60. package/minecraft-data/data/pc/17w50a/protocol.json +3 -2
  61. package/minecraft-data/data/pc/20w13b/protocol.json +419 -418
  62. package/minecraft-data/data/pc/21w07a/protocol.json +420 -419
  63. package/minecraft-data/data/pc/common/features.json +36 -26
  64. package/minecraft-data/data/pc/common/protocolVersions.json +14 -0
  65. package/minecraft-data/doc/history.md +14 -0
  66. package/minecraft-data/tools/js/compileProtocol.js +34 -9
  67. package/minecraft-data/tools/js/test/protocolSync.js +8 -0
  68. package/package.json +1 -1
@@ -0,0 +1,1022 @@
1
+ [
2
+ {
3
+ "id": 0,
4
+ "name": "ocean",
5
+ "category": "ocean",
6
+ "precipitation": "rain",
7
+ "depth": 0,
8
+ "dimension": "overworld",
9
+ "displayName": "Ocean",
10
+ "color": 112,
11
+ "rainfall": 0.5,
12
+ "temperature": 0.5
13
+ },
14
+ {
15
+ "id": 1,
16
+ "name": "plains",
17
+ "category": "plains",
18
+ "precipitation": "rain",
19
+ "depth": 0,
20
+ "dimension": "overworld",
21
+ "displayName": "Plains",
22
+ "color": 9286496,
23
+ "rainfall": 0.4000000059604645,
24
+ "temperature": 0.800000011920929
25
+ },
26
+ {
27
+ "id": 2,
28
+ "name": "desert",
29
+ "category": "desert",
30
+ "precipitation": "none",
31
+ "depth": 0,
32
+ "dimension": "overworld",
33
+ "displayName": "Desert",
34
+ "color": 16421912,
35
+ "rainfall": 0,
36
+ "temperature": 2
37
+ },
38
+ {
39
+ "id": 3,
40
+ "name": "extreme_hills",
41
+ "category": "extreme_hills",
42
+ "precipitation": "rain",
43
+ "depth": 0,
44
+ "dimension": "overworld",
45
+ "displayName": "Windswept Hills",
46
+ "color": 6316128,
47
+ "rainfall": 0.30000001192092896,
48
+ "temperature": 0.20000000298023224
49
+ },
50
+ {
51
+ "id": 4,
52
+ "name": "forest",
53
+ "category": "forest",
54
+ "precipitation": "rain",
55
+ "depth": 0,
56
+ "dimension": "overworld",
57
+ "displayName": "Forest",
58
+ "color": 353825,
59
+ "rainfall": 0.800000011920929,
60
+ "temperature": 0.699999988079071
61
+ },
62
+ {
63
+ "id": 5,
64
+ "name": "taiga",
65
+ "category": "taiga",
66
+ "precipitation": "rain",
67
+ "depth": 0,
68
+ "dimension": "overworld",
69
+ "displayName": "Taiga",
70
+ "color": 747097,
71
+ "rainfall": 0.800000011920929,
72
+ "temperature": 0.25
73
+ },
74
+ {
75
+ "id": 6,
76
+ "name": "swampland",
77
+ "category": "swamp",
78
+ "precipitation": "rain",
79
+ "depth": 0,
80
+ "dimension": "overworld",
81
+ "displayName": "Swamp",
82
+ "color": 522674,
83
+ "rainfall": 0.5,
84
+ "temperature": 0.800000011920929
85
+ },
86
+ {
87
+ "id": 7,
88
+ "name": "river",
89
+ "category": "river",
90
+ "precipitation": "rain",
91
+ "depth": 0,
92
+ "dimension": "overworld",
93
+ "displayName": "River",
94
+ "color": 255,
95
+ "rainfall": 0.5,
96
+ "temperature": 0.5
97
+ },
98
+ {
99
+ "id": 8,
100
+ "name": "hell",
101
+ "category": "nether",
102
+ "precipitation": "none",
103
+ "depth": 0,
104
+ "dimension": "nether",
105
+ "displayName": "Nether Wastes",
106
+ "color": 12532539,
107
+ "rainfall": 0,
108
+ "temperature": 2
109
+ },
110
+ {
111
+ "id": 9,
112
+ "name": "the_end",
113
+ "category": "the_end",
114
+ "precipitation": "none",
115
+ "depth": 0,
116
+ "dimension": "end",
117
+ "displayName": "The End",
118
+ "color": 8421631,
119
+ "rainfall": 0.5,
120
+ "temperature": 0.5
121
+ },
122
+ {
123
+ "id": 10,
124
+ "name": "legacy_frozen_ocean",
125
+ "category": "ocean",
126
+ "precipitation": "snow",
127
+ "depth": 0,
128
+ "dimension": "overworld",
129
+ "displayName": "Frozen Ocean",
130
+ "color": 7368918,
131
+ "rainfall": 0.5,
132
+ "temperature": 0
133
+ },
134
+ {
135
+ "id": 11,
136
+ "name": "frozen_river",
137
+ "category": "ice",
138
+ "precipitation": "snow",
139
+ "depth": 0,
140
+ "dimension": "overworld",
141
+ "displayName": "Frozen River",
142
+ "color": 10526975,
143
+ "rainfall": 0.5,
144
+ "temperature": 0
145
+ },
146
+ {
147
+ "id": 12,
148
+ "name": "ice_plains",
149
+ "category": "plains",
150
+ "precipitation": "snow",
151
+ "depth": 0,
152
+ "dimension": "overworld",
153
+ "displayName": "Snowy Plains",
154
+ "color": 16777215,
155
+ "rainfall": 0.5,
156
+ "temperature": 0
157
+ },
158
+ {
159
+ "id": 13,
160
+ "name": "ice_mountains",
161
+ "category": "plains",
162
+ "precipitation": "snow",
163
+ "depth": 0,
164
+ "dimension": "overworld",
165
+ "displayName": "Snowy Plains",
166
+ "color": 16777215,
167
+ "rainfall": 0.5,
168
+ "temperature": 0
169
+ },
170
+ {
171
+ "id": 14,
172
+ "name": "mushroom_island",
173
+ "category": "mushroom",
174
+ "precipitation": "rain",
175
+ "depth": 0,
176
+ "dimension": "overworld",
177
+ "displayName": "Mushroom Fields",
178
+ "color": 16711935,
179
+ "rainfall": 1,
180
+ "temperature": 0.8999999761581421
181
+ },
182
+ {
183
+ "id": 15,
184
+ "name": "mushroom_island_shore",
185
+ "category": "mushroom",
186
+ "precipitation": "rain",
187
+ "depth": 0,
188
+ "dimension": "overworld",
189
+ "displayName": "Mushroom Fields",
190
+ "color": 16711935,
191
+ "rainfall": 1,
192
+ "temperature": 0.8999999761581421
193
+ },
194
+ {
195
+ "id": 16,
196
+ "name": "beach",
197
+ "category": "beach",
198
+ "precipitation": "rain",
199
+ "depth": 0,
200
+ "dimension": "overworld",
201
+ "displayName": "Beach",
202
+ "color": 16440917,
203
+ "rainfall": 0.4000000059604645,
204
+ "temperature": 0.800000011920929
205
+ },
206
+ {
207
+ "id": 17,
208
+ "name": "desert_hills",
209
+ "category": "desert",
210
+ "precipitation": "none",
211
+ "depth": 0,
212
+ "dimension": "overworld",
213
+ "displayName": "Desert",
214
+ "color": 16421912,
215
+ "rainfall": 0,
216
+ "temperature": 2
217
+ },
218
+ {
219
+ "id": 18,
220
+ "name": "forest_hills",
221
+ "category": "forest",
222
+ "precipitation": "rain",
223
+ "depth": 0,
224
+ "dimension": "overworld",
225
+ "displayName": "Forest",
226
+ "color": 353825,
227
+ "rainfall": 0.800000011920929,
228
+ "temperature": 0.699999988079071
229
+ },
230
+ {
231
+ "id": 19,
232
+ "name": "taiga_hills",
233
+ "category": "taiga",
234
+ "precipitation": "rain",
235
+ "depth": 0,
236
+ "dimension": "overworld",
237
+ "displayName": "Taiga",
238
+ "color": 747097,
239
+ "rainfall": 0.800000011920929,
240
+ "temperature": 0.25
241
+ },
242
+ {
243
+ "id": 20,
244
+ "name": "extreme_hills_edge",
245
+ "category": "extreme_hills",
246
+ "precipitation": "rain",
247
+ "depth": 0,
248
+ "dimension": "overworld",
249
+ "displayName": "Windswept Hills",
250
+ "color": 6316128,
251
+ "rainfall": 0.30000001192092896,
252
+ "temperature": 0.20000000298023224
253
+ },
254
+ {
255
+ "id": 21,
256
+ "name": "jungle",
257
+ "category": "jungle",
258
+ "precipitation": "rain",
259
+ "depth": 0,
260
+ "dimension": "overworld",
261
+ "displayName": "Jungle",
262
+ "color": 5470985,
263
+ "rainfall": 0.8999999761581421,
264
+ "temperature": 0.949999988079071
265
+ },
266
+ {
267
+ "id": 22,
268
+ "name": "jungle_hills",
269
+ "category": "jungle",
270
+ "precipitation": "rain",
271
+ "depth": 0,
272
+ "dimension": "overworld",
273
+ "displayName": "Jungle",
274
+ "color": 5470985,
275
+ "rainfall": 0.8999999761581421,
276
+ "temperature": 0.949999988079071
277
+ },
278
+ {
279
+ "id": 23,
280
+ "name": "jungle_edge",
281
+ "category": "jungle",
282
+ "precipitation": "rain",
283
+ "depth": 0,
284
+ "dimension": "overworld",
285
+ "displayName": "Sparse Jungle",
286
+ "color": 6458135,
287
+ "rainfall": 0.800000011920929,
288
+ "temperature": 0.949999988079071
289
+ },
290
+ {
291
+ "id": 24,
292
+ "name": "deep_ocean",
293
+ "category": "ocean",
294
+ "precipitation": "rain",
295
+ "depth": 0,
296
+ "dimension": "overworld",
297
+ "displayName": "Deep Ocean",
298
+ "color": 48,
299
+ "rainfall": 0.5,
300
+ "temperature": 0.5
301
+ },
302
+ {
303
+ "id": 25,
304
+ "name": "stone_beach",
305
+ "category": "beach",
306
+ "precipitation": "rain",
307
+ "depth": 0,
308
+ "dimension": "overworld",
309
+ "displayName": "Stony Shore",
310
+ "color": 10658436,
311
+ "rainfall": 0.30000001192092896,
312
+ "temperature": 0.20000000298023224
313
+ },
314
+ {
315
+ "id": 26,
316
+ "name": "cold_beach",
317
+ "category": "beach",
318
+ "precipitation": "snow",
319
+ "depth": 0,
320
+ "dimension": "overworld",
321
+ "displayName": "Snowy Beach",
322
+ "color": 16445632,
323
+ "rainfall": 0.30000001192092896,
324
+ "temperature": 0.05000000074505806
325
+ },
326
+ {
327
+ "id": 27,
328
+ "name": "birch_forest",
329
+ "category": "forest",
330
+ "precipitation": "rain",
331
+ "depth": 0,
332
+ "dimension": "overworld",
333
+ "displayName": "Birch Forest",
334
+ "color": 3175492,
335
+ "rainfall": 0.6000000238418579,
336
+ "temperature": 0.6000000238418579
337
+ },
338
+ {
339
+ "id": 28,
340
+ "name": "birch_forest_hills",
341
+ "category": "forest",
342
+ "precipitation": "rain",
343
+ "depth": 0,
344
+ "dimension": "overworld",
345
+ "displayName": "Birch Forest",
346
+ "color": 3175492,
347
+ "rainfall": 0.6000000238418579,
348
+ "temperature": 0.6000000238418579
349
+ },
350
+ {
351
+ "id": 29,
352
+ "name": "roofed_forest",
353
+ "category": "forest",
354
+ "precipitation": "rain",
355
+ "depth": 0,
356
+ "dimension": "overworld",
357
+ "displayName": "Dark Forest",
358
+ "color": 4215066,
359
+ "rainfall": 0.800000011920929,
360
+ "temperature": 0.699999988079071
361
+ },
362
+ {
363
+ "id": 30,
364
+ "name": "cold_taiga",
365
+ "category": "taiga",
366
+ "precipitation": "snow",
367
+ "depth": 0,
368
+ "dimension": "overworld",
369
+ "displayName": "Snowy Taiga",
370
+ "color": 3233098,
371
+ "rainfall": 0.4000000059604645,
372
+ "temperature": -0.5
373
+ },
374
+ {
375
+ "id": 31,
376
+ "name": "cold_taiga_hills",
377
+ "category": "taiga",
378
+ "precipitation": "snow",
379
+ "depth": 0,
380
+ "dimension": "overworld",
381
+ "displayName": "Snowy Taiga",
382
+ "color": 3233098,
383
+ "rainfall": 0.4000000059604645,
384
+ "temperature": -0.5
385
+ },
386
+ {
387
+ "id": 32,
388
+ "name": "mega_taiga",
389
+ "category": "taiga",
390
+ "precipitation": "rain",
391
+ "depth": 0,
392
+ "dimension": "overworld",
393
+ "displayName": "Old Growth Pine Taiga",
394
+ "color": 5858897,
395
+ "rainfall": 0.800000011920929,
396
+ "temperature": 0.30000001192092896
397
+ },
398
+ {
399
+ "id": 33,
400
+ "name": "mega_taiga_hills",
401
+ "category": "taiga",
402
+ "precipitation": "rain",
403
+ "depth": 0,
404
+ "dimension": "overworld",
405
+ "displayName": "Old Growth Pine Taiga",
406
+ "color": 5858897,
407
+ "rainfall": 0.800000011920929,
408
+ "temperature": 0.30000001192092896
409
+ },
410
+ {
411
+ "id": 34,
412
+ "name": "extreme_hills_plus_trees",
413
+ "category": "forest",
414
+ "precipitation": "rain",
415
+ "depth": 0,
416
+ "dimension": "overworld",
417
+ "displayName": "Windswept Forest",
418
+ "color": 2250012,
419
+ "rainfall": 0.30000001192092896,
420
+ "temperature": 0.20000000298023224
421
+ },
422
+ {
423
+ "id": 35,
424
+ "name": "savanna",
425
+ "category": "savanna",
426
+ "precipitation": "none",
427
+ "depth": 0,
428
+ "dimension": "overworld",
429
+ "displayName": "Savanna",
430
+ "color": 12431967,
431
+ "rainfall": 0,
432
+ "temperature": 1.2000000476837158
433
+ },
434
+ {
435
+ "id": 36,
436
+ "name": "savanna_plateau",
437
+ "category": "savanna",
438
+ "precipitation": "none",
439
+ "depth": 0,
440
+ "dimension": "overworld",
441
+ "displayName": "Savanna Plateau",
442
+ "color": 10984804,
443
+ "rainfall": 0,
444
+ "temperature": 1
445
+ },
446
+ {
447
+ "id": 37,
448
+ "name": "mesa",
449
+ "category": "mesa",
450
+ "precipitation": "none",
451
+ "depth": 0,
452
+ "dimension": "overworld",
453
+ "displayName": "Badlands",
454
+ "color": 14238997,
455
+ "rainfall": 0,
456
+ "temperature": 2
457
+ },
458
+ {
459
+ "id": 38,
460
+ "name": "mesa_plateau_stone",
461
+ "category": "mesa",
462
+ "precipitation": "none",
463
+ "depth": 0,
464
+ "dimension": "overworld",
465
+ "displayName": "Wooded Badlands",
466
+ "color": 11573093,
467
+ "rainfall": 0,
468
+ "temperature": 2
469
+ },
470
+ {
471
+ "id": 39,
472
+ "name": "mesa_plateau",
473
+ "category": "mesa",
474
+ "precipitation": "none",
475
+ "depth": 0,
476
+ "dimension": "overworld",
477
+ "displayName": "Badlands",
478
+ "color": 14238997,
479
+ "rainfall": 0,
480
+ "temperature": 2
481
+ },
482
+ {
483
+ "id": 40,
484
+ "name": "warm_ocean",
485
+ "category": "ocean",
486
+ "precipitation": "rain",
487
+ "depth": 0,
488
+ "dimension": "overworld",
489
+ "displayName": "Warm Ocean",
490
+ "color": 172,
491
+ "rainfall": 0.5,
492
+ "temperature": 0.5
493
+ },
494
+ {
495
+ "id": 41,
496
+ "name": "deep_warm_ocean",
497
+ "category": "ocean",
498
+ "precipitation": "rain",
499
+ "depth": 0,
500
+ "dimension": "overworld",
501
+ "displayName": "Warm Ocean",
502
+ "color": 172,
503
+ "rainfall": 0.5,
504
+ "temperature": 0.5
505
+ },
506
+ {
507
+ "id": 42,
508
+ "name": "lukewarm_ocean",
509
+ "category": "ocean",
510
+ "precipitation": "rain",
511
+ "depth": 0,
512
+ "dimension": "overworld",
513
+ "displayName": "Lukewarm Ocean",
514
+ "color": 144,
515
+ "rainfall": 0.5,
516
+ "temperature": 0.5
517
+ },
518
+ {
519
+ "id": 43,
520
+ "name": "deep_lukewarm_ocean",
521
+ "category": "ocean",
522
+ "precipitation": "rain",
523
+ "depth": 0,
524
+ "dimension": "overworld",
525
+ "displayName": "Deep Lukewarm Ocean",
526
+ "color": 64,
527
+ "rainfall": 0.5,
528
+ "temperature": 0.5
529
+ },
530
+ {
531
+ "id": 44,
532
+ "name": "cold_ocean",
533
+ "category": "ocean",
534
+ "precipitation": "rain",
535
+ "depth": 0,
536
+ "dimension": "overworld",
537
+ "displayName": "Cold Ocean",
538
+ "color": 2105456,
539
+ "rainfall": 0.5,
540
+ "temperature": 0.5
541
+ },
542
+ {
543
+ "id": 45,
544
+ "name": "deep_cold_ocean",
545
+ "category": "ocean",
546
+ "precipitation": "rain",
547
+ "depth": 0,
548
+ "dimension": "overworld",
549
+ "displayName": "Deep Cold Ocean",
550
+ "color": 2105400,
551
+ "rainfall": 0.5,
552
+ "temperature": 0.5
553
+ },
554
+ {
555
+ "id": 46,
556
+ "name": "frozen_ocean",
557
+ "category": "ocean",
558
+ "precipitation": "snow",
559
+ "depth": 0,
560
+ "dimension": "overworld",
561
+ "displayName": "Frozen Ocean",
562
+ "color": 7368918,
563
+ "rainfall": 0.5,
564
+ "temperature": 0
565
+ },
566
+ {
567
+ "id": 47,
568
+ "name": "deep_frozen_ocean",
569
+ "category": "ocean",
570
+ "precipitation": "rain",
571
+ "depth": 0,
572
+ "dimension": "overworld",
573
+ "displayName": "Deep Frozen Ocean",
574
+ "color": 4210832,
575
+ "rainfall": 0.5,
576
+ "temperature": 0
577
+ },
578
+ {
579
+ "id": 48,
580
+ "name": "bamboo_jungle",
581
+ "category": "jungle",
582
+ "precipitation": "rain",
583
+ "depth": 0,
584
+ "dimension": "overworld",
585
+ "displayName": "Bamboo Jungle",
586
+ "color": 7769620,
587
+ "rainfall": 0.8999999761581421,
588
+ "temperature": 0.949999988079071
589
+ },
590
+ {
591
+ "id": 49,
592
+ "name": "bamboo_jungle_hills",
593
+ "category": "jungle",
594
+ "precipitation": "rain",
595
+ "depth": 0,
596
+ "dimension": "overworld",
597
+ "displayName": "Bamboo Jungle",
598
+ "color": 7769620,
599
+ "rainfall": 0.8999999761581421,
600
+ "temperature": 0.949999988079071
601
+ },
602
+ {
603
+ "id": 129,
604
+ "name": "sunflower_plains",
605
+ "category": "plains",
606
+ "precipitation": "rain",
607
+ "depth": 0,
608
+ "dimension": "overworld",
609
+ "displayName": "Sunflower Plains",
610
+ "color": 11918216,
611
+ "rainfall": 0.4000000059604645,
612
+ "temperature": 0.800000011920929
613
+ },
614
+ {
615
+ "id": 130,
616
+ "name": "desert_mutated",
617
+ "category": "desert",
618
+ "precipitation": "none",
619
+ "depth": 0,
620
+ "dimension": "overworld",
621
+ "displayName": "Desert",
622
+ "color": 16421912,
623
+ "rainfall": 0,
624
+ "temperature": 2
625
+ },
626
+ {
627
+ "id": 131,
628
+ "name": "extreme_hills_mutated",
629
+ "category": "extreme_hills",
630
+ "precipitation": "rain",
631
+ "depth": 0,
632
+ "dimension": "overworld",
633
+ "displayName": "Windswept Gravelly Hills",
634
+ "color": 8947848,
635
+ "rainfall": 0.30000001192092896,
636
+ "temperature": 0.20000000298023224
637
+ },
638
+ {
639
+ "id": 132,
640
+ "name": "flower_forest",
641
+ "category": "forest",
642
+ "precipitation": "rain",
643
+ "depth": 0,
644
+ "dimension": "overworld",
645
+ "displayName": "Flower Forest",
646
+ "color": 2985545,
647
+ "rainfall": 0.800000011920929,
648
+ "temperature": 0.699999988079071
649
+ },
650
+ {
651
+ "id": 133,
652
+ "name": "taiga_mutated",
653
+ "category": "taiga",
654
+ "precipitation": "rain",
655
+ "depth": 0,
656
+ "dimension": "overworld",
657
+ "displayName": "Taiga",
658
+ "color": 747097,
659
+ "rainfall": 0.800000011920929,
660
+ "temperature": 0.25
661
+ },
662
+ {
663
+ "id": 134,
664
+ "name": "swampland_mutated",
665
+ "category": "swamp",
666
+ "precipitation": "rain",
667
+ "depth": 0,
668
+ "dimension": "overworld",
669
+ "displayName": "Swamp",
670
+ "color": 522674,
671
+ "rainfall": 0.5,
672
+ "temperature": 0.800000011920929
673
+ },
674
+ {
675
+ "id": 140,
676
+ "name": "ice_plains_spikes",
677
+ "category": "ice",
678
+ "precipitation": "snow",
679
+ "depth": 0,
680
+ "dimension": "overworld",
681
+ "displayName": "Ice Spikes",
682
+ "color": 11853020,
683
+ "rainfall": 1,
684
+ "temperature": 0
685
+ },
686
+ {
687
+ "id": 149,
688
+ "name": "jungle_mutated",
689
+ "category": "jungle",
690
+ "precipitation": "rain",
691
+ "depth": 0,
692
+ "dimension": "overworld",
693
+ "displayName": "Jungle",
694
+ "color": 5470985,
695
+ "rainfall": 0.8999999761581421,
696
+ "temperature": 0.949999988079071
697
+ },
698
+ {
699
+ "id": 151,
700
+ "name": "jungle_edge_mutated",
701
+ "category": "jungle",
702
+ "precipitation": "rain",
703
+ "depth": 0,
704
+ "dimension": "overworld",
705
+ "displayName": "Sparse Jungle",
706
+ "color": 6458135,
707
+ "rainfall": 0.800000011920929,
708
+ "temperature": 0.949999988079071
709
+ },
710
+ {
711
+ "id": 155,
712
+ "name": "birch_forest_mutated",
713
+ "category": "forest",
714
+ "precipitation": "rain",
715
+ "depth": 0,
716
+ "dimension": "overworld",
717
+ "displayName": "Old Growth Birch Forest",
718
+ "color": 5807212,
719
+ "rainfall": 0.800000011920929,
720
+ "temperature": 0.699999988079071
721
+ },
722
+ {
723
+ "id": 156,
724
+ "name": "birch_forest_hills_mutated",
725
+ "category": "forest",
726
+ "precipitation": "rain",
727
+ "depth": 0,
728
+ "dimension": "overworld",
729
+ "displayName": "Old Growth Birch Forest",
730
+ "color": 5807212,
731
+ "rainfall": 0.800000011920929,
732
+ "temperature": 0.699999988079071
733
+ },
734
+ {
735
+ "id": 157,
736
+ "name": "roofed_forest_mutated",
737
+ "category": "forest",
738
+ "precipitation": "rain",
739
+ "depth": 0,
740
+ "dimension": "overworld",
741
+ "displayName": "Dark Forest",
742
+ "color": 4215066,
743
+ "rainfall": 0.800000011920929,
744
+ "temperature": 0.699999988079071
745
+ },
746
+ {
747
+ "id": 158,
748
+ "name": "cold_taiga_mutated",
749
+ "category": "taiga",
750
+ "precipitation": "snow",
751
+ "depth": 0,
752
+ "dimension": "overworld",
753
+ "displayName": "Snowy Taiga",
754
+ "color": 3233098,
755
+ "rainfall": 0.4000000059604645,
756
+ "temperature": -0.5
757
+ },
758
+ {
759
+ "id": 160,
760
+ "name": "redwood_taiga_mutated",
761
+ "category": "taiga",
762
+ "precipitation": "rain",
763
+ "depth": 0,
764
+ "dimension": "overworld",
765
+ "displayName": "Old Growth Spruce Taiga",
766
+ "color": 8490617,
767
+ "rainfall": 0.800000011920929,
768
+ "temperature": 0.25
769
+ },
770
+ {
771
+ "id": 161,
772
+ "name": "redwood_taiga_hills_mutated",
773
+ "category": "taiga",
774
+ "precipitation": "rain",
775
+ "depth": 0,
776
+ "dimension": "overworld",
777
+ "displayName": "Old Growth Spruce Taiga",
778
+ "color": 8490617,
779
+ "rainfall": 0.800000011920929,
780
+ "temperature": 0.30000001192092896
781
+ },
782
+ {
783
+ "id": 162,
784
+ "name": "extreme_hills_plus_trees_mutated",
785
+ "category": "extreme_hills",
786
+ "precipitation": "rain",
787
+ "depth": 0,
788
+ "dimension": "overworld",
789
+ "displayName": "Windswept Gravelly Hills",
790
+ "color": 8947848,
791
+ "rainfall": 0.30000001192092896,
792
+ "temperature": 0.20000000298023224
793
+ },
794
+ {
795
+ "id": 163,
796
+ "name": "savanna_mutated",
797
+ "category": "savanna",
798
+ "precipitation": "none",
799
+ "depth": 0,
800
+ "dimension": "overworld",
801
+ "displayName": "Windswept Savanna",
802
+ "color": 15063687,
803
+ "rainfall": 0.5,
804
+ "temperature": 1.100000023841858
805
+ },
806
+ {
807
+ "id": 164,
808
+ "name": "savanna_plateau_mutated",
809
+ "category": "savanna",
810
+ "precipitation": "none",
811
+ "depth": 0,
812
+ "dimension": "overworld",
813
+ "displayName": "Windswept Savanna",
814
+ "color": 15063687,
815
+ "rainfall": 0.5,
816
+ "temperature": 1
817
+ },
818
+ {
819
+ "id": 165,
820
+ "name": "mesa_bryce",
821
+ "category": "mesa",
822
+ "precipitation": "none",
823
+ "depth": 0,
824
+ "dimension": "overworld",
825
+ "displayName": "Eroded Badlands",
826
+ "color": 16739645,
827
+ "rainfall": 0,
828
+ "temperature": 2
829
+ },
830
+ {
831
+ "id": 166,
832
+ "name": "mesa_plateau_stone_mutated",
833
+ "category": "mesa",
834
+ "precipitation": "none",
835
+ "depth": 0,
836
+ "dimension": "overworld",
837
+ "displayName": "Wooded Badlands",
838
+ "color": 11573093,
839
+ "rainfall": 0,
840
+ "temperature": 2
841
+ },
842
+ {
843
+ "id": 167,
844
+ "name": "mesa_plateau_mutated",
845
+ "category": "mesa",
846
+ "precipitation": "none",
847
+ "depth": 0,
848
+ "dimension": "overworld",
849
+ "displayName": "Badlands",
850
+ "color": 14238997,
851
+ "rainfall": 0,
852
+ "temperature": 2
853
+ },
854
+ {
855
+ "id": 178,
856
+ "name": "soulsand_valley",
857
+ "category": "nether",
858
+ "precipitation": "none",
859
+ "depth": 0,
860
+ "dimension": "nether",
861
+ "displayName": "Soul Sand Valley",
862
+ "color": 6174768,
863
+ "rainfall": 0,
864
+ "temperature": 2
865
+ },
866
+ {
867
+ "id": 179,
868
+ "name": "crimson_forest",
869
+ "category": "nether",
870
+ "precipitation": "none",
871
+ "depth": 0,
872
+ "dimension": "nether",
873
+ "displayName": "Crimson Forest",
874
+ "color": 14485512,
875
+ "rainfall": 0,
876
+ "temperature": 2
877
+ },
878
+ {
879
+ "id": 180,
880
+ "name": "warped_forest",
881
+ "category": "nether",
882
+ "precipitation": "none",
883
+ "depth": 0,
884
+ "dimension": "nether",
885
+ "displayName": "Warped Forest",
886
+ "color": 4821115,
887
+ "rainfall": 0,
888
+ "temperature": 2
889
+ },
890
+ {
891
+ "id": 181,
892
+ "name": "basalt_deltas",
893
+ "category": "nether",
894
+ "precipitation": "none",
895
+ "depth": 0,
896
+ "dimension": "nether",
897
+ "displayName": "Basalt Deltas",
898
+ "color": 4208182,
899
+ "rainfall": 0,
900
+ "temperature": 2
901
+ },
902
+ {
903
+ "id": 182,
904
+ "name": "jagged_peaks",
905
+ "category": "mountain",
906
+ "precipitation": "snow",
907
+ "depth": 0,
908
+ "dimension": "overworld",
909
+ "displayName": "Jagged Peaks",
910
+ "color": 14937325,
911
+ "rainfall": 0.8999999761581421,
912
+ "temperature": -0.699999988079071
913
+ },
914
+ {
915
+ "id": 183,
916
+ "name": "frozen_peaks",
917
+ "category": "ice",
918
+ "precipitation": "snow",
919
+ "depth": 0,
920
+ "dimension": "overworld",
921
+ "displayName": "Frozen Peaks",
922
+ "color": 15399931,
923
+ "rainfall": 0.8999999761581421,
924
+ "temperature": -0.699999988079071
925
+ },
926
+ {
927
+ "id": 184,
928
+ "name": "snowy_slopes",
929
+ "category": "mountain",
930
+ "precipitation": "snow",
931
+ "depth": 0,
932
+ "dimension": "overworld",
933
+ "displayName": "Snowy Slopes",
934
+ "color": 14348785,
935
+ "rainfall": 0.8999999761581421,
936
+ "temperature": -0.30000001192092896
937
+ },
938
+ {
939
+ "id": 185,
940
+ "name": "grove",
941
+ "category": "forest",
942
+ "precipitation": "snow",
943
+ "depth": 0,
944
+ "dimension": "overworld",
945
+ "displayName": "Grove",
946
+ "color": 14675173,
947
+ "rainfall": 0.800000011920929,
948
+ "temperature": -0.20000000298023224
949
+ },
950
+ {
951
+ "id": 186,
952
+ "name": "meadow",
953
+ "category": "mountain",
954
+ "precipitation": "rain",
955
+ "depth": 0,
956
+ "dimension": "overworld",
957
+ "displayName": "Meadow",
958
+ "color": 9217136,
959
+ "rainfall": 0.800000011920929,
960
+ "temperature": 0.30000001192092896
961
+ },
962
+ {
963
+ "id": 187,
964
+ "name": "lush_caves",
965
+ "category": "underground",
966
+ "precipitation": "rain",
967
+ "depth": 0,
968
+ "dimension": "overworld",
969
+ "displayName": "Lush Caves",
970
+ "color": 14652980,
971
+ "rainfall": 0,
972
+ "temperature": 0.8999999761581421
973
+ },
974
+ {
975
+ "id": 188,
976
+ "name": "dripstone_caves",
977
+ "category": "underground",
978
+ "precipitation": "rain",
979
+ "depth": 0,
980
+ "dimension": "overworld",
981
+ "displayName": "Dripstone Caves",
982
+ "color": 12690831,
983
+ "rainfall": 0,
984
+ "temperature": 0.20000000298023224
985
+ },
986
+ {
987
+ "id": 189,
988
+ "name": "stony_peaks",
989
+ "category": "mountain",
990
+ "precipitation": "rain",
991
+ "depth": 0,
992
+ "dimension": "overworld",
993
+ "displayName": "Stony Peaks",
994
+ "color": 13750737,
995
+ "rainfall": 0.30000001192092896,
996
+ "temperature": 1
997
+ },
998
+ {
999
+ "id": 190,
1000
+ "name": "deep_dark",
1001
+ "category": "underground",
1002
+ "precipitation": "rain",
1003
+ "depth": 0,
1004
+ "dimension": "overworld",
1005
+ "displayName": "Deep Dark",
1006
+ "color": 0,
1007
+ "rainfall": 0.4000000059604645,
1008
+ "temperature": 0.800000011920929
1009
+ },
1010
+ {
1011
+ "id": 191,
1012
+ "name": "mangrove_swamp",
1013
+ "category": "forest",
1014
+ "precipitation": "rain",
1015
+ "depth": 0,
1016
+ "dimension": "overworld",
1017
+ "displayName": "Mangrove Swamp",
1018
+ "color": 0,
1019
+ "rainfall": 0.8999999761581421,
1020
+ "temperature": 0.800000011920929
1021
+ }
1022
+ ]