@jsprismarine/bedrock-data 1.19.80 → 1.20.10
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 +40 -40
- package/resources/block_id_to_item_id_map.json +61 -18
- package/resources/block_state_meta_map.json +84 -79
- package/resources/canonical_block_states.nbt +0 -0
- package/resources/creativeitems.json +102 -142
- package/resources/item_tags.json +53 -23
- package/resources/level_sound_id_map.json +4 -0
- package/resources/r12_to_current_block_map.bin +0 -0
- package/resources/r16_to_current_item_map.json +69 -10
- package/resources/recipes/shaped_crafting.json +1459 -1432
- package/resources/recipes/shapeless_chemistry.json +110 -140
- package/resources/recipes/shapeless_crafting.json +60 -16
- package/resources/recipes/shapeless_shulker_box.json +757 -1377
- package/resources/required_item_list.json +724 -476
|
@@ -7992,6 +7992,34 @@
|
|
|
7992
7992
|
],
|
|
7993
7993
|
"priority": 0
|
|
7994
7994
|
},
|
|
7995
|
+
{
|
|
7996
|
+
"block": "crafting_table",
|
|
7997
|
+
"input": [
|
|
7998
|
+
{
|
|
7999
|
+
"meta": 32767,
|
|
8000
|
+
"name": "minecraft:brown_mushroom"
|
|
8001
|
+
},
|
|
8002
|
+
{
|
|
8003
|
+
"meta": 32767,
|
|
8004
|
+
"name": "minecraft:red_mushroom"
|
|
8005
|
+
},
|
|
8006
|
+
{
|
|
8007
|
+
"meta": 32767,
|
|
8008
|
+
"name": "minecraft:bowl"
|
|
8009
|
+
},
|
|
8010
|
+
{
|
|
8011
|
+
"meta": 32767,
|
|
8012
|
+
"name": "minecraft:torchflower"
|
|
8013
|
+
}
|
|
8014
|
+
],
|
|
8015
|
+
"output": [
|
|
8016
|
+
{
|
|
8017
|
+
"meta": 10,
|
|
8018
|
+
"name": "minecraft:suspicious_stew"
|
|
8019
|
+
}
|
|
8020
|
+
],
|
|
8021
|
+
"priority": 0
|
|
8022
|
+
},
|
|
7995
8023
|
{
|
|
7996
8024
|
"block": "crafting_table",
|
|
7997
8025
|
"input": [
|
|
@@ -8103,6 +8131,7 @@
|
|
|
8103
8131
|
],
|
|
8104
8132
|
"output": [
|
|
8105
8133
|
{
|
|
8134
|
+
"block_states": "CgAAAwcAY2FuZGxlcwAAAAABAwBsaXQAAA==",
|
|
8106
8135
|
"name": "minecraft:blue_candle"
|
|
8107
8136
|
}
|
|
8108
8137
|
],
|
|
@@ -8254,6 +8283,7 @@
|
|
|
8254
8283
|
],
|
|
8255
8284
|
"output": [
|
|
8256
8285
|
{
|
|
8286
|
+
"block_states": "CgAAAwcAY2FuZGxlcwAAAAABAwBsaXQAAA==",
|
|
8257
8287
|
"name": "minecraft:blue_candle"
|
|
8258
8288
|
}
|
|
8259
8289
|
],
|
|
@@ -13419,6 +13449,21 @@
|
|
|
13419
13449
|
],
|
|
13420
13450
|
"priority": 0
|
|
13421
13451
|
},
|
|
13452
|
+
{
|
|
13453
|
+
"block": "crafting_table",
|
|
13454
|
+
"input": [
|
|
13455
|
+
{
|
|
13456
|
+
"meta": 32767,
|
|
13457
|
+
"name": "minecraft:pitcher_plant"
|
|
13458
|
+
}
|
|
13459
|
+
],
|
|
13460
|
+
"output": [
|
|
13461
|
+
{
|
|
13462
|
+
"name": "minecraft:cyan_dye"
|
|
13463
|
+
}
|
|
13464
|
+
],
|
|
13465
|
+
"priority": 0
|
|
13466
|
+
},
|
|
13422
13467
|
{
|
|
13423
13468
|
"block": "crafting_table",
|
|
13424
13469
|
"input": [
|
|
@@ -14098,22 +14143,6 @@
|
|
|
14098
14143
|
],
|
|
14099
14144
|
"priority": 1
|
|
14100
14145
|
},
|
|
14101
|
-
{
|
|
14102
|
-
"block": "crafting_table",
|
|
14103
|
-
"input": [
|
|
14104
|
-
{
|
|
14105
|
-
"meta": 32767,
|
|
14106
|
-
"name": "minecraft:web"
|
|
14107
|
-
}
|
|
14108
|
-
],
|
|
14109
|
-
"output": [
|
|
14110
|
-
{
|
|
14111
|
-
"count": 9,
|
|
14112
|
-
"name": "minecraft:string"
|
|
14113
|
-
}
|
|
14114
|
-
],
|
|
14115
|
-
"priority": 0
|
|
14116
|
-
},
|
|
14117
14146
|
{
|
|
14118
14147
|
"block": "crafting_table",
|
|
14119
14148
|
"input": [
|
|
@@ -16323,6 +16352,21 @@
|
|
|
16323
16352
|
],
|
|
16324
16353
|
"priority": 0
|
|
16325
16354
|
},
|
|
16355
|
+
{
|
|
16356
|
+
"block": "deprecated",
|
|
16357
|
+
"input": [
|
|
16358
|
+
{
|
|
16359
|
+
"meta": 32767,
|
|
16360
|
+
"name": "minecraft:string"
|
|
16361
|
+
}
|
|
16362
|
+
],
|
|
16363
|
+
"output": [
|
|
16364
|
+
{
|
|
16365
|
+
"name": "minecraft:string"
|
|
16366
|
+
}
|
|
16367
|
+
],
|
|
16368
|
+
"priority": 0
|
|
16369
|
+
},
|
|
16326
16370
|
{
|
|
16327
16371
|
"block": "stonecutter",
|
|
16328
16372
|
"input": [
|