minecraft-data 2.95.0 → 2.98.1

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