@jsprismarine/bedrock-data 1.18.30 → 1.19.50
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 -30
- package/resources/LICENSE +121 -121
- package/resources/README.md +63 -63
- package/resources/biome_definitions.nbt +0 -0
- package/resources/biome_definitions_full.nbt +0 -0
- package/resources/biome_id_map.json +2 -0
- package/resources/block_id_to_item_id_map.json +762 -0
- package/resources/block_state_meta_map.json +12470 -0
- package/resources/canonical_block_states.nbt +0 -0
- package/resources/command_arg_types.json +286 -0
- package/resources/entity_id_map.json +6 -0
- package/resources/entity_identifiers.nbt +0 -0
- package/resources/item_tags.json +421 -0
- package/resources/level_sound_id_map.json +36 -33
- package/resources/particle_id_map.json +1 -0
- package/resources/r12_to_current_block_map.bin +0 -0
- package/resources/r16_to_current_item_map.json +21 -7
- package/resources/required_item_list.json +274 -46
|
@@ -0,0 +1,421 @@
|
|
|
1
|
+
{
|
|
2
|
+
"minecraft:arrow": [
|
|
3
|
+
"minecraft:arrow"
|
|
4
|
+
],
|
|
5
|
+
"minecraft:banner": [
|
|
6
|
+
"minecraft:banner"
|
|
7
|
+
],
|
|
8
|
+
"minecraft:boat": [
|
|
9
|
+
"minecraft:dark_oak_boat",
|
|
10
|
+
"minecraft:acacia_boat",
|
|
11
|
+
"minecraft:spruce_boat",
|
|
12
|
+
"minecraft:jungle_boat",
|
|
13
|
+
"minecraft:birch_boat",
|
|
14
|
+
"minecraft:oak_boat"
|
|
15
|
+
],
|
|
16
|
+
"minecraft:boats": [
|
|
17
|
+
"minecraft:dark_oak_boat",
|
|
18
|
+
"minecraft:acacia_boat",
|
|
19
|
+
"minecraft:spruce_boat",
|
|
20
|
+
"minecraft:jungle_boat",
|
|
21
|
+
"minecraft:birch_boat",
|
|
22
|
+
"minecraft:oak_boat"
|
|
23
|
+
],
|
|
24
|
+
"minecraft:chainmail_tier": [
|
|
25
|
+
"minecraft:chainmail_boots",
|
|
26
|
+
"minecraft:chainmail_leggings",
|
|
27
|
+
"minecraft:chainmail_chestplate",
|
|
28
|
+
"minecraft:chainmail_helmet"
|
|
29
|
+
],
|
|
30
|
+
"minecraft:coals": [
|
|
31
|
+
"minecraft:charcoal",
|
|
32
|
+
"minecraft:coal"
|
|
33
|
+
],
|
|
34
|
+
"minecraft:diamond_tier": [
|
|
35
|
+
"minecraft:diamond_boots",
|
|
36
|
+
"minecraft:diamond_leggings",
|
|
37
|
+
"minecraft:diamond_chestplate",
|
|
38
|
+
"minecraft:diamond_helmet",
|
|
39
|
+
"minecraft:diamond_axe",
|
|
40
|
+
"minecraft:diamond_pickaxe",
|
|
41
|
+
"minecraft:diamond_shovel",
|
|
42
|
+
"minecraft:diamond_hoe",
|
|
43
|
+
"minecraft:diamond_sword"
|
|
44
|
+
],
|
|
45
|
+
"minecraft:digger": [
|
|
46
|
+
"minecraft:diamond_hoe",
|
|
47
|
+
"minecraft:wooden_hoe",
|
|
48
|
+
"minecraft:golden_axe",
|
|
49
|
+
"minecraft:iron_pickaxe",
|
|
50
|
+
"minecraft:iron_axe",
|
|
51
|
+
"minecraft:golden_hoe",
|
|
52
|
+
"minecraft:wooden_pickaxe",
|
|
53
|
+
"minecraft:iron_hoe",
|
|
54
|
+
"minecraft:wooden_shovel",
|
|
55
|
+
"minecraft:diamond_axe",
|
|
56
|
+
"minecraft:wooden_axe",
|
|
57
|
+
"minecraft:stone_axe",
|
|
58
|
+
"minecraft:stone_shovel",
|
|
59
|
+
"minecraft:diamond_pickaxe",
|
|
60
|
+
"minecraft:golden_shovel",
|
|
61
|
+
"minecraft:stone_hoe",
|
|
62
|
+
"minecraft:golden_pickaxe",
|
|
63
|
+
"minecraft:stone_pickaxe",
|
|
64
|
+
"minecraft:iron_shovel",
|
|
65
|
+
"minecraft:diamond_shovel"
|
|
66
|
+
],
|
|
67
|
+
"minecraft:door": [
|
|
68
|
+
"minecraft:acacia_door",
|
|
69
|
+
"minecraft:jungle_door",
|
|
70
|
+
"minecraft:birch_door",
|
|
71
|
+
"minecraft:spruce_door",
|
|
72
|
+
"minecraft:dark_oak_door",
|
|
73
|
+
"minecraft:iron_door",
|
|
74
|
+
"minecraft:wooden_door"
|
|
75
|
+
],
|
|
76
|
+
"minecraft:golden_tier": [
|
|
77
|
+
"minecraft:golden_leggings",
|
|
78
|
+
"minecraft:golden_chestplate",
|
|
79
|
+
"minecraft:golden_boots",
|
|
80
|
+
"minecraft:golden_helmet",
|
|
81
|
+
"minecraft:golden_axe",
|
|
82
|
+
"minecraft:golden_shovel",
|
|
83
|
+
"minecraft:golden_hoe",
|
|
84
|
+
"minecraft:golden_pickaxe",
|
|
85
|
+
"minecraft:golden_sword"
|
|
86
|
+
],
|
|
87
|
+
"minecraft:hanging_actor": [
|
|
88
|
+
"minecraft:painting"
|
|
89
|
+
],
|
|
90
|
+
"minecraft:horse_armor": [
|
|
91
|
+
"minecraft:diamond_horse_armor",
|
|
92
|
+
"minecraft:golden_horse_armor",
|
|
93
|
+
"minecraft:iron_horse_armor",
|
|
94
|
+
"minecraft:leather_horse_armor"
|
|
95
|
+
],
|
|
96
|
+
"minecraft:iron_tier": [
|
|
97
|
+
"minecraft:iron_boots",
|
|
98
|
+
"minecraft:iron_leggings",
|
|
99
|
+
"minecraft:iron_chestplate",
|
|
100
|
+
"minecraft:iron_hoe",
|
|
101
|
+
"minecraft:iron_sword",
|
|
102
|
+
"minecraft:iron_axe",
|
|
103
|
+
"minecraft:iron_pickaxe",
|
|
104
|
+
"minecraft:iron_helmet",
|
|
105
|
+
"minecraft:iron_shovel"
|
|
106
|
+
],
|
|
107
|
+
"minecraft:is_armor": [
|
|
108
|
+
"minecraft:turtle_helmet",
|
|
109
|
+
"minecraft:elytra",
|
|
110
|
+
"minecraft:golden_leggings",
|
|
111
|
+
"minecraft:diamond_boots",
|
|
112
|
+
"minecraft:diamond_leggings",
|
|
113
|
+
"minecraft:diamond_chestplate",
|
|
114
|
+
"minecraft:leather_helmet",
|
|
115
|
+
"minecraft:chainmail_leggings",
|
|
116
|
+
"minecraft:leather_chestplate",
|
|
117
|
+
"minecraft:iron_chestplate",
|
|
118
|
+
"minecraft:leather_leggings",
|
|
119
|
+
"minecraft:golden_boots",
|
|
120
|
+
"minecraft:leather_boots",
|
|
121
|
+
"minecraft:chainmail_helmet",
|
|
122
|
+
"minecraft:chainmail_chestplate",
|
|
123
|
+
"minecraft:iron_boots",
|
|
124
|
+
"minecraft:golden_helmet",
|
|
125
|
+
"minecraft:chainmail_boots",
|
|
126
|
+
"minecraft:golden_chestplate",
|
|
127
|
+
"minecraft:iron_helmet",
|
|
128
|
+
"minecraft:iron_leggings",
|
|
129
|
+
"minecraft:diamond_helmet"
|
|
130
|
+
],
|
|
131
|
+
"minecraft:is_axe": [
|
|
132
|
+
"minecraft:diamond_axe",
|
|
133
|
+
"minecraft:stone_axe",
|
|
134
|
+
"minecraft:wooden_axe",
|
|
135
|
+
"minecraft:golden_axe",
|
|
136
|
+
"minecraft:iron_axe"
|
|
137
|
+
],
|
|
138
|
+
"minecraft:is_cooked": [
|
|
139
|
+
"minecraft:rabbit_stew",
|
|
140
|
+
"minecraft:cooked_mutton",
|
|
141
|
+
"minecraft:cooked_chicken",
|
|
142
|
+
"minecraft:cooked_rabbit",
|
|
143
|
+
"minecraft:cooked_beef",
|
|
144
|
+
"minecraft:cooked_salmon",
|
|
145
|
+
"minecraft:cooked_cod",
|
|
146
|
+
"minecraft:cooked_porkchop"
|
|
147
|
+
],
|
|
148
|
+
"minecraft:is_fish": [
|
|
149
|
+
"minecraft:cooked_salmon",
|
|
150
|
+
"minecraft:cooked_cod",
|
|
151
|
+
"minecraft:pufferfish",
|
|
152
|
+
"minecraft:tropical_fish",
|
|
153
|
+
"minecraft:salmon",
|
|
154
|
+
"minecraft:cod"
|
|
155
|
+
],
|
|
156
|
+
"minecraft:is_food": [
|
|
157
|
+
"minecraft:cooked_mutton",
|
|
158
|
+
"minecraft:rabbit",
|
|
159
|
+
"minecraft:sweet_berries",
|
|
160
|
+
"minecraft:beetroot_soup",
|
|
161
|
+
"minecraft:pumpkin_pie",
|
|
162
|
+
"minecraft:baked_potato",
|
|
163
|
+
"minecraft:rotten_flesh",
|
|
164
|
+
"minecraft:cooked_chicken",
|
|
165
|
+
"minecraft:cooked_rabbit",
|
|
166
|
+
"minecraft:apple",
|
|
167
|
+
"minecraft:beef",
|
|
168
|
+
"minecraft:golden_carrot",
|
|
169
|
+
"minecraft:enchanted_golden_apple",
|
|
170
|
+
"minecraft:mushroom_stew",
|
|
171
|
+
"minecraft:rabbit_stew",
|
|
172
|
+
"minecraft:beetroot",
|
|
173
|
+
"minecraft:bread",
|
|
174
|
+
"minecraft:potato",
|
|
175
|
+
"minecraft:porkchop",
|
|
176
|
+
"minecraft:mutton",
|
|
177
|
+
"minecraft:cooked_porkchop",
|
|
178
|
+
"minecraft:cooked_beef",
|
|
179
|
+
"minecraft:golden_apple",
|
|
180
|
+
"minecraft:cookie",
|
|
181
|
+
"minecraft:carrot",
|
|
182
|
+
"minecraft:dried_kelp",
|
|
183
|
+
"minecraft:chicken",
|
|
184
|
+
"minecraft:melon_slice"
|
|
185
|
+
],
|
|
186
|
+
"minecraft:is_hoe": [
|
|
187
|
+
"minecraft:golden_hoe",
|
|
188
|
+
"minecraft:iron_hoe",
|
|
189
|
+
"minecraft:diamond_hoe",
|
|
190
|
+
"minecraft:stone_hoe",
|
|
191
|
+
"minecraft:wooden_hoe"
|
|
192
|
+
],
|
|
193
|
+
"minecraft:is_meat": [
|
|
194
|
+
"minecraft:rabbit_stew",
|
|
195
|
+
"minecraft:rabbit",
|
|
196
|
+
"minecraft:cooked_mutton",
|
|
197
|
+
"minecraft:cooked_chicken",
|
|
198
|
+
"minecraft:chicken",
|
|
199
|
+
"minecraft:cooked_rabbit",
|
|
200
|
+
"minecraft:cooked_beef",
|
|
201
|
+
"minecraft:beef",
|
|
202
|
+
"minecraft:mutton",
|
|
203
|
+
"minecraft:cooked_porkchop",
|
|
204
|
+
"minecraft:rotten_flesh",
|
|
205
|
+
"minecraft:porkchop"
|
|
206
|
+
],
|
|
207
|
+
"minecraft:is_minecart": [
|
|
208
|
+
"minecraft:hopper_minecart",
|
|
209
|
+
"minecraft:command_block_minecart",
|
|
210
|
+
"minecraft:tnt_minecart",
|
|
211
|
+
"minecraft:chest_minecart",
|
|
212
|
+
"minecraft:minecart"
|
|
213
|
+
],
|
|
214
|
+
"minecraft:is_pickaxe": [
|
|
215
|
+
"minecraft:diamond_pickaxe",
|
|
216
|
+
"minecraft:stone_pickaxe",
|
|
217
|
+
"minecraft:wooden_pickaxe",
|
|
218
|
+
"minecraft:golden_pickaxe",
|
|
219
|
+
"minecraft:iron_pickaxe"
|
|
220
|
+
],
|
|
221
|
+
"minecraft:is_shovel": [
|
|
222
|
+
"minecraft:golden_shovel",
|
|
223
|
+
"minecraft:diamond_shovel",
|
|
224
|
+
"minecraft:wooden_shovel",
|
|
225
|
+
"minecraft:stone_shovel",
|
|
226
|
+
"minecraft:iron_shovel"
|
|
227
|
+
],
|
|
228
|
+
"minecraft:is_sword": [
|
|
229
|
+
"minecraft:diamond_sword",
|
|
230
|
+
"minecraft:golden_sword",
|
|
231
|
+
"minecraft:stone_sword",
|
|
232
|
+
"minecraft:wooden_sword",
|
|
233
|
+
"minecraft:iron_sword"
|
|
234
|
+
],
|
|
235
|
+
"minecraft:is_tool": [
|
|
236
|
+
"minecraft:diamond_hoe",
|
|
237
|
+
"minecraft:wooden_hoe",
|
|
238
|
+
"minecraft:golden_axe",
|
|
239
|
+
"minecraft:golden_sword",
|
|
240
|
+
"minecraft:diamond_axe",
|
|
241
|
+
"minecraft:golden_shovel",
|
|
242
|
+
"minecraft:diamond_pickaxe",
|
|
243
|
+
"minecraft:stone_shovel",
|
|
244
|
+
"minecraft:diamond_shovel",
|
|
245
|
+
"minecraft:iron_shovel",
|
|
246
|
+
"minecraft:diamond_sword",
|
|
247
|
+
"minecraft:iron_pickaxe",
|
|
248
|
+
"minecraft:stone_sword",
|
|
249
|
+
"minecraft:iron_axe",
|
|
250
|
+
"minecraft:golden_hoe",
|
|
251
|
+
"minecraft:wooden_pickaxe",
|
|
252
|
+
"minecraft:iron_sword",
|
|
253
|
+
"minecraft:wooden_sword",
|
|
254
|
+
"minecraft:iron_hoe",
|
|
255
|
+
"minecraft:wooden_shovel",
|
|
256
|
+
"minecraft:wooden_axe",
|
|
257
|
+
"minecraft:stone_axe",
|
|
258
|
+
"minecraft:stone_hoe",
|
|
259
|
+
"minecraft:golden_pickaxe",
|
|
260
|
+
"minecraft:stone_pickaxe"
|
|
261
|
+
],
|
|
262
|
+
"minecraft:leather_tier": [
|
|
263
|
+
"minecraft:leather_boots",
|
|
264
|
+
"minecraft:leather_leggings",
|
|
265
|
+
"minecraft:leather_chestplate",
|
|
266
|
+
"minecraft:leather_helmet"
|
|
267
|
+
],
|
|
268
|
+
"minecraft:lectern_books": [
|
|
269
|
+
"minecraft:written_book",
|
|
270
|
+
"minecraft:writable_book"
|
|
271
|
+
],
|
|
272
|
+
"minecraft:logs": [
|
|
273
|
+
"minecraft:stripped_oak_log",
|
|
274
|
+
"minecraft:stripped_spruce_log",
|
|
275
|
+
"minecraft:stripped_jungle_log",
|
|
276
|
+
"minecraft:stripped_dark_oak_log",
|
|
277
|
+
"minecraft:stripped_acacia_log",
|
|
278
|
+
"minecraft:wood",
|
|
279
|
+
"minecraft:stripped_birch_log",
|
|
280
|
+
"minecraft:log2",
|
|
281
|
+
"minecraft:log"
|
|
282
|
+
],
|
|
283
|
+
"minecraft:logs_that_burn": [
|
|
284
|
+
"minecraft:stripped_oak_log",
|
|
285
|
+
"minecraft:stripped_spruce_log",
|
|
286
|
+
"minecraft:stripped_jungle_log",
|
|
287
|
+
"minecraft:stripped_dark_oak_log",
|
|
288
|
+
"minecraft:stripped_acacia_log",
|
|
289
|
+
"minecraft:wood",
|
|
290
|
+
"minecraft:stripped_birch_log",
|
|
291
|
+
"minecraft:log2",
|
|
292
|
+
"minecraft:log"
|
|
293
|
+
],
|
|
294
|
+
"minecraft:music_disc": [
|
|
295
|
+
"minecraft:music_disc_wait",
|
|
296
|
+
"minecraft:music_disc_stal",
|
|
297
|
+
"minecraft:music_disc_far",
|
|
298
|
+
"minecraft:music_disc_11",
|
|
299
|
+
"minecraft:music_disc_strad",
|
|
300
|
+
"minecraft:music_disc_mellohi",
|
|
301
|
+
"minecraft:music_disc_blocks",
|
|
302
|
+
"minecraft:music_disc_ward",
|
|
303
|
+
"minecraft:music_disc_mall",
|
|
304
|
+
"minecraft:music_disc_chirp",
|
|
305
|
+
"minecraft:music_disc_cat",
|
|
306
|
+
"minecraft:music_disc_13"
|
|
307
|
+
],
|
|
308
|
+
"minecraft:planks": [
|
|
309
|
+
"minecraft:planks"
|
|
310
|
+
],
|
|
311
|
+
"minecraft:sand": [
|
|
312
|
+
"minecraft:sand"
|
|
313
|
+
],
|
|
314
|
+
"minecraft:sign": [
|
|
315
|
+
"minecraft:dark_oak_sign",
|
|
316
|
+
"minecraft:acacia_sign",
|
|
317
|
+
"minecraft:jungle_sign",
|
|
318
|
+
"minecraft:birch_sign",
|
|
319
|
+
"minecraft:spruce_sign",
|
|
320
|
+
"minecraft:oak_sign"
|
|
321
|
+
],
|
|
322
|
+
"minecraft:soul_fire_base_blocks": [
|
|
323
|
+
"minecraft:soul_sand"
|
|
324
|
+
],
|
|
325
|
+
"minecraft:spawn_egg": [
|
|
326
|
+
"minecraft:bee_spawn_egg",
|
|
327
|
+
"minecraft:creeper_spawn_egg",
|
|
328
|
+
"minecraft:elder_guardian_spawn_egg",
|
|
329
|
+
"minecraft:horse_spawn_egg",
|
|
330
|
+
"minecraft:husk_spawn_egg",
|
|
331
|
+
"minecraft:villager_spawn_egg",
|
|
332
|
+
"minecraft:zombie_pigman_spawn_egg",
|
|
333
|
+
"minecraft:chicken_spawn_egg",
|
|
334
|
+
"minecraft:cow_spawn_egg",
|
|
335
|
+
"minecraft:ghast_spawn_egg",
|
|
336
|
+
"minecraft:parrot_spawn_egg",
|
|
337
|
+
"minecraft:guardian_spawn_egg",
|
|
338
|
+
"minecraft:pig_spawn_egg",
|
|
339
|
+
"minecraft:pillager_spawn_egg",
|
|
340
|
+
"minecraft:bat_spawn_egg",
|
|
341
|
+
"minecraft:rabbit_spawn_egg",
|
|
342
|
+
"minecraft:spider_spawn_egg",
|
|
343
|
+
"minecraft:sheep_spawn_egg",
|
|
344
|
+
"minecraft:fox_spawn_egg",
|
|
345
|
+
"minecraft:wolf_spawn_egg",
|
|
346
|
+
"minecraft:tropical_fish_spawn_egg",
|
|
347
|
+
"minecraft:magma_cube_spawn_egg",
|
|
348
|
+
"minecraft:squid_spawn_egg",
|
|
349
|
+
"minecraft:wandering_trader_spawn_egg",
|
|
350
|
+
"minecraft:enderman_spawn_egg",
|
|
351
|
+
"minecraft:zombie_spawn_egg",
|
|
352
|
+
"minecraft:endermite_spawn_egg",
|
|
353
|
+
"minecraft:silverfish_spawn_egg",
|
|
354
|
+
"minecraft:llama_spawn_egg",
|
|
355
|
+
"minecraft:witch_spawn_egg",
|
|
356
|
+
"minecraft:salmon_spawn_egg",
|
|
357
|
+
"minecraft:cave_spider_spawn_egg",
|
|
358
|
+
"minecraft:skeleton_spawn_egg",
|
|
359
|
+
"minecraft:zombie_horse_spawn_egg",
|
|
360
|
+
"minecraft:stray_spawn_egg",
|
|
361
|
+
"minecraft:mule_spawn_egg",
|
|
362
|
+
"minecraft:slime_spawn_egg",
|
|
363
|
+
"minecraft:blaze_spawn_egg",
|
|
364
|
+
"minecraft:wither_skeleton_spawn_egg",
|
|
365
|
+
"minecraft:donkey_spawn_egg",
|
|
366
|
+
"minecraft:shulker_spawn_egg",
|
|
367
|
+
"minecraft:npc_spawn_egg",
|
|
368
|
+
"minecraft:cat_spawn_egg",
|
|
369
|
+
"minecraft:polar_bear_spawn_egg",
|
|
370
|
+
"minecraft:pufferfish_spawn_egg",
|
|
371
|
+
"minecraft:vindicator_spawn_egg",
|
|
372
|
+
"minecraft:turtle_spawn_egg",
|
|
373
|
+
"minecraft:evoker_spawn_egg",
|
|
374
|
+
"minecraft:skeleton_horse_spawn_egg",
|
|
375
|
+
"minecraft:phantom_spawn_egg",
|
|
376
|
+
"minecraft:spawn_egg",
|
|
377
|
+
"minecraft:zombie_villager_spawn_egg",
|
|
378
|
+
"minecraft:ocelot_spawn_egg",
|
|
379
|
+
"minecraft:cod_spawn_egg",
|
|
380
|
+
"minecraft:drowned_spawn_egg",
|
|
381
|
+
"minecraft:vex_spawn_egg",
|
|
382
|
+
"minecraft:dolphin_spawn_egg",
|
|
383
|
+
"minecraft:agent_spawn_egg",
|
|
384
|
+
"minecraft:panda_spawn_egg",
|
|
385
|
+
"minecraft:mooshroom_spawn_egg",
|
|
386
|
+
"minecraft:ravager_spawn_egg"
|
|
387
|
+
],
|
|
388
|
+
"minecraft:stone_bricks": [
|
|
389
|
+
"minecraft:stonebrick"
|
|
390
|
+
],
|
|
391
|
+
"minecraft:stone_crafting_materials": [
|
|
392
|
+
"minecraft:cobblestone"
|
|
393
|
+
],
|
|
394
|
+
"minecraft:stone_tier": [
|
|
395
|
+
"minecraft:stone_axe",
|
|
396
|
+
"minecraft:stone_pickaxe",
|
|
397
|
+
"minecraft:stone_hoe",
|
|
398
|
+
"minecraft:stone_shovel",
|
|
399
|
+
"minecraft:stone_sword"
|
|
400
|
+
],
|
|
401
|
+
"minecraft:stone_tool_materials": [
|
|
402
|
+
"minecraft:cobblestone"
|
|
403
|
+
],
|
|
404
|
+
"minecraft:vibration_damper": [
|
|
405
|
+
"minecraft:carpet",
|
|
406
|
+
"minecraft:wool"
|
|
407
|
+
],
|
|
408
|
+
"minecraft:wooden_slabs": [
|
|
409
|
+
"minecraft:wooden_slab"
|
|
410
|
+
],
|
|
411
|
+
"minecraft:wooden_tier": [
|
|
412
|
+
"minecraft:wooden_axe",
|
|
413
|
+
"minecraft:wooden_hoe",
|
|
414
|
+
"minecraft:wooden_pickaxe",
|
|
415
|
+
"minecraft:wooden_shovel",
|
|
416
|
+
"minecraft:wooden_sword"
|
|
417
|
+
],
|
|
418
|
+
"minecraft:wool": [
|
|
419
|
+
"minecraft:wool"
|
|
420
|
+
]
|
|
421
|
+
}
|
|
@@ -65,13 +65,20 @@
|
|
|
65
65
|
"block.composter.fill": 267,
|
|
66
66
|
"block.composter.fill_success": 268,
|
|
67
67
|
"block.composter.ready": 269,
|
|
68
|
+
"block.enchanting_table.use": 442,
|
|
68
69
|
"block.end_portal.spawn": 174,
|
|
69
70
|
"block.end_portal_frame.fill": 173,
|
|
70
71
|
"block.fletching_table.use": 187,
|
|
72
|
+
"block.frog_spawn.break": 435,
|
|
73
|
+
"block.frog_spawn.hatch": 433,
|
|
71
74
|
"block.furnace.lit": 283,
|
|
72
75
|
"block.grindstone.use": 257,
|
|
73
76
|
"block.loom.use": 273,
|
|
74
77
|
"block.scaffolding.climb": 244,
|
|
78
|
+
"block.sculk.spread": 379,
|
|
79
|
+
"block.sculk_catalyst.bloom": 365,
|
|
80
|
+
"block.sculk_sensor.place": 381,
|
|
81
|
+
"block.sculk_shrieker.place": 382,
|
|
75
82
|
"block.sculk_shrieker.shriek": 366,
|
|
76
83
|
"block.smithing_table.use": 280,
|
|
77
84
|
"block.smoker.smoke": 278,
|
|
@@ -82,7 +89,6 @@
|
|
|
82
89
|
"block.turtle_egg.break": 224,
|
|
83
90
|
"block.turtle_egg.crack": 225,
|
|
84
91
|
"block.turtle_egg.hatch": 226,
|
|
85
|
-
"bloom.sculk_catalyst": 365,
|
|
86
92
|
"boost": 20,
|
|
87
93
|
"born": 223,
|
|
88
94
|
"bottle.dragonbreath": 176,
|
|
@@ -105,7 +111,12 @@
|
|
|
105
111
|
"bucket.fill.powder_snow": 330,
|
|
106
112
|
"bucket.fill.water": 90,
|
|
107
113
|
"bullet.hit": 64,
|
|
114
|
+
"bundle.drop_contents": 445,
|
|
115
|
+
"bundle.insert": 446,
|
|
116
|
+
"bundle.remove_one": 447,
|
|
108
117
|
"burp": 89,
|
|
118
|
+
"button.click_off": 450,
|
|
119
|
+
"button.click_on": 451,
|
|
109
120
|
"cake.add_candle": 360,
|
|
110
121
|
"camera.take_picture": 135,
|
|
111
122
|
"cant_breed": 254,
|
|
@@ -114,6 +125,7 @@
|
|
|
114
125
|
"cauldron_drip.water.pointed_dripstone": 332,
|
|
115
126
|
"celebrate": 286,
|
|
116
127
|
"charge": 134,
|
|
128
|
+
"charge.sculk": 380,
|
|
117
129
|
"chest.closed": 68,
|
|
118
130
|
"chest.open": 67,
|
|
119
131
|
"chime.amethyst_block": 347,
|
|
@@ -126,6 +138,7 @@
|
|
|
126
138
|
"conduit.short": 237,
|
|
127
139
|
"convert_mooshroom": 284,
|
|
128
140
|
"convert_to_drowned": 211,
|
|
141
|
+
"convert_to_frog": 440,
|
|
129
142
|
"convert_to_stray": 359,
|
|
130
143
|
"converted_to_zombified": 297,
|
|
131
144
|
"copper.wax.off": 340,
|
|
@@ -137,6 +150,7 @@
|
|
|
137
150
|
"crossbow.quick_charge.middle": 250,
|
|
138
151
|
"crossbow.quick_charge.start": 249,
|
|
139
152
|
"crossbow.shoot": 248,
|
|
153
|
+
"dash_ready": 444,
|
|
140
154
|
"death": 14,
|
|
141
155
|
"death.baby": 220,
|
|
142
156
|
"death.in.water": 15,
|
|
@@ -147,8 +161,12 @@
|
|
|
147
161
|
"default": 186,
|
|
148
162
|
"deny": 77,
|
|
149
163
|
"detach": 76,
|
|
164
|
+
"disappeared": 430,
|
|
165
|
+
"door.close": 453,
|
|
166
|
+
"door.open": 452,
|
|
150
167
|
"drink": 30,
|
|
151
168
|
"drink.honey": 294,
|
|
169
|
+
"drink.milk": 432,
|
|
152
170
|
"drip.lava.pointed_dripstone": 335,
|
|
153
171
|
"drip.water.pointed_dripstone": 334,
|
|
154
172
|
"drop.slot": 80,
|
|
@@ -164,6 +182,8 @@
|
|
|
164
182
|
"fall.big": 24,
|
|
165
183
|
"fall.small": 25,
|
|
166
184
|
"fang": 133,
|
|
185
|
+
"fence_gate.close": 457,
|
|
186
|
+
"fence_gate.open": 456,
|
|
167
187
|
"fire": 49,
|
|
168
188
|
"fizz": 27,
|
|
169
189
|
"flap": 28,
|
|
@@ -182,16 +202,6 @@
|
|
|
182
202
|
"heartbeat": 376,
|
|
183
203
|
"heavy.step": 7,
|
|
184
204
|
"hit": 1,
|
|
185
|
-
"horn_bass0": 413,
|
|
186
|
-
"horn_bass1": 414,
|
|
187
|
-
"horn_bass2": 415,
|
|
188
|
-
"horn_bass3": 416,
|
|
189
|
-
"horn_bass4": 417,
|
|
190
|
-
"horn_bass5": 418,
|
|
191
|
-
"horn_bass6": 419,
|
|
192
|
-
"horn_bass7": 420,
|
|
193
|
-
"horn_bass8": 421,
|
|
194
|
-
"horn_bass9": 422,
|
|
195
205
|
"horn_break": 377,
|
|
196
206
|
"horn_call0": 383,
|
|
197
207
|
"horn_call1": 384,
|
|
@@ -201,28 +211,6 @@
|
|
|
201
211
|
"horn_call5": 388,
|
|
202
212
|
"horn_call6": 389,
|
|
203
213
|
"horn_call7": 390,
|
|
204
|
-
"horn_call8": 391,
|
|
205
|
-
"horn_call9": 392,
|
|
206
|
-
"horn_harmony0": 393,
|
|
207
|
-
"horn_harmony1": 394,
|
|
208
|
-
"horn_harmony2": 395,
|
|
209
|
-
"horn_harmony3": 396,
|
|
210
|
-
"horn_harmony4": 397,
|
|
211
|
-
"horn_harmony5": 398,
|
|
212
|
-
"horn_harmony6": 399,
|
|
213
|
-
"horn_harmony7": 400,
|
|
214
|
-
"horn_harmony8": 401,
|
|
215
|
-
"horn_harmony9": 402,
|
|
216
|
-
"horn_melody0": 403,
|
|
217
|
-
"horn_melody1": 404,
|
|
218
|
-
"horn_melody2": 405,
|
|
219
|
-
"horn_melody3": 406,
|
|
220
|
-
"horn_melody4": 407,
|
|
221
|
-
"horn_melody5": 408,
|
|
222
|
-
"horn_melody6": 409,
|
|
223
|
-
"horn_melody7": 410,
|
|
224
|
-
"horn_melody8": 411,
|
|
225
|
-
"horn_melody9": 412,
|
|
226
214
|
"hurt": 17,
|
|
227
215
|
"hurt.baby": 219,
|
|
228
216
|
"hurt.in.water": 18,
|
|
@@ -249,6 +237,7 @@
|
|
|
249
237
|
"imitate.stray": 163,
|
|
250
238
|
"imitate.vex": 164,
|
|
251
239
|
"imitate.vindication_illager": 165,
|
|
240
|
+
"imitate.warden": 426,
|
|
252
241
|
"imitate.witch": 166,
|
|
253
242
|
"imitate.wither": 167,
|
|
254
243
|
"imitate.wither_skeleton": 168,
|
|
@@ -272,6 +261,9 @@
|
|
|
272
261
|
"item.trident.throw": 183,
|
|
273
262
|
"item.trident.thunder": 184,
|
|
274
263
|
"item.use.on": 0,
|
|
264
|
+
"item_given": 428,
|
|
265
|
+
"item_taken": 429,
|
|
266
|
+
"item_thrown": 438,
|
|
275
267
|
"jump": 4,
|
|
276
268
|
"jump.prevent": 287,
|
|
277
269
|
"jump_to_block": 352,
|
|
@@ -281,10 +273,12 @@
|
|
|
281
273
|
"lava": 88,
|
|
282
274
|
"lava.pop": 87,
|
|
283
275
|
"lay_egg": 227,
|
|
276
|
+
"lay_spawn": 434,
|
|
284
277
|
"leashknot.break": 137,
|
|
285
278
|
"leashknot.place": 136,
|
|
286
279
|
"levelup": 62,
|
|
287
280
|
"listening": 375,
|
|
281
|
+
"listening_angry": 427,
|
|
288
282
|
"lodestone_compass.link_compass_to_lodestone": 315,
|
|
289
283
|
"lt.reaction.bleach": 192,
|
|
290
284
|
"lt.reaction.epaste": 193,
|
|
@@ -336,14 +330,18 @@
|
|
|
336
330
|
"prepare.summon": 131,
|
|
337
331
|
"prepare.wololo": 132,
|
|
338
332
|
"presneeze": 240,
|
|
333
|
+
"pressure_plate.click_off": 448,
|
|
334
|
+
"pressure_plate.click_on": 449,
|
|
339
335
|
"purr": 141,
|
|
340
336
|
"purreow": 142,
|
|
341
337
|
"raid.horn": 272,
|
|
342
338
|
"ram_impact": 355,
|
|
343
339
|
"ram_impact.screamer": 356,
|
|
344
340
|
"random.anvil_use": 175,
|
|
341
|
+
"reappeared": 431,
|
|
345
342
|
"record.11": 111,
|
|
346
343
|
"record.13": 101,
|
|
344
|
+
"record.5": 439,
|
|
347
345
|
"record.blocks": 103,
|
|
348
346
|
"record.cat": 102,
|
|
349
347
|
"record.chirp": 104,
|
|
@@ -378,6 +376,8 @@
|
|
|
378
376
|
"sleep": 282,
|
|
379
377
|
"smithing_table.use": 316,
|
|
380
378
|
"sneeze": 241,
|
|
379
|
+
"sonic_boom": 436,
|
|
380
|
+
"sonic_charge": 437,
|
|
381
381
|
"sparkler.active": 210,
|
|
382
382
|
"sparkler.use": 208,
|
|
383
383
|
"spawn": 53,
|
|
@@ -389,6 +389,7 @@
|
|
|
389
389
|
"step": 2,
|
|
390
390
|
"step.baby": 221,
|
|
391
391
|
"step_lava": 299,
|
|
392
|
+
"step_sand": 443,
|
|
392
393
|
"stop_record": 113,
|
|
393
394
|
"stun": 261,
|
|
394
395
|
"swim": 29,
|
|
@@ -402,6 +403,8 @@
|
|
|
402
403
|
"tilt_down.big_dripleaf": 337,
|
|
403
404
|
"tilt_up.big_dripleaf": 338,
|
|
404
405
|
"tongue": 372,
|
|
406
|
+
"trapdoor.close": 455,
|
|
407
|
+
"trapdoor.open": 454,
|
|
405
408
|
"tripod": 78,
|
|
406
409
|
"twinkle": 59,
|
|
407
410
|
"ui.cartography_table.take_result": 275,
|
|
Binary file
|