@jsprismarine/bedrock-data 1.20.70 → 1.20.71-alpha.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/LICENSE +8 -8
- package/README.md +15 -2
- package/{resources/biome_definitions.nbt → dist/biome_definitions-4bbc294108860f0d.nbt} +0 -0
- package/{resources/entity_identifiers.nbt → dist/entity_identifiers-0f1f67be198c6d13.nbt} +0 -0
- package/dist/index.js +7917 -0
- package/dist/r12_to_current_block_map-6aedb4171e4f37e6.bin +0 -0
- package/package.json +64 -25
- package/.gitmodules +0 -3
- package/.prettierrc +0 -10
- package/index.d.ts +0 -1
- package/index.js +0 -27
- package/jsp/block_id_map.json +0 -555
- package/jsp/item_id_map.json +0 -809
- package/renovate.json +0 -8
- package/resources/.gitattributes +0 -30
- package/resources/.minify_json.php +0 -32
- package/resources/LICENSE +0 -121
- package/resources/README.md +0 -40
- package/resources/banner_patterns.json +0 -320
- package/resources/biome_definitions_full.nbt +0 -0
- package/resources/biome_id_map.json +0 -88
- package/resources/block_id_to_item_id_map.json +0 -977
- package/resources/block_state_meta_map.json +0 -14129
- package/resources/canonical_block_states.nbt +0 -0
- package/resources/command_arg_types.json +0 -306
- package/resources/composer.json +0 -7
- package/resources/creativeitems.json +0 -6025
- package/resources/entity_id_map.json +0 -124
- package/resources/item_tags.json +0 -761
- package/resources/level_sound_id_map.json +0 -445
- package/resources/particle_id_map.json +0 -83
- package/resources/r12_to_current_block_map.bin +0 -0
- package/resources/r16_to_current_item_map.json +0 -426
- package/resources/recipes/potion_container_change.json +0 -16
- package/resources/recipes/potion_type.json +0 -2387
- package/resources/recipes/shaped_chemistry.json +0 -3539
- package/resources/recipes/shaped_crafting.json +0 -22463
- package/resources/recipes/shapeless_chemistry.json +0 -1126
- package/resources/recipes/shapeless_crafting.json +0 -20220
- package/resources/recipes/shapeless_shulker_box.json +0 -5762
- package/resources/recipes/smelting.json +0 -2013
- package/resources/recipes/smithing.json +0 -164
- package/resources/recipes/smithing_trim.json +0 -14
- package/resources/recipes/special_hardcoded.json +0 -16
- package/resources/required_item_list.json +0 -5846
- /package/{jsp/runtime_block_states.dat → dist/runtime_block_states-9230f3440ccad35e.dat} +0 -0
|
@@ -1,124 +0,0 @@
|
|
|
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:trader_llama": 157,
|
|
122
|
-
"minecraft:chest_boat": 218,
|
|
123
|
-
"minecraft:player": 257
|
|
124
|
-
}
|