@jsprismarine/bedrock-data 1.20.72 → 1.20.73-b
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/dist/index.js +22 -23
- package/index.d.ts +4 -0
- package/package.json +6 -4
- package/resources/.gitattributes +30 -0
- package/resources/.minify_json.php +32 -0
- package/resources/LICENSE +121 -0
- package/resources/README.md +40 -0
- package/resources/banner_patterns.json +320 -0
- package/resources/biome_definitions_full.nbt +0 -0
- package/resources/biome_id_map.json +88 -0
- package/resources/block_id_to_item_id_map.json +1034 -0
- package/resources/block_state_meta_map.json +14151 -0
- package/resources/canonical_block_states.nbt +0 -0
- package/resources/command_arg_types.json +354 -0
- package/resources/composer.json +7 -0
- package/resources/creativeitems.json +6061 -0
- package/resources/entity_id_map.json +128 -0
- package/resources/item_tags.json +790 -0
- package/resources/level_sound_id_map.json +469 -0
- package/resources/particle_id_map.json +86 -0
- package/resources/r16_to_current_item_map.json +499 -0
- package/resources/recipes/potion_container_change.json +16 -0
- package/resources/recipes/potion_type.json +2387 -0
- package/resources/recipes/shaped_chemistry.json +3459 -0
- package/resources/recipes/shaped_crafting.json +22459 -0
- package/resources/recipes/shapeless_chemistry.json +1126 -0
- package/resources/recipes/shapeless_crafting.json +20340 -0
- package/resources/recipes/shapeless_shulker_box.json +5762 -0
- package/resources/recipes/smelting.json +2123 -0
- package/resources/recipes/smithing.json +164 -0
- package/resources/recipes/smithing_trim.json +14 -0
- package/resources/recipes/special_hardcoded.json +16 -0
- package/resources/required_item_list.json +6126 -0
- package/dist/runtime_block_states-9230f3440ccad35e.dat +0 -0
- /package/{dist/biome_definitions-4bbc294108860f0d.nbt → resources/biome_definitions.nbt} +0 -0
- /package/{dist/entity_identifiers-0f1f67be198c6d13.nbt → resources/entity_identifiers.nbt} +0 -0
- /package/{dist/r12_to_current_block_map-6aedb4171e4f37e6.bin → resources/r12_to_current_block_map.bin} +0 -0
|
@@ -0,0 +1,128 @@
|
|
|
1
|
+
{
|
|
2
|
+
"minecraft:chicken": 10,
|
|
3
|
+
"minecraft:cow": 11,
|
|
4
|
+
"minecraft:pig": 12,
|
|
5
|
+
"minecraft:sheep": 13,
|
|
6
|
+
"minecraft:wolf": 14,
|
|
7
|
+
"minecraft:villager": 15,
|
|
8
|
+
"minecraft:mooshroom": 16,
|
|
9
|
+
"minecraft:squid": 17,
|
|
10
|
+
"minecraft:rabbit": 18,
|
|
11
|
+
"minecraft:bat": 19,
|
|
12
|
+
"minecraft:iron_golem": 20,
|
|
13
|
+
"minecraft:snow_golem": 21,
|
|
14
|
+
"minecraft:ocelot": 22,
|
|
15
|
+
"minecraft:horse": 23,
|
|
16
|
+
"minecraft:donkey": 24,
|
|
17
|
+
"minecraft:mule": 25,
|
|
18
|
+
"minecraft:skeleton_horse": 26,
|
|
19
|
+
"minecraft:zombie_horse": 27,
|
|
20
|
+
"minecraft:polar_bear": 28,
|
|
21
|
+
"minecraft:llama": 29,
|
|
22
|
+
"minecraft:parrot": 30,
|
|
23
|
+
"minecraft:dolphin": 31,
|
|
24
|
+
"minecraft:zombie": 32,
|
|
25
|
+
"minecraft:creeper": 33,
|
|
26
|
+
"minecraft:skeleton": 34,
|
|
27
|
+
"minecraft:spider": 35,
|
|
28
|
+
"minecraft:zombie_pigman": 36,
|
|
29
|
+
"minecraft:slime": 37,
|
|
30
|
+
"minecraft:enderman": 38,
|
|
31
|
+
"minecraft:silverfish": 39,
|
|
32
|
+
"minecraft:cave_spider": 40,
|
|
33
|
+
"minecraft:ghast": 41,
|
|
34
|
+
"minecraft:magma_cube": 42,
|
|
35
|
+
"minecraft:blaze": 43,
|
|
36
|
+
"minecraft:zombie_villager": 44,
|
|
37
|
+
"minecraft:witch": 45,
|
|
38
|
+
"minecraft:stray": 46,
|
|
39
|
+
"minecraft:husk": 47,
|
|
40
|
+
"minecraft:wither_skeleton": 48,
|
|
41
|
+
"minecraft:guardian": 49,
|
|
42
|
+
"minecraft:elder_guardian": 50,
|
|
43
|
+
"minecraft:npc": 51,
|
|
44
|
+
"minecraft:wither": 52,
|
|
45
|
+
"minecraft:ender_dragon": 53,
|
|
46
|
+
"minecraft:shulker": 54,
|
|
47
|
+
"minecraft:endermite": 55,
|
|
48
|
+
"minecraft:agent": 56,
|
|
49
|
+
"minecraft:vindicator": 57,
|
|
50
|
+
"minecraft:phantom": 58,
|
|
51
|
+
"minecraft:ravager": 59,
|
|
52
|
+
"minecraft:armor_stand": 61,
|
|
53
|
+
"minecraft:tripod_camera": 62,
|
|
54
|
+
"minecraft:item": 64,
|
|
55
|
+
"minecraft:tnt": 65,
|
|
56
|
+
"minecraft:falling_block": 66,
|
|
57
|
+
"minecraft:xp_bottle": 68,
|
|
58
|
+
"minecraft:xp_orb": 69,
|
|
59
|
+
"minecraft:eye_of_ender_signal": 70,
|
|
60
|
+
"minecraft:ender_crystal": 71,
|
|
61
|
+
"minecraft:fireworks_rocket": 72,
|
|
62
|
+
"minecraft:thrown_trident": 73,
|
|
63
|
+
"minecraft:turtle": 74,
|
|
64
|
+
"minecraft:cat": 75,
|
|
65
|
+
"minecraft:shulker_bullet": 76,
|
|
66
|
+
"minecraft:fishing_hook": 77,
|
|
67
|
+
"minecraft:dragon_fireball": 79,
|
|
68
|
+
"minecraft:arrow": 80,
|
|
69
|
+
"minecraft:snowball": 81,
|
|
70
|
+
"minecraft:egg": 82,
|
|
71
|
+
"minecraft:painting": 83,
|
|
72
|
+
"minecraft:minecart": 84,
|
|
73
|
+
"minecraft:fireball": 85,
|
|
74
|
+
"minecraft:splash_potion": 86,
|
|
75
|
+
"minecraft:ender_pearl": 87,
|
|
76
|
+
"minecraft:leash_knot": 88,
|
|
77
|
+
"minecraft:wither_skull": 89,
|
|
78
|
+
"minecraft:boat": 90,
|
|
79
|
+
"minecraft:wither_skull_dangerous": 91,
|
|
80
|
+
"minecraft:lightning_bolt": 93,
|
|
81
|
+
"minecraft:small_fireball": 94,
|
|
82
|
+
"minecraft:area_effect_cloud": 95,
|
|
83
|
+
"minecraft:hopper_minecart": 96,
|
|
84
|
+
"minecraft:tnt_minecart": 97,
|
|
85
|
+
"minecraft:chest_minecart": 98,
|
|
86
|
+
"minecraft:command_block_minecart": 100,
|
|
87
|
+
"minecraft:lingering_potion": 101,
|
|
88
|
+
"minecraft:llama_spit": 102,
|
|
89
|
+
"minecraft:evocation_fang": 103,
|
|
90
|
+
"minecraft:evocation_illager": 104,
|
|
91
|
+
"minecraft:vex": 105,
|
|
92
|
+
"minecraft:ice_bomb": 106,
|
|
93
|
+
"minecraft:balloon": 107,
|
|
94
|
+
"minecraft:pufferfish": 108,
|
|
95
|
+
"minecraft:salmon": 109,
|
|
96
|
+
"minecraft:drowned": 110,
|
|
97
|
+
"minecraft:tropicalfish": 111,
|
|
98
|
+
"minecraft:cod": 112,
|
|
99
|
+
"minecraft:panda": 113,
|
|
100
|
+
"minecraft:pillager": 114,
|
|
101
|
+
"minecraft:villager_v2": 115,
|
|
102
|
+
"minecraft:zombie_villager_v2": 116,
|
|
103
|
+
"minecraft:wandering_trader": 118,
|
|
104
|
+
"minecraft:elder_guardian_ghost": 120,
|
|
105
|
+
"minecraft:fox": 121,
|
|
106
|
+
"minecraft:bee": 122,
|
|
107
|
+
"minecraft:piglin": 123,
|
|
108
|
+
"minecraft:hoglin": 124,
|
|
109
|
+
"minecraft:strider": 125,
|
|
110
|
+
"minecraft:zoglin": 126,
|
|
111
|
+
"minecraft:piglin_brute": 127,
|
|
112
|
+
"minecraft:goat": 128,
|
|
113
|
+
"minecraft:glow_squid": 129,
|
|
114
|
+
"minecraft:axolotl": 130,
|
|
115
|
+
"minecraft:warden": 131,
|
|
116
|
+
"minecraft:frog": 132,
|
|
117
|
+
"minecraft:tadpole": 133,
|
|
118
|
+
"minecraft:allay": 134,
|
|
119
|
+
"minecraft:camel": 138,
|
|
120
|
+
"minecraft:sniffer": 139,
|
|
121
|
+
"minecraft:breeze": 140,
|
|
122
|
+
"minecraft:breeze_wind_charge_projectile": 141,
|
|
123
|
+
"minecraft:wind_charge_projectile": 143,
|
|
124
|
+
"minecraft:bogged": 144,
|
|
125
|
+
"minecraft:trader_llama": 157,
|
|
126
|
+
"minecraft:chest_boat": 218,
|
|
127
|
+
"minecraft:player": 257
|
|
128
|
+
}
|