@jsprismarine/bedrock-data 1.17.34 → 1.18.10
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/.gitmodules +3 -3
- package/.prettierrc +10 -10
- package/LICENSE +8 -8
- package/README.md +2 -2
- package/index.d.ts +1 -1
- package/index.js +27 -27
- package/package.json +10 -10
- package/renovate.json +5 -5
- package/resources/.gitattributes +30 -29
- package/resources/LICENSE +165 -165
- package/resources/README.md +63 -55
- package/resources/banner_patterns.json +320 -320
- package/resources/biome_definitions.nbt +0 -0
- package/resources/biome_id_map.json +85 -85
- package/resources/block_id_map.json +554 -554
- package/resources/canonical_block_states.nbt +0 -0
- package/resources/composer.json +7 -7
- package/resources/creativeitems.json +4897 -4897
- package/resources/entity_id_map.json +116 -116
- package/resources/entity_identifiers.nbt +0 -0
- package/resources/item_id_map.json +808 -808
- package/resources/level_sound_id_map.json +371 -0
- package/resources/particle_id_map.json +80 -0
- package/resources/r12_block_states.json +4234 -4234
- package/resources/r12_to_current_block_map.bin +0 -0
- package/resources/r16_to_current_item_map.json +177 -171
- package/resources/recipes.json +49987 -49987
- package/resources/required_item_list.json +4362 -4318
|
@@ -1,85 +1,85 @@
|
|
|
1
|
-
{
|
|
2
|
-
"bamboo_jungle": 48,
|
|
3
|
-
"bamboo_jungle_hills": 49,
|
|
4
|
-
"basalt_deltas": 181,
|
|
5
|
-
"beach": 16,
|
|
6
|
-
"birch_forest": 27,
|
|
7
|
-
"birch_forest_hills": 28,
|
|
8
|
-
"birch_forest_hills_mutated": 156,
|
|
9
|
-
"birch_forest_mutated": 155,
|
|
10
|
-
"cold_beach": 26,
|
|
11
|
-
"cold_ocean": 44,
|
|
12
|
-
"cold_taiga": 30,
|
|
13
|
-
"cold_taiga_hills": 31,
|
|
14
|
-
"cold_taiga_mutated": 158,
|
|
15
|
-
"crimson_forest": 179,
|
|
16
|
-
"deep_cold_ocean": 45,
|
|
17
|
-
"deep_frozen_ocean": 47,
|
|
18
|
-
"deep_lukewarm_ocean": 43,
|
|
19
|
-
"deep_ocean": 24,
|
|
20
|
-
"deep_warm_ocean": 41,
|
|
21
|
-
"desert": 2,
|
|
22
|
-
"desert_hills": 17,
|
|
23
|
-
"desert_mutated": 130,
|
|
24
|
-
"dripstone_caves": 188,
|
|
25
|
-
"extreme_hills": 3,
|
|
26
|
-
"extreme_hills_edge": 20,
|
|
27
|
-
"extreme_hills_mutated": 131,
|
|
28
|
-
"extreme_hills_plus_trees": 34,
|
|
29
|
-
"extreme_hills_plus_trees_mutated": 162,
|
|
30
|
-
"flower_forest": 132,
|
|
31
|
-
"forest": 4,
|
|
32
|
-
"forest_hills": 18,
|
|
33
|
-
"frozen_ocean": 46,
|
|
34
|
-
"
|
|
35
|
-
"
|
|
36
|
-
"
|
|
37
|
-
"
|
|
38
|
-
"
|
|
39
|
-
"
|
|
40
|
-
"
|
|
41
|
-
"
|
|
42
|
-
"
|
|
43
|
-
"
|
|
44
|
-
"
|
|
45
|
-
"
|
|
46
|
-
"
|
|
47
|
-
"
|
|
48
|
-
"
|
|
49
|
-
"
|
|
50
|
-
"
|
|
51
|
-
"
|
|
52
|
-
"
|
|
53
|
-
"
|
|
54
|
-
"
|
|
55
|
-
"
|
|
56
|
-
"
|
|
57
|
-
"
|
|
58
|
-
"
|
|
59
|
-
"
|
|
60
|
-
"
|
|
61
|
-
"
|
|
62
|
-
"
|
|
63
|
-
"
|
|
64
|
-
"
|
|
65
|
-
"
|
|
66
|
-
"
|
|
67
|
-
"
|
|
68
|
-
"
|
|
69
|
-
"
|
|
70
|
-
"
|
|
71
|
-
"
|
|
72
|
-
"snowy_slopes": 184,
|
|
73
|
-
"soulsand_valley": 178,
|
|
74
|
-
"stone_beach": 25,
|
|
75
|
-
"stony_peaks": 189,
|
|
76
|
-
"sunflower_plains": 129,
|
|
77
|
-
"swampland": 6,
|
|
78
|
-
"swampland_mutated": 134,
|
|
79
|
-
"taiga": 5,
|
|
80
|
-
"taiga_hills": 19,
|
|
81
|
-
"taiga_mutated": 133,
|
|
82
|
-
"the_end": 9,
|
|
83
|
-
"warm_ocean": 40,
|
|
84
|
-
"warped_forest": 180
|
|
85
|
-
}
|
|
1
|
+
{
|
|
2
|
+
"bamboo_jungle": 48,
|
|
3
|
+
"bamboo_jungle_hills": 49,
|
|
4
|
+
"basalt_deltas": 181,
|
|
5
|
+
"beach": 16,
|
|
6
|
+
"birch_forest": 27,
|
|
7
|
+
"birch_forest_hills": 28,
|
|
8
|
+
"birch_forest_hills_mutated": 156,
|
|
9
|
+
"birch_forest_mutated": 155,
|
|
10
|
+
"cold_beach": 26,
|
|
11
|
+
"cold_ocean": 44,
|
|
12
|
+
"cold_taiga": 30,
|
|
13
|
+
"cold_taiga_hills": 31,
|
|
14
|
+
"cold_taiga_mutated": 158,
|
|
15
|
+
"crimson_forest": 179,
|
|
16
|
+
"deep_cold_ocean": 45,
|
|
17
|
+
"deep_frozen_ocean": 47,
|
|
18
|
+
"deep_lukewarm_ocean": 43,
|
|
19
|
+
"deep_ocean": 24,
|
|
20
|
+
"deep_warm_ocean": 41,
|
|
21
|
+
"desert": 2,
|
|
22
|
+
"desert_hills": 17,
|
|
23
|
+
"desert_mutated": 130,
|
|
24
|
+
"dripstone_caves": 188,
|
|
25
|
+
"extreme_hills": 3,
|
|
26
|
+
"extreme_hills_edge": 20,
|
|
27
|
+
"extreme_hills_mutated": 131,
|
|
28
|
+
"extreme_hills_plus_trees": 34,
|
|
29
|
+
"extreme_hills_plus_trees_mutated": 162,
|
|
30
|
+
"flower_forest": 132,
|
|
31
|
+
"forest": 4,
|
|
32
|
+
"forest_hills": 18,
|
|
33
|
+
"frozen_ocean": 46,
|
|
34
|
+
"frozen_peaks": 183,
|
|
35
|
+
"frozen_river": 11,
|
|
36
|
+
"grove": 185,
|
|
37
|
+
"hell": 8,
|
|
38
|
+
"ice_mountains": 13,
|
|
39
|
+
"ice_plains": 12,
|
|
40
|
+
"ice_plains_spikes": 140,
|
|
41
|
+
"jagged_peaks": 182,
|
|
42
|
+
"jungle": 21,
|
|
43
|
+
"jungle_edge": 23,
|
|
44
|
+
"jungle_edge_mutated": 151,
|
|
45
|
+
"jungle_hills": 22,
|
|
46
|
+
"jungle_mutated": 149,
|
|
47
|
+
"legacy_frozen_ocean": 10,
|
|
48
|
+
"lukewarm_ocean": 42,
|
|
49
|
+
"lush_caves": 187,
|
|
50
|
+
"meadow": 186,
|
|
51
|
+
"mega_taiga": 32,
|
|
52
|
+
"mega_taiga_hills": 33,
|
|
53
|
+
"mesa": 37,
|
|
54
|
+
"mesa_bryce": 165,
|
|
55
|
+
"mesa_plateau": 39,
|
|
56
|
+
"mesa_plateau_mutated": 167,
|
|
57
|
+
"mesa_plateau_stone": 38,
|
|
58
|
+
"mesa_plateau_stone_mutated": 166,
|
|
59
|
+
"mushroom_island": 14,
|
|
60
|
+
"mushroom_island_shore": 15,
|
|
61
|
+
"ocean": 0,
|
|
62
|
+
"plains": 1,
|
|
63
|
+
"redwood_taiga_hills_mutated": 161,
|
|
64
|
+
"redwood_taiga_mutated": 160,
|
|
65
|
+
"river": 7,
|
|
66
|
+
"roofed_forest": 29,
|
|
67
|
+
"roofed_forest_mutated": 157,
|
|
68
|
+
"savanna": 35,
|
|
69
|
+
"savanna_mutated": 163,
|
|
70
|
+
"savanna_plateau": 36,
|
|
71
|
+
"savanna_plateau_mutated": 164,
|
|
72
|
+
"snowy_slopes": 184,
|
|
73
|
+
"soulsand_valley": 178,
|
|
74
|
+
"stone_beach": 25,
|
|
75
|
+
"stony_peaks": 189,
|
|
76
|
+
"sunflower_plains": 129,
|
|
77
|
+
"swampland": 6,
|
|
78
|
+
"swampland_mutated": 134,
|
|
79
|
+
"taiga": 5,
|
|
80
|
+
"taiga_hills": 19,
|
|
81
|
+
"taiga_mutated": 133,
|
|
82
|
+
"the_end": 9,
|
|
83
|
+
"warm_ocean": 40,
|
|
84
|
+
"warped_forest": 180
|
|
85
|
+
}
|