minecraft-data 2.102.0 → 2.103.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.
package/data.js CHANGED
@@ -1037,7 +1037,7 @@ module.exports =
1037
1037
  '1.18': {
1038
1038
  get blocks () { return require("./minecraft-data/data/pc/1.18/blocks.json") },
1039
1039
  get blockCollisionShapes () { return require("./minecraft-data/data/pc/1.17/blockCollisionShapes.json") },
1040
- get biomes () { return require("./minecraft-data/data/pc/1.17/biomes.json") },
1040
+ get biomes () { return require("./minecraft-data/data/pc/1.18/biomes.json") },
1041
1041
  get effects () { return require("./minecraft-data/data/pc/1.17/effects.json") },
1042
1042
  get items () { return require("./minecraft-data/data/pc/1.18/items.json") },
1043
1043
  get enchantments () { return require("./minecraft-data/data/pc/1.17/enchantments.json") },
package/doc/history.md CHANGED
@@ -1,3 +1,6 @@
1
+ ## 2.103.0
2
+ * update mcdata
3
+
1
4
  ## 2.102.0
2
5
  * update mcdata
3
6
 
@@ -1036,7 +1036,7 @@
1036
1036
  "1.18": {
1037
1037
  "blocks": "pc/1.18",
1038
1038
  "blockCollisionShapes": "pc/1.17",
1039
- "biomes": "pc/1.17",
1039
+ "biomes": "pc/1.18",
1040
1040
  "effects": "pc/1.17",
1041
1041
  "items": "pc/1.18",
1042
1042
  "enchantments": "pc/1.17",
@@ -0,0 +1,950 @@
1
+ [
2
+ {
3
+ "id": 0,
4
+ "name": "ocean",
5
+ "category": "ocean",
6
+ "temperature": 0.5,
7
+ "precipitation": "rain",
8
+ "depth": -1,
9
+ "dimension": "overworld",
10
+ "displayName": "Ocean",
11
+ "color": 8103167,
12
+ "rainfall": 0.5
13
+ },
14
+ {
15
+ "id": 1,
16
+ "name": "plains",
17
+ "category": "plains",
18
+ "temperature": 0.800000011920929,
19
+ "precipitation": "rain",
20
+ "depth": 0.125,
21
+ "dimension": "overworld",
22
+ "displayName": "Plains",
23
+ "color": 7907327,
24
+ "rainfall": 0.4000000059604645
25
+ },
26
+ {
27
+ "id": 2,
28
+ "name": "desert",
29
+ "category": "desert",
30
+ "temperature": 2,
31
+ "precipitation": "none",
32
+ "depth": 0.125,
33
+ "dimension": "overworld",
34
+ "displayName": "Desert",
35
+ "color": 7254527,
36
+ "rainfall": 0
37
+ },
38
+ {
39
+ "id": 3,
40
+ "name": "mountains",
41
+ "category": "extreme_hills",
42
+ "temperature": 0.20000000298023224,
43
+ "precipitation": "rain",
44
+ "depth": 1,
45
+ "dimension": "overworld",
46
+ "displayName": "Mountains",
47
+ "color": 8233727,
48
+ "rainfall": 0.30000001192092896
49
+ },
50
+ {
51
+ "id": 4,
52
+ "name": "forest",
53
+ "category": "forest",
54
+ "temperature": 0.699999988079071,
55
+ "precipitation": "rain",
56
+ "depth": 0.10000000149011612,
57
+ "dimension": "overworld",
58
+ "displayName": "Forest",
59
+ "color": 7972607,
60
+ "rainfall": 0.800000011920929
61
+ },
62
+ {
63
+ "id": 5,
64
+ "name": "taiga",
65
+ "category": "taiga",
66
+ "temperature": 0.25,
67
+ "precipitation": "rain",
68
+ "depth": 0.20000000298023224,
69
+ "dimension": "overworld",
70
+ "displayName": "Taiga",
71
+ "color": 8233983,
72
+ "rainfall": 0.800000011920929
73
+ },
74
+ {
75
+ "id": 6,
76
+ "name": "swamp",
77
+ "category": "swamp",
78
+ "temperature": 0.800000011920929,
79
+ "precipitation": "rain",
80
+ "depth": -0.20000000298023224,
81
+ "dimension": "overworld",
82
+ "displayName": "Swamp",
83
+ "color": 7907327,
84
+ "rainfall": 0.8999999761581421
85
+ },
86
+ {
87
+ "id": 7,
88
+ "name": "river",
89
+ "category": "river",
90
+ "temperature": 0.5,
91
+ "precipitation": "rain",
92
+ "depth": -0.5,
93
+ "dimension": "overworld",
94
+ "displayName": "River",
95
+ "color": 8103167,
96
+ "rainfall": 0.5
97
+ },
98
+ {
99
+ "id": 8,
100
+ "name": "nether_wastes",
101
+ "category": "nether",
102
+ "temperature": 2,
103
+ "precipitation": "none",
104
+ "depth": 0.10000000149011612,
105
+ "dimension": "nether",
106
+ "displayName": "Nether Wastes",
107
+ "color": 7254527,
108
+ "rainfall": 0
109
+ },
110
+ {
111
+ "id": 9,
112
+ "name": "the_end",
113
+ "category": "the_end",
114
+ "temperature": 0.5,
115
+ "precipitation": "none",
116
+ "depth": 0.10000000149011612,
117
+ "dimension": "end",
118
+ "displayName": "The End",
119
+ "color": 0,
120
+ "rainfall": 0.5
121
+ },
122
+ {
123
+ "id": 10,
124
+ "name": "frozen_ocean",
125
+ "category": "ocean",
126
+ "temperature": 0,
127
+ "precipitation": "snow",
128
+ "depth": -1,
129
+ "dimension": "overworld",
130
+ "displayName": "Frozen Ocean",
131
+ "color": 8364543,
132
+ "rainfall": 0.5
133
+ },
134
+ {
135
+ "id": 11,
136
+ "name": "frozen_river",
137
+ "category": "river",
138
+ "temperature": 0,
139
+ "precipitation": "snow",
140
+ "depth": -0.5,
141
+ "dimension": "overworld",
142
+ "displayName": "Frozen River",
143
+ "color": 8364543,
144
+ "rainfall": 0.5
145
+ },
146
+ {
147
+ "id": 12,
148
+ "name": "snowy_tundra",
149
+ "category": "icy",
150
+ "temperature": 0,
151
+ "precipitation": "snow",
152
+ "depth": 0.125,
153
+ "dimension": "overworld",
154
+ "displayName": "Snowy Tundra",
155
+ "color": 8364543,
156
+ "rainfall": 0.5
157
+ },
158
+ {
159
+ "id": 13,
160
+ "name": "snowy_mountains",
161
+ "category": "icy",
162
+ "temperature": 0,
163
+ "precipitation": "snow",
164
+ "depth": 0.44999998807907104,
165
+ "dimension": "overworld",
166
+ "displayName": "Snowy Mountains",
167
+ "color": 8364543,
168
+ "rainfall": 0.5
169
+ },
170
+ {
171
+ "id": 14,
172
+ "name": "mushroom_fields",
173
+ "category": "mushroom",
174
+ "temperature": 0.8999999761581421,
175
+ "precipitation": "rain",
176
+ "depth": 0.20000000298023224,
177
+ "dimension": "overworld",
178
+ "displayName": "Mushroom Fields",
179
+ "color": 7842047,
180
+ "rainfall": 1
181
+ },
182
+ {
183
+ "id": 15,
184
+ "name": "mushroom_field_shore",
185
+ "category": "mushroom",
186
+ "temperature": 0.8999999761581421,
187
+ "precipitation": "rain",
188
+ "depth": 0,
189
+ "dimension": "overworld",
190
+ "displayName": "Mushroom Field Shore",
191
+ "color": 7842047,
192
+ "rainfall": 1
193
+ },
194
+ {
195
+ "id": 16,
196
+ "name": "beach",
197
+ "category": "beach",
198
+ "temperature": 0.800000011920929,
199
+ "precipitation": "rain",
200
+ "depth": 0,
201
+ "dimension": "overworld",
202
+ "displayName": "Beach",
203
+ "color": 7907327,
204
+ "rainfall": 0.4000000059604645
205
+ },
206
+ {
207
+ "id": 17,
208
+ "name": "desert_hills",
209
+ "category": "desert",
210
+ "temperature": 2,
211
+ "precipitation": "none",
212
+ "depth": 0.44999998807907104,
213
+ "dimension": "overworld",
214
+ "displayName": "Desert Hills",
215
+ "color": 7254527,
216
+ "rainfall": 0
217
+ },
218
+ {
219
+ "id": 18,
220
+ "name": "wooded_hills",
221
+ "category": "forest",
222
+ "temperature": 0.699999988079071,
223
+ "precipitation": "rain",
224
+ "depth": 0.44999998807907104,
225
+ "dimension": "overworld",
226
+ "displayName": "Wooded Hills",
227
+ "color": 7972607,
228
+ "rainfall": 0.800000011920929
229
+ },
230
+ {
231
+ "id": 19,
232
+ "name": "taiga_hills",
233
+ "category": "taiga",
234
+ "temperature": 0.25,
235
+ "precipitation": "rain",
236
+ "depth": 0.44999998807907104,
237
+ "dimension": "overworld",
238
+ "displayName": "Taiga Hills",
239
+ "color": 8233983,
240
+ "rainfall": 0.800000011920929
241
+ },
242
+ {
243
+ "id": 20,
244
+ "name": "mountain_edge",
245
+ "category": "extreme_hills",
246
+ "temperature": 0.20000000298023224,
247
+ "precipitation": "rain",
248
+ "depth": 0.800000011920929,
249
+ "dimension": "overworld",
250
+ "displayName": "Mountain Edge",
251
+ "color": 8233727,
252
+ "rainfall": 0.30000001192092896
253
+ },
254
+ {
255
+ "id": 21,
256
+ "name": "jungle",
257
+ "category": "jungle",
258
+ "temperature": 0.949999988079071,
259
+ "precipitation": "rain",
260
+ "depth": 0.10000000149011612,
261
+ "dimension": "overworld",
262
+ "displayName": "Jungle",
263
+ "color": 7842047,
264
+ "rainfall": 0.8999999761581421
265
+ },
266
+ {
267
+ "id": 22,
268
+ "name": "jungle_hills",
269
+ "category": "jungle",
270
+ "temperature": 0.949999988079071,
271
+ "precipitation": "rain",
272
+ "depth": 0.44999998807907104,
273
+ "dimension": "overworld",
274
+ "displayName": "Jungle Hills",
275
+ "color": 7842047,
276
+ "rainfall": 0.8999999761581421
277
+ },
278
+ {
279
+ "id": 23,
280
+ "name": "jungle_edge",
281
+ "category": "jungle",
282
+ "temperature": 0.949999988079071,
283
+ "precipitation": "rain",
284
+ "depth": 0.10000000149011612,
285
+ "dimension": "overworld",
286
+ "displayName": "Jungle Edge",
287
+ "color": 7842047,
288
+ "rainfall": 0.800000011920929
289
+ },
290
+ {
291
+ "id": 24,
292
+ "name": "deep_ocean",
293
+ "category": "ocean",
294
+ "temperature": 0.5,
295
+ "precipitation": "rain",
296
+ "depth": -1.7999999523162842,
297
+ "dimension": "overworld",
298
+ "displayName": "Deep Ocean",
299
+ "color": 8103167,
300
+ "rainfall": 0.5
301
+ },
302
+ {
303
+ "id": 25,
304
+ "name": "stone_shore",
305
+ "category": "none",
306
+ "temperature": 0.20000000298023224,
307
+ "precipitation": "rain",
308
+ "depth": 0.10000000149011612,
309
+ "dimension": "overworld",
310
+ "displayName": "Stone Shore",
311
+ "color": 8233727,
312
+ "rainfall": 0.30000001192092896
313
+ },
314
+ {
315
+ "id": 26,
316
+ "name": "snowy_beach",
317
+ "category": "beach",
318
+ "temperature": 0.05000000074505806,
319
+ "precipitation": "snow",
320
+ "depth": 0,
321
+ "dimension": "overworld",
322
+ "displayName": "Snowy Beach",
323
+ "color": 8364543,
324
+ "rainfall": 0.30000001192092896
325
+ },
326
+ {
327
+ "id": 27,
328
+ "name": "birch_forest",
329
+ "category": "forest",
330
+ "temperature": 0.6000000238418579,
331
+ "precipitation": "rain",
332
+ "depth": 0.10000000149011612,
333
+ "dimension": "overworld",
334
+ "displayName": "Birch Forest",
335
+ "color": 8037887,
336
+ "rainfall": 0.6000000238418579
337
+ },
338
+ {
339
+ "id": 28,
340
+ "name": "birch_forest_hills",
341
+ "category": "forest",
342
+ "temperature": 0.6000000238418579,
343
+ "precipitation": "rain",
344
+ "depth": 0.44999998807907104,
345
+ "dimension": "overworld",
346
+ "displayName": "Birch Forest Hills",
347
+ "color": 8037887,
348
+ "rainfall": 0.6000000238418579
349
+ },
350
+ {
351
+ "id": 29,
352
+ "name": "dark_forest",
353
+ "category": "forest",
354
+ "temperature": 0.699999988079071,
355
+ "precipitation": "rain",
356
+ "depth": 0.10000000149011612,
357
+ "dimension": "overworld",
358
+ "displayName": "Dark Forest",
359
+ "color": 7972607,
360
+ "rainfall": 0.800000011920929
361
+ },
362
+ {
363
+ "id": 30,
364
+ "name": "snowy_taiga",
365
+ "category": "taiga",
366
+ "temperature": -0.5,
367
+ "precipitation": "snow",
368
+ "depth": 0.20000000298023224,
369
+ "dimension": "overworld",
370
+ "displayName": "Snowy Taiga",
371
+ "color": 8625919,
372
+ "rainfall": 0.4000000059604645
373
+ },
374
+ {
375
+ "id": 31,
376
+ "name": "snowy_taiga_hills",
377
+ "category": "taiga",
378
+ "temperature": -0.5,
379
+ "precipitation": "snow",
380
+ "depth": 0.44999998807907104,
381
+ "dimension": "overworld",
382
+ "displayName": "Snowy Taiga Hills",
383
+ "color": 8625919,
384
+ "rainfall": 0.4000000059604645
385
+ },
386
+ {
387
+ "id": 32,
388
+ "name": "giant_tree_taiga",
389
+ "category": "taiga",
390
+ "temperature": 0.30000001192092896,
391
+ "precipitation": "rain",
392
+ "depth": 0.20000000298023224,
393
+ "dimension": "overworld",
394
+ "displayName": "Giant Tree Taiga",
395
+ "color": 8168447,
396
+ "rainfall": 0.800000011920929
397
+ },
398
+ {
399
+ "id": 33,
400
+ "name": "giant_tree_taiga_hills",
401
+ "category": "taiga",
402
+ "temperature": 0.30000001192092896,
403
+ "precipitation": "rain",
404
+ "depth": 0.44999998807907104,
405
+ "dimension": "overworld",
406
+ "displayName": "Giant Tree Taiga Hills",
407
+ "color": 8168447,
408
+ "rainfall": 0.800000011920929
409
+ },
410
+ {
411
+ "id": 34,
412
+ "name": "wooded_mountains",
413
+ "category": "extreme_hills",
414
+ "temperature": 0.20000000298023224,
415
+ "precipitation": "rain",
416
+ "depth": 1,
417
+ "dimension": "overworld",
418
+ "displayName": "Wooded Mountains",
419
+ "color": 8233727,
420
+ "rainfall": 0.30000001192092896
421
+ },
422
+ {
423
+ "id": 35,
424
+ "name": "savanna",
425
+ "category": "savanna",
426
+ "temperature": 1.2000000476837158,
427
+ "precipitation": "none",
428
+ "depth": 0.125,
429
+ "dimension": "overworld",
430
+ "displayName": "Savanna",
431
+ "color": 7711487,
432
+ "rainfall": 0
433
+ },
434
+ {
435
+ "id": 36,
436
+ "name": "savanna_plateau",
437
+ "category": "savanna",
438
+ "temperature": 1,
439
+ "precipitation": "none",
440
+ "depth": 1.5,
441
+ "dimension": "overworld",
442
+ "displayName": "Savanna Plateau",
443
+ "color": 7776511,
444
+ "rainfall": 0
445
+ },
446
+ {
447
+ "id": 37,
448
+ "name": "badlands",
449
+ "category": "mesa",
450
+ "temperature": 2,
451
+ "precipitation": "none",
452
+ "depth": 0.10000000149011612,
453
+ "dimension": "overworld",
454
+ "displayName": "Badlands",
455
+ "color": 7254527,
456
+ "rainfall": 0
457
+ },
458
+ {
459
+ "id": 38,
460
+ "name": "wooded_badlands_plateau",
461
+ "category": "mesa",
462
+ "temperature": 2,
463
+ "precipitation": "none",
464
+ "depth": 1.5,
465
+ "dimension": "overworld",
466
+ "displayName": "Wooded Badlands Plateau",
467
+ "color": 7254527,
468
+ "rainfall": 0
469
+ },
470
+ {
471
+ "id": 39,
472
+ "name": "badlands_plateau",
473
+ "category": "mesa",
474
+ "temperature": 2,
475
+ "precipitation": "none",
476
+ "depth": 1.5,
477
+ "dimension": "overworld",
478
+ "displayName": "Badlands Plateau",
479
+ "color": 7254527,
480
+ "rainfall": 0
481
+ },
482
+ {
483
+ "id": 40,
484
+ "name": "small_end_islands",
485
+ "category": "the_end",
486
+ "temperature": 0.5,
487
+ "precipitation": "none",
488
+ "depth": 0.10000000149011612,
489
+ "dimension": "end",
490
+ "displayName": "Small End Islands",
491
+ "color": 0,
492
+ "rainfall": 0.5
493
+ },
494
+ {
495
+ "id": 41,
496
+ "name": "end_midlands",
497
+ "category": "the_end",
498
+ "temperature": 0.5,
499
+ "precipitation": "none",
500
+ "depth": 0.10000000149011612,
501
+ "dimension": "end",
502
+ "displayName": "End Midlands",
503
+ "color": 0,
504
+ "rainfall": 0.5
505
+ },
506
+ {
507
+ "id": 42,
508
+ "name": "end_highlands",
509
+ "category": "the_end",
510
+ "temperature": 0.5,
511
+ "precipitation": "none",
512
+ "depth": 0.10000000149011612,
513
+ "dimension": "end",
514
+ "displayName": "End Highlands",
515
+ "color": 0,
516
+ "rainfall": 0.5
517
+ },
518
+ {
519
+ "id": 43,
520
+ "name": "end_barrens",
521
+ "category": "the_end",
522
+ "temperature": 0.5,
523
+ "precipitation": "none",
524
+ "depth": 0.10000000149011612,
525
+ "dimension": "end",
526
+ "displayName": "End Barrens",
527
+ "color": 0,
528
+ "rainfall": 0.5
529
+ },
530
+ {
531
+ "id": 44,
532
+ "name": "warm_ocean",
533
+ "category": "ocean",
534
+ "temperature": 0.5,
535
+ "precipitation": "rain",
536
+ "depth": -1,
537
+ "dimension": "overworld",
538
+ "displayName": "Warm Ocean",
539
+ "color": 8103167,
540
+ "rainfall": 0.5
541
+ },
542
+ {
543
+ "id": 45,
544
+ "name": "lukewarm_ocean",
545
+ "category": "ocean",
546
+ "temperature": 0.5,
547
+ "precipitation": "rain",
548
+ "depth": -1,
549
+ "dimension": "overworld",
550
+ "displayName": "Lukewarm Ocean",
551
+ "color": 8103167,
552
+ "rainfall": 0.5
553
+ },
554
+ {
555
+ "id": 46,
556
+ "name": "cold_ocean",
557
+ "category": "ocean",
558
+ "temperature": 0.5,
559
+ "precipitation": "rain",
560
+ "depth": -1,
561
+ "dimension": "overworld",
562
+ "displayName": "Cold Ocean",
563
+ "color": 8103167,
564
+ "rainfall": 0.5
565
+ },
566
+ {
567
+ "id": 47,
568
+ "name": "deep_warm_ocean",
569
+ "category": "ocean",
570
+ "temperature": 0.5,
571
+ "precipitation": "rain",
572
+ "depth": -1.7999999523162842,
573
+ "dimension": "overworld",
574
+ "displayName": "Deep Warm Ocean",
575
+ "color": 8103167,
576
+ "rainfall": 0.5
577
+ },
578
+ {
579
+ "id": 48,
580
+ "name": "deep_lukewarm_ocean",
581
+ "category": "ocean",
582
+ "temperature": 0.5,
583
+ "precipitation": "rain",
584
+ "depth": -1.7999999523162842,
585
+ "dimension": "overworld",
586
+ "displayName": "Deep Lukewarm Ocean",
587
+ "color": 8103167,
588
+ "rainfall": 0.5
589
+ },
590
+ {
591
+ "id": 49,
592
+ "name": "deep_cold_ocean",
593
+ "category": "ocean",
594
+ "temperature": 0.5,
595
+ "precipitation": "rain",
596
+ "depth": -1.7999999523162842,
597
+ "dimension": "overworld",
598
+ "displayName": "Deep Cold Ocean",
599
+ "color": 8103167,
600
+ "rainfall": 0.5
601
+ },
602
+ {
603
+ "id": 50,
604
+ "name": "deep_frozen_ocean",
605
+ "category": "ocean",
606
+ "temperature": 0.5,
607
+ "precipitation": "rain",
608
+ "depth": -1.7999999523162842,
609
+ "dimension": "overworld",
610
+ "displayName": "Deep Frozen Ocean",
611
+ "color": 8103167,
612
+ "rainfall": 0.5
613
+ },
614
+ {
615
+ "id": 127,
616
+ "name": "the_void",
617
+ "category": "none",
618
+ "temperature": 0.5,
619
+ "precipitation": "none",
620
+ "depth": 0.10000000149011612,
621
+ "dimension": "overworld",
622
+ "displayName": "The Void",
623
+ "color": 8103167,
624
+ "rainfall": 0.5
625
+ },
626
+ {
627
+ "id": 129,
628
+ "name": "sunflower_plains",
629
+ "category": "plains",
630
+ "temperature": 0.800000011920929,
631
+ "precipitation": "rain",
632
+ "depth": 0.125,
633
+ "dimension": "overworld",
634
+ "displayName": "Sunflower Plains",
635
+ "color": 7907327,
636
+ "rainfall": 0.4000000059604645
637
+ },
638
+ {
639
+ "id": 130,
640
+ "name": "desert_lakes",
641
+ "category": "desert",
642
+ "temperature": 2,
643
+ "precipitation": "none",
644
+ "depth": 0.22499999403953552,
645
+ "dimension": "overworld",
646
+ "displayName": "Desert Lakes",
647
+ "color": 7254527,
648
+ "rainfall": 0
649
+ },
650
+ {
651
+ "id": 131,
652
+ "name": "gravelly_mountains",
653
+ "category": "extreme_hills",
654
+ "temperature": 0.20000000298023224,
655
+ "precipitation": "rain",
656
+ "depth": 1,
657
+ "dimension": "overworld",
658
+ "displayName": "Gravelly Mountains",
659
+ "color": 8233727,
660
+ "rainfall": 0.30000001192092896
661
+ },
662
+ {
663
+ "id": 132,
664
+ "name": "flower_forest",
665
+ "category": "forest",
666
+ "temperature": 0.699999988079071,
667
+ "precipitation": "rain",
668
+ "depth": 0.10000000149011612,
669
+ "dimension": "overworld",
670
+ "displayName": "Flower Forest",
671
+ "color": 7972607,
672
+ "rainfall": 0.800000011920929
673
+ },
674
+ {
675
+ "id": 133,
676
+ "name": "taiga_mountains",
677
+ "category": "taiga",
678
+ "temperature": 0.25,
679
+ "precipitation": "rain",
680
+ "depth": 0.30000001192092896,
681
+ "dimension": "overworld",
682
+ "displayName": "Taiga Mountains",
683
+ "color": 8233983,
684
+ "rainfall": 0.800000011920929
685
+ },
686
+ {
687
+ "id": 134,
688
+ "name": "swamp_hills",
689
+ "category": "swamp",
690
+ "temperature": 0.800000011920929,
691
+ "precipitation": "rain",
692
+ "depth": -0.10000000149011612,
693
+ "dimension": "overworld",
694
+ "displayName": "Swamp Hills",
695
+ "color": 7907327,
696
+ "rainfall": 0.8999999761581421
697
+ },
698
+ {
699
+ "id": 140,
700
+ "name": "ice_spikes",
701
+ "category": "icy",
702
+ "temperature": 0,
703
+ "precipitation": "snow",
704
+ "depth": 0.42500001192092896,
705
+ "dimension": "overworld",
706
+ "displayName": "Ice Spikes",
707
+ "color": 8364543,
708
+ "rainfall": 0.5
709
+ },
710
+ {
711
+ "id": 149,
712
+ "name": "modified_jungle",
713
+ "category": "jungle",
714
+ "temperature": 0.949999988079071,
715
+ "precipitation": "rain",
716
+ "depth": 0.20000000298023224,
717
+ "dimension": "overworld",
718
+ "displayName": "Modified Jungle",
719
+ "color": 7842047,
720
+ "rainfall": 0.8999999761581421
721
+ },
722
+ {
723
+ "id": 151,
724
+ "name": "modified_jungle_edge",
725
+ "category": "jungle",
726
+ "temperature": 0.949999988079071,
727
+ "precipitation": "rain",
728
+ "depth": 0.20000000298023224,
729
+ "dimension": "overworld",
730
+ "displayName": "Modified Jungle Edge",
731
+ "color": 7842047,
732
+ "rainfall": 0.800000011920929
733
+ },
734
+ {
735
+ "id": 155,
736
+ "name": "tall_birch_forest",
737
+ "category": "forest",
738
+ "temperature": 0.6000000238418579,
739
+ "precipitation": "rain",
740
+ "depth": 0.20000000298023224,
741
+ "dimension": "overworld",
742
+ "displayName": "Tall Birch Forest",
743
+ "color": 8037887,
744
+ "rainfall": 0.6000000238418579
745
+ },
746
+ {
747
+ "id": 156,
748
+ "name": "tall_birch_hills",
749
+ "category": "forest",
750
+ "temperature": 0.6000000238418579,
751
+ "precipitation": "rain",
752
+ "depth": 0.550000011920929,
753
+ "dimension": "overworld",
754
+ "displayName": "Tall Birch Hills",
755
+ "color": 8037887,
756
+ "rainfall": 0.6000000238418579
757
+ },
758
+ {
759
+ "id": 157,
760
+ "name": "dark_forest_hills",
761
+ "category": "forest",
762
+ "temperature": 0.699999988079071,
763
+ "precipitation": "rain",
764
+ "depth": 0.20000000298023224,
765
+ "dimension": "overworld",
766
+ "displayName": "Dark Forest Hills",
767
+ "color": 7972607,
768
+ "rainfall": 0.800000011920929
769
+ },
770
+ {
771
+ "id": 158,
772
+ "name": "snowy_taiga_mountains",
773
+ "category": "taiga",
774
+ "temperature": -0.5,
775
+ "precipitation": "snow",
776
+ "depth": 0.30000001192092896,
777
+ "dimension": "overworld",
778
+ "displayName": "Snowy Taiga Mountains",
779
+ "color": 8625919,
780
+ "rainfall": 0.4000000059604645
781
+ },
782
+ {
783
+ "id": 160,
784
+ "name": "giant_spruce_taiga",
785
+ "category": "taiga",
786
+ "temperature": 0.25,
787
+ "precipitation": "rain",
788
+ "depth": 0.20000000298023224,
789
+ "dimension": "overworld",
790
+ "displayName": "Giant Spruce Taiga",
791
+ "color": 8233983,
792
+ "rainfall": 0.800000011920929
793
+ },
794
+ {
795
+ "id": 161,
796
+ "name": "giant_spruce_taiga_hills",
797
+ "category": "taiga",
798
+ "temperature": 0.25,
799
+ "precipitation": "rain",
800
+ "depth": 0.20000000298023224,
801
+ "dimension": "overworld",
802
+ "displayName": "Giant Spruce Taiga Hills",
803
+ "color": 8233983,
804
+ "rainfall": 0.800000011920929
805
+ },
806
+ {
807
+ "id": 162,
808
+ "name": "modified_gravelly_mountains",
809
+ "category": "extreme_hills",
810
+ "temperature": 0.20000000298023224,
811
+ "precipitation": "rain",
812
+ "depth": 1,
813
+ "dimension": "overworld",
814
+ "displayName": "Modified Gravelly Mountains",
815
+ "color": 8233727,
816
+ "rainfall": 0.30000001192092896
817
+ },
818
+ {
819
+ "id": 163,
820
+ "name": "shattered_savanna",
821
+ "category": "savanna",
822
+ "temperature": 1.100000023841858,
823
+ "precipitation": "none",
824
+ "depth": 0.36250001192092896,
825
+ "dimension": "overworld",
826
+ "displayName": "Shattered Savanna",
827
+ "color": 7776767,
828
+ "rainfall": 0
829
+ },
830
+ {
831
+ "id": 164,
832
+ "name": "shattered_savanna_plateau",
833
+ "category": "savanna",
834
+ "temperature": 1,
835
+ "precipitation": "none",
836
+ "depth": 1.0499999523162842,
837
+ "dimension": "overworld",
838
+ "displayName": "Shattered Savanna Plateau",
839
+ "color": 7776511,
840
+ "rainfall": 0
841
+ },
842
+ {
843
+ "id": 165,
844
+ "name": "eroded_badlands",
845
+ "category": "mesa",
846
+ "temperature": 2,
847
+ "precipitation": "none",
848
+ "depth": 0.10000000149011612,
849
+ "dimension": "overworld",
850
+ "displayName": "Eroded Badlands",
851
+ "color": 7254527,
852
+ "rainfall": 0
853
+ },
854
+ {
855
+ "id": 166,
856
+ "name": "modified_wooded_badlands_plateau",
857
+ "category": "mesa",
858
+ "temperature": 2,
859
+ "precipitation": "none",
860
+ "depth": 0.44999998807907104,
861
+ "dimension": "overworld",
862
+ "displayName": "Modified Wooded Badlands Plateau",
863
+ "color": 7254527,
864
+ "rainfall": 0
865
+ },
866
+ {
867
+ "id": 167,
868
+ "name": "modified_badlands_plateau",
869
+ "category": "mesa",
870
+ "temperature": 2,
871
+ "precipitation": "none",
872
+ "depth": 0.44999998807907104,
873
+ "dimension": "overworld",
874
+ "displayName": "Modified Badlands Plateau",
875
+ "color": 7254527,
876
+ "rainfall": 0
877
+ },
878
+ {
879
+ "id": 168,
880
+ "name": "bamboo_jungle",
881
+ "category": "jungle",
882
+ "temperature": 0.949999988079071,
883
+ "precipitation": "rain",
884
+ "depth": 0.10000000149011612,
885
+ "dimension": "overworld",
886
+ "displayName": "Bamboo Jungle",
887
+ "color": 7842047,
888
+ "rainfall": 0.8999999761581421
889
+ },
890
+ {
891
+ "id": 169,
892
+ "name": "bamboo_jungle_hills",
893
+ "category": "jungle",
894
+ "temperature": 0.949999988079071,
895
+ "precipitation": "rain",
896
+ "depth": 0.44999998807907104,
897
+ "dimension": "overworld",
898
+ "displayName": "Bamboo Jungle Hills",
899
+ "color": 7842047,
900
+ "rainfall": 0.8999999761581421
901
+ },
902
+ {
903
+ "id": 170,
904
+ "name": "soul_sand_valley",
905
+ "category": "nether",
906
+ "temperature": 2,
907
+ "precipitation": "none",
908
+ "depth": 0.10000000149011612,
909
+ "dimension": "nether",
910
+ "displayName": "Soul Sand Valley",
911
+ "color": 7254527,
912
+ "rainfall": 0
913
+ },
914
+ {
915
+ "id": 171,
916
+ "name": "crimson_forest",
917
+ "category": "nether",
918
+ "temperature": 2,
919
+ "precipitation": "none",
920
+ "depth": 0.10000000149011612,
921
+ "dimension": "nether",
922
+ "displayName": "Crimson Forest",
923
+ "color": 7254527,
924
+ "rainfall": 0
925
+ },
926
+ {
927
+ "id": 172,
928
+ "name": "warped_forest",
929
+ "category": "nether",
930
+ "temperature": 2,
931
+ "precipitation": "none",
932
+ "depth": 0.10000000149011612,
933
+ "dimension": "nether",
934
+ "displayName": "Warped Forest",
935
+ "color": 7254527,
936
+ "rainfall": 0
937
+ },
938
+ {
939
+ "id": 173,
940
+ "name": "basalt_deltas",
941
+ "category": "nether",
942
+ "temperature": 2,
943
+ "precipitation": "none",
944
+ "depth": 0.10000000149011612,
945
+ "dimension": "nether",
946
+ "displayName": "Basalt Deltas",
947
+ "color": 7254527,
948
+ "rainfall": 0
949
+ }
950
+ ]
@@ -1,3 +1,6 @@
1
+ ## 2.103.0
2
+ * pc: biomes for 1.18
3
+
1
4
  ## 2.102.0
2
5
  * pc: loginPacket for 1.18
3
6
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "minecraft-data",
3
- "version": "2.102.0",
3
+ "version": "2.103.0",
4
4
  "description": "Provide easy access to minecraft data in node.js",
5
5
  "main": "index.js",
6
6
  "tonicExampleFilename": "example.js",