@jsprismarine/bedrock-data 1.19.50 → 1.19.80
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/package.json +1 -1
- package/resources/README.md +6 -29
- package/resources/biome_definitions.nbt +0 -0
- package/resources/biome_definitions_full.nbt +0 -0
- package/resources/biome_id_map.json +1 -0
- package/resources/block_id_to_item_id_map.json +57 -5
- package/resources/block_state_meta_map.json +705 -37
- package/resources/canonical_block_states.nbt +0 -0
- package/resources/command_arg_types.json +59 -39
- package/resources/creativeitems.json +3184 -2125
- package/resources/entity_id_map.json +2 -0
- package/resources/entity_identifiers.nbt +0 -0
- package/resources/item_tags.json +502 -205
- package/resources/level_sound_id_map.json +8 -0
- package/resources/r12_to_current_block_map.bin +0 -0
- package/resources/r16_to_current_item_map.json +53 -2
- package/resources/recipes/potion_container_change.json +16 -0
- package/resources/recipes/potion_type.json +2390 -0
- package/resources/recipes/shaped_chemistry.json +3579 -0
- package/resources/recipes/shaped_crafting.json +21650 -0
- package/resources/recipes/shapeless_chemistry.json +1156 -0
- package/resources/recipes/shapeless_crafting.json +19458 -0
- package/resources/recipes/shapeless_shulker_box.json +6382 -0
- package/resources/recipes/smelting.json +2031 -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 +781 -369
- package/resources/block_id_map.json +0 -555
- package/resources/item_id_map.json +0 -809
- package/resources/r12_block_states.json +0 -4235
- package/resources/recipes.json +0 -49988
|
@@ -96,7 +96,10 @@
|
|
|
96
96
|
"bow.hit": 63,
|
|
97
97
|
"break": 5,
|
|
98
98
|
"break.block": 55,
|
|
99
|
+
"break_pot": 465,
|
|
99
100
|
"breathe": 13,
|
|
101
|
+
"brush": 462,
|
|
102
|
+
"brush_completed": 463,
|
|
100
103
|
"bubble.down": 215,
|
|
101
104
|
"bubble.downinside": 218,
|
|
102
105
|
"bubble.pop": 216,
|
|
@@ -245,6 +248,8 @@
|
|
|
245
248
|
"imitate.zombie": 170,
|
|
246
249
|
"imitate.zombie_pigman": 171,
|
|
247
250
|
"imitate.zombie_villager": 172,
|
|
251
|
+
"insert": 458,
|
|
252
|
+
"insert_enchanted": 460,
|
|
248
253
|
"irongolem.crack": 373,
|
|
249
254
|
"irongolem.repair": 374,
|
|
250
255
|
"item.book.put": 256,
|
|
@@ -312,6 +317,8 @@
|
|
|
312
317
|
"particle.soul_escape.loud": 313,
|
|
313
318
|
"particle.soul_escape.quiet": 312,
|
|
314
319
|
"pick_berries.cave_vines": 336,
|
|
320
|
+
"pickup": 459,
|
|
321
|
+
"pickup_enchanted": 461,
|
|
315
322
|
"piston.in": 83,
|
|
316
323
|
"piston.out": 84,
|
|
317
324
|
"place": 6,
|
|
@@ -367,6 +374,7 @@
|
|
|
367
374
|
"scrape": 341,
|
|
368
375
|
"screech": 281,
|
|
369
376
|
"shake": 33,
|
|
377
|
+
"shatter_pot": 464,
|
|
370
378
|
"shear": 45,
|
|
371
379
|
"shoot": 54,
|
|
372
380
|
"shulker.close": 120,
|
|
Binary file
|
|
@@ -18,7 +18,8 @@
|
|
|
18
18
|
"4": "minecraft:acacia_boat",
|
|
19
19
|
"5": "minecraft:dark_oak_boat",
|
|
20
20
|
"6": "minecraft:mangrove_boat",
|
|
21
|
-
"7": "minecraft:bamboo_raft"
|
|
21
|
+
"7": "minecraft:bamboo_raft",
|
|
22
|
+
"8": "minecraft:cherry_boat"
|
|
22
23
|
},
|
|
23
24
|
"minecraft:bucket": {
|
|
24
25
|
"1": "minecraft:milk_bucket",
|
|
@@ -40,7 +41,8 @@
|
|
|
40
41
|
"4": "minecraft:acacia_chest_boat",
|
|
41
42
|
"5": "minecraft:dark_oak_chest_boat",
|
|
42
43
|
"6": "minecraft:mangrove_chest_boat",
|
|
43
|
-
"7": "minecraft:bamboo_chest_raft"
|
|
44
|
+
"7": "minecraft:bamboo_chest_raft",
|
|
45
|
+
"8": "minecraft:cherry_chest_boat"
|
|
44
46
|
},
|
|
45
47
|
"minecraft:coal": {
|
|
46
48
|
"1": "minecraft:charcoal"
|
|
@@ -67,6 +69,32 @@
|
|
|
67
69
|
"8": "minecraft:gray_dye",
|
|
68
70
|
"9": "minecraft:pink_dye"
|
|
69
71
|
},
|
|
72
|
+
"minecraft:fence": {
|
|
73
|
+
"0": "minecraft:oak_fence",
|
|
74
|
+
"1": "minecraft:spruce_fence",
|
|
75
|
+
"2": "minecraft:birch_fence",
|
|
76
|
+
"3": "minecraft:jungle_fence",
|
|
77
|
+
"4": "minecraft:acacia_fence",
|
|
78
|
+
"5": "minecraft:dark_oak_fence"
|
|
79
|
+
},
|
|
80
|
+
"minecraft:log": {
|
|
81
|
+
"0": "minecraft:oak_log",
|
|
82
|
+
"1": "minecraft:spruce_log",
|
|
83
|
+
"10": "minecraft:birch_log",
|
|
84
|
+
"11": "minecraft:jungle_log",
|
|
85
|
+
"2": "minecraft:birch_log",
|
|
86
|
+
"3": "minecraft:jungle_log",
|
|
87
|
+
"5": "minecraft:spruce_log",
|
|
88
|
+
"6": "minecraft:birch_log",
|
|
89
|
+
"7": "minecraft:jungle_log",
|
|
90
|
+
"9": "minecraft:spruce_log"
|
|
91
|
+
},
|
|
92
|
+
"minecraft:log2": {
|
|
93
|
+
"0": "minecraft:acacia_log",
|
|
94
|
+
"1": "minecraft:dark_oak_log",
|
|
95
|
+
"5": "minecraft:dark_oak_log",
|
|
96
|
+
"9": "minecraft:dark_oak_log"
|
|
97
|
+
},
|
|
70
98
|
"minecraft:spawn_egg": {
|
|
71
99
|
"10": "minecraft:chicken_spawn_egg",
|
|
72
100
|
"104": "minecraft:evoker_spawn_egg",
|
|
@@ -99,6 +127,7 @@
|
|
|
99
127
|
"133": "minecraft:tadpole_spawn_egg",
|
|
100
128
|
"134": "minecraft:allay_spawn_egg",
|
|
101
129
|
"138": "minecraft:camel_spawn_egg",
|
|
130
|
+
"139": "minecraft:sniffer_spawn_egg",
|
|
102
131
|
"14": "minecraft:wolf_spawn_egg",
|
|
103
132
|
"15": "minecraft:villager_spawn_egg",
|
|
104
133
|
"157": "minecraft:trader_llama_spawn_egg",
|
|
@@ -106,6 +135,8 @@
|
|
|
106
135
|
"17": "minecraft:squid_spawn_egg",
|
|
107
136
|
"18": "minecraft:rabbit_spawn_egg",
|
|
108
137
|
"19": "minecraft:bat_spawn_egg",
|
|
138
|
+
"20": "minecraft:iron_golem_spawn_egg",
|
|
139
|
+
"21": "minecraft:snow_golem_spawn_egg",
|
|
109
140
|
"22": "minecraft:ocelot_spawn_egg",
|
|
110
141
|
"23": "minecraft:horse_spawn_egg",
|
|
111
142
|
"24": "minecraft:donkey_spawn_egg",
|
|
@@ -136,6 +167,8 @@
|
|
|
136
167
|
"49": "minecraft:guardian_spawn_egg",
|
|
137
168
|
"50": "minecraft:elder_guardian_spawn_egg",
|
|
138
169
|
"51": "minecraft:npc_spawn_egg",
|
|
170
|
+
"52": "minecraft:wither_spawn_egg",
|
|
171
|
+
"53": "minecraft:ender_dragon_spawn_egg",
|
|
139
172
|
"54": "minecraft:shulker_spawn_egg",
|
|
140
173
|
"55": "minecraft:endermite_spawn_egg",
|
|
141
174
|
"56": "minecraft:agent_spawn_egg",
|
|
@@ -144,6 +177,24 @@
|
|
|
144
177
|
"59": "minecraft:ravager_spawn_egg",
|
|
145
178
|
"74": "minecraft:turtle_spawn_egg",
|
|
146
179
|
"75": "minecraft:cat_spawn_egg"
|
|
180
|
+
},
|
|
181
|
+
"minecraft:wool": {
|
|
182
|
+
"0": "minecraft:white_wool",
|
|
183
|
+
"1": "minecraft:orange_wool",
|
|
184
|
+
"10": "minecraft:purple_wool",
|
|
185
|
+
"11": "minecraft:blue_wool",
|
|
186
|
+
"12": "minecraft:brown_wool",
|
|
187
|
+
"13": "minecraft:green_wool",
|
|
188
|
+
"14": "minecraft:red_wool",
|
|
189
|
+
"15": "minecraft:black_wool",
|
|
190
|
+
"2": "minecraft:magenta_wool",
|
|
191
|
+
"3": "minecraft:light_blue_wool",
|
|
192
|
+
"4": "minecraft:yellow_wool",
|
|
193
|
+
"5": "minecraft:lime_wool",
|
|
194
|
+
"6": "minecraft:pink_wool",
|
|
195
|
+
"7": "minecraft:gray_wool",
|
|
196
|
+
"8": "minecraft:light_gray_wool",
|
|
197
|
+
"9": "minecraft:cyan_wool"
|
|
147
198
|
}
|
|
148
199
|
},
|
|
149
200
|
"simple": {
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
[
|
|
2
|
+
{
|
|
3
|
+
"ingredient": {
|
|
4
|
+
"name": "minecraft:dragon_breath"
|
|
5
|
+
},
|
|
6
|
+
"input_item_name": "minecraft:splash_potion",
|
|
7
|
+
"output_item_name": "minecraft:lingering_potion"
|
|
8
|
+
},
|
|
9
|
+
{
|
|
10
|
+
"ingredient": {
|
|
11
|
+
"name": "minecraft:gunpowder"
|
|
12
|
+
},
|
|
13
|
+
"input_item_name": "minecraft:potion",
|
|
14
|
+
"output_item_name": "minecraft:splash_potion"
|
|
15
|
+
}
|
|
16
|
+
]
|