@jsprismarine/bedrock-data 1.19.40 → 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.
Files changed (32) hide show
  1. package/package.json +1 -1
  2. package/resources/README.md +6 -29
  3. package/resources/biome_definitions.nbt +0 -0
  4. package/resources/biome_definitions_full.nbt +0 -0
  5. package/resources/biome_id_map.json +1 -0
  6. package/resources/block_id_to_item_id_map.json +84 -5
  7. package/resources/block_state_meta_map.json +5628 -783
  8. package/resources/canonical_block_states.nbt +0 -0
  9. package/resources/command_arg_types.json +59 -39
  10. package/resources/creativeitems.json +3184 -2125
  11. package/resources/entity_id_map.json +2 -0
  12. package/resources/entity_identifiers.nbt +0 -0
  13. package/resources/item_tags.json +718 -0
  14. package/resources/level_sound_id_map.json +20 -0
  15. package/resources/r12_to_current_block_map.bin +0 -0
  16. package/resources/r16_to_current_item_map.json +56 -2
  17. package/resources/recipes/potion_container_change.json +16 -0
  18. package/resources/recipes/potion_type.json +2390 -0
  19. package/resources/recipes/shaped_chemistry.json +3579 -0
  20. package/resources/recipes/shaped_crafting.json +21650 -0
  21. package/resources/recipes/shapeless_chemistry.json +1156 -0
  22. package/resources/recipes/shapeless_crafting.json +19458 -0
  23. package/resources/recipes/shapeless_shulker_box.json +6382 -0
  24. package/resources/recipes/smelting.json +2031 -0
  25. package/resources/recipes/smithing.json +164 -0
  26. package/resources/recipes/smithing_trim.json +14 -0
  27. package/resources/recipes/special_hardcoded.json +16 -0
  28. package/resources/required_item_list.json +899 -363
  29. package/resources/block_id_map.json +0 -555
  30. package/resources/item_id_map.json +0 -809
  31. package/resources/r12_block_states.json +0 -4235
  32. 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,
@@ -115,6 +118,8 @@
115
118
  "bundle.insert": 446,
116
119
  "bundle.remove_one": 447,
117
120
  "burp": 89,
121
+ "button.click_off": 450,
122
+ "button.click_on": 451,
118
123
  "cake.add_candle": 360,
119
124
  "camera.take_picture": 135,
120
125
  "cant_breed": 254,
@@ -148,6 +153,7 @@
148
153
  "crossbow.quick_charge.middle": 250,
149
154
  "crossbow.quick_charge.start": 249,
150
155
  "crossbow.shoot": 248,
156
+ "dash_ready": 444,
151
157
  "death": 14,
152
158
  "death.baby": 220,
153
159
  "death.in.water": 15,
@@ -159,6 +165,8 @@
159
165
  "deny": 77,
160
166
  "detach": 76,
161
167
  "disappeared": 430,
168
+ "door.close": 453,
169
+ "door.open": 452,
162
170
  "drink": 30,
163
171
  "drink.honey": 294,
164
172
  "drink.milk": 432,
@@ -177,6 +185,8 @@
177
185
  "fall.big": 24,
178
186
  "fall.small": 25,
179
187
  "fang": 133,
188
+ "fence_gate.close": 457,
189
+ "fence_gate.open": 456,
180
190
  "fire": 49,
181
191
  "fizz": 27,
182
192
  "flap": 28,
@@ -238,6 +248,8 @@
238
248
  "imitate.zombie": 170,
239
249
  "imitate.zombie_pigman": 171,
240
250
  "imitate.zombie_villager": 172,
251
+ "insert": 458,
252
+ "insert_enchanted": 460,
241
253
  "irongolem.crack": 373,
242
254
  "irongolem.repair": 374,
243
255
  "item.book.put": 256,
@@ -305,6 +317,8 @@
305
317
  "particle.soul_escape.loud": 313,
306
318
  "particle.soul_escape.quiet": 312,
307
319
  "pick_berries.cave_vines": 336,
320
+ "pickup": 459,
321
+ "pickup_enchanted": 461,
308
322
  "piston.in": 83,
309
323
  "piston.out": 84,
310
324
  "place": 6,
@@ -323,6 +337,8 @@
323
337
  "prepare.summon": 131,
324
338
  "prepare.wololo": 132,
325
339
  "presneeze": 240,
340
+ "pressure_plate.click_off": 448,
341
+ "pressure_plate.click_on": 449,
326
342
  "purr": 141,
327
343
  "purreow": 142,
328
344
  "raid.horn": 272,
@@ -358,6 +374,7 @@
358
374
  "scrape": 341,
359
375
  "screech": 281,
360
376
  "shake": 33,
377
+ "shatter_pot": 464,
361
378
  "shear": 45,
362
379
  "shoot": 54,
363
380
  "shulker.close": 120,
@@ -380,6 +397,7 @@
380
397
  "step": 2,
381
398
  "step.baby": 221,
382
399
  "step_lava": 299,
400
+ "step_sand": 443,
383
401
  "stop_record": 113,
384
402
  "stun": 261,
385
403
  "swim": 29,
@@ -393,6 +411,8 @@
393
411
  "tilt_down.big_dripleaf": 337,
394
412
  "tilt_up.big_dripleaf": 338,
395
413
  "tongue": 372,
414
+ "trapdoor.close": 455,
415
+ "trapdoor.open": 454,
396
416
  "tripod": 78,
397
417
  "twinkle": 59,
398
418
  "ui.cartography_table.take_result": 275,
@@ -17,7 +17,9 @@
17
17
  "3": "minecraft:jungle_boat",
18
18
  "4": "minecraft:acacia_boat",
19
19
  "5": "minecraft:dark_oak_boat",
20
- "6": "minecraft:mangrove_boat"
20
+ "6": "minecraft:mangrove_boat",
21
+ "7": "minecraft:bamboo_raft",
22
+ "8": "minecraft:cherry_boat"
21
23
  },
22
24
  "minecraft:bucket": {
23
25
  "1": "minecraft:milk_bucket",
@@ -38,7 +40,9 @@
38
40
  "3": "minecraft:jungle_chest_boat",
39
41
  "4": "minecraft:acacia_chest_boat",
40
42
  "5": "minecraft:dark_oak_chest_boat",
41
- "6": "minecraft:mangrove_chest_boat"
43
+ "6": "minecraft:mangrove_chest_boat",
44
+ "7": "minecraft:bamboo_chest_raft",
45
+ "8": "minecraft:cherry_chest_boat"
42
46
  },
43
47
  "minecraft:coal": {
44
48
  "1": "minecraft:charcoal"
@@ -65,6 +69,32 @@
65
69
  "8": "minecraft:gray_dye",
66
70
  "9": "minecraft:pink_dye"
67
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
+ },
68
98
  "minecraft:spawn_egg": {
69
99
  "10": "minecraft:chicken_spawn_egg",
70
100
  "104": "minecraft:evoker_spawn_egg",
@@ -96,6 +126,8 @@
96
126
  "132": "minecraft:frog_spawn_egg",
97
127
  "133": "minecraft:tadpole_spawn_egg",
98
128
  "134": "minecraft:allay_spawn_egg",
129
+ "138": "minecraft:camel_spawn_egg",
130
+ "139": "minecraft:sniffer_spawn_egg",
99
131
  "14": "minecraft:wolf_spawn_egg",
100
132
  "15": "minecraft:villager_spawn_egg",
101
133
  "157": "minecraft:trader_llama_spawn_egg",
@@ -103,6 +135,8 @@
103
135
  "17": "minecraft:squid_spawn_egg",
104
136
  "18": "minecraft:rabbit_spawn_egg",
105
137
  "19": "minecraft:bat_spawn_egg",
138
+ "20": "minecraft:iron_golem_spawn_egg",
139
+ "21": "minecraft:snow_golem_spawn_egg",
106
140
  "22": "minecraft:ocelot_spawn_egg",
107
141
  "23": "minecraft:horse_spawn_egg",
108
142
  "24": "minecraft:donkey_spawn_egg",
@@ -133,6 +167,8 @@
133
167
  "49": "minecraft:guardian_spawn_egg",
134
168
  "50": "minecraft:elder_guardian_spawn_egg",
135
169
  "51": "minecraft:npc_spawn_egg",
170
+ "52": "minecraft:wither_spawn_egg",
171
+ "53": "minecraft:ender_dragon_spawn_egg",
136
172
  "54": "minecraft:shulker_spawn_egg",
137
173
  "55": "minecraft:endermite_spawn_egg",
138
174
  "56": "minecraft:agent_spawn_egg",
@@ -141,6 +177,24 @@
141
177
  "59": "minecraft:ravager_spawn_egg",
142
178
  "74": "minecraft:turtle_spawn_egg",
143
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"
144
198
  }
145
199
  },
146
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
+ ]