diff --git a/biome_definitions.nbt b/biome_definitions.nbt new file mode 100644 index 0000000..ed295f7 Binary files /dev/null and b/biome_definitions.nbt differ diff --git a/block_id_map.json b/block_id_map.json index 892289f..1d164a4 100644 --- a/block_id_map.json +++ b/block_id_map.json @@ -212,6 +212,7 @@ "minecraft:nether_wart_block": 214, "minecraft:red_nether_brick": 215, "minecraft:bone_block": 216, + "minecraft:structure_void": 217, "minecraft:shulker_box": 218, "minecraft:purple_glazed_terracotta": 219, "minecraft:white_glazed_terracotta": 220, @@ -235,6 +236,7 @@ "minecraft:underwater_torch": 239, "minecraft:chorus_plant": 240, "minecraft:stained_glass": 241, + "minecraft:camera": 242, "minecraft:podzol": 243, "minecraft:beetroot": 244, "minecraft:stonecutter": 245, @@ -458,5 +460,8 @@ "minecraft:jigsaw": 466, "minecraft:wood": 467, "minecraft:composter": 468, - "minecraft:lit_blast_furnace": 469 -} + "minecraft:lit_blast_furnace": 469, + "minecraft:light_block": 470, + "minecraft:wither_rose": 471, + "minecraft:stickyPistonArmCollision": 472 +} \ No newline at end of file diff --git a/creativeitems.json b/creativeitems.json index 227334b..964db25 100644 --- a/creativeitems.json +++ b/creativeitems.json @@ -1039,6 +1039,9 @@ { "id": 2 }, + { + "id": 198 + }, { "id": 243 }, @@ -1336,6 +1339,26 @@ "id": -131, "damage": 4 }, + { + "id": -131, + "damage": 11 + }, + { + "id": -131, + "damage": 9 + }, + { + "id": -131, + "damage": 10 + }, + { + "id": -131, + "damage": 8 + }, + { + "id": -131, + "damage": 12 + }, { "id": -133, "damage": 3 @@ -1441,6 +1464,9 @@ "id": 175, "damage": 5 }, + { + "id": -216 + }, { "id": 351, "damage": 19 @@ -1748,6 +1774,10 @@ "id": 383, "damage": 113 }, + { + "id": 383, + "damage": 121 + }, { "id": 383, "damage": 33 @@ -4191,32 +4221,25 @@ "id": 69 }, { - "id": 143, - "damage": 5 + "id": 143 }, { - "id": -144, - "damage": 5 + "id": -144 }, { - "id": -141, - "damage": 5 + "id": -141 }, { - "id": -143, - "damage": 5 + "id": -143 }, { - "id": -140, - "damage": 5 + "id": -140 }, { - "id": -142, - "damage": 5 + "id": -142 }, { - "id": 77, - "damage": 5 + "id": 77 }, { "id": 131 diff --git a/entity_id_map.json b/entity_id_map.json index 19979ca..087b5b5 100644 --- a/entity_id_map.json +++ b/entity_id_map.json @@ -49,6 +49,7 @@ "minecraft:phantom": 58, "minecraft:ravager": 59, "minecraft:armor_stand": 61, + "minecraft:tripod_camera": 62, "minecraft:item": 64, "minecraft:tnt": 65, "minecraft:falling_block": 66, @@ -99,7 +100,8 @@ "minecraft:villager_v2": 115, "minecraft:zombie_villager_v2": 116, "minecraft:wandering_trader": 118, - "minecraft:player": 257, - "minecraft:tripod_camera": 258, - "minecraft:npc": 259 + "minecraft:elder_guardian_ghost": 120, + "minecraft:fox": 121, + "minecraft:npc": 257, + "minecraft:player": 258 } \ No newline at end of file diff --git a/entity_identifiers.nbt b/entity_identifiers.nbt new file mode 100644 index 0000000..019405e Binary files /dev/null and b/entity_identifiers.nbt differ diff --git a/item_id_map.json b/item_id_map.json index 8754257..bd1e273 100644 --- a/item_id_map.json +++ b/item_id_map.json @@ -1,4 +1,7 @@ { + "minecraft:stickypistonarmcollision": -217, + "minecraft:wither_rose": -216, + "minecraft:light_block": -215, "minecraft:lit_blast_furnace": -214, "minecraft:composter": -213, "minecraft:wood": -212, @@ -424,6 +427,7 @@ "minecraft:nether_wart_block": 214, "minecraft:red_nether_brick": 215, "minecraft:bone_block": 216, + "minecraft:structure_void": 217, "minecraft:shulker_box": 218, "minecraft:purple_glazed_terracotta": 219, "minecraft:white_glazed_terracotta": 220, @@ -447,6 +451,7 @@ "minecraft:underwater_torch": 239, "minecraft:chorus_plant": 240, "minecraft:stained_glass": 241, + "minecraft:item.camera": 242, "minecraft:podzol": 243, "minecraft:item.beetroot": 244, "minecraft:stonecutter": 245, @@ -673,6 +678,7 @@ "minecraft:acacia_sign": 475, "minecraft:darkoak_sign": 476, "minecraft:sweet_berries": 477, + "minecraft:camera": 498, "minecraft:compound": 499, "minecraft:record_13": 500, "minecraft:record_cat": 501, @@ -687,5 +693,6 @@ "minecraft:record_11": 510, "minecraft:record_wait": 511, "minecraft:shield": 513, - "minecraft:campfire": 720 + "minecraft:campfire": 720, + "minecraft:suspicious_stew": 734 } \ No newline at end of file diff --git a/r12_to_current_block_map.nbt b/r12_to_current_block_map.nbt new file mode 100644 index 0000000..2a6f990 Binary files /dev/null and b/r12_to_current_block_map.nbt differ diff --git a/recipes.json b/recipes.json index fc42e88..a4b0e1d 100644 --- a/recipes.json +++ b/recipes.json @@ -57,8 +57,7 @@ }, "output": [ { - "id": -140, - "damage": 5 + "id": -140 } ], "priority": 50, @@ -78,8 +77,7 @@ }, "output": [ { - "id": -141, - "damage": 5 + "id": -141 } ], "priority": 50, @@ -99,8 +97,7 @@ }, "output": [ { - "id": -142, - "damage": 5 + "id": -142 } ], "priority": 50, @@ -120,8 +117,7 @@ }, "output": [ { - "id": -143, - "damage": 5 + "id": -143 } ], "priority": 50, @@ -141,8 +137,7 @@ }, "output": [ { - "id": -144, - "damage": 5 + "id": -144 } ], "priority": 50, @@ -654,31 +649,6 @@ ], "type": "shaped" }, - { - "block": "crafting_table", - "input": { - "A": { - "id": 289, - "damage": -1 - }, - "B": { - "id": 12 - } - }, - "output": [ - { - "id": 46 - } - ], - "priority": 50, - "recipe_id": "TNT_recipeId", - "shape": [ - "ABA", - "BAB", - "ABA" - ], - "type": "shaped" - }, { "block": "crafting_table", "input": { @@ -876,8 +846,7 @@ }, "output": [ { - "id": 143, - "damage": 5 + "id": 143 } ], "priority": 50, @@ -1038,7 +1007,7 @@ "id": 355 } ], - "priority": 50, + "priority": 1, "recipe_id": "bed_color_0", "shape": [ "AAA", @@ -1064,7 +1033,7 @@ "damage": 1 } ], - "priority": 50, + "priority": 1, "recipe_id": "bed_color_1", "shape": [ "AAA", @@ -1090,7 +1059,7 @@ "damage": 10 } ], - "priority": 50, + "priority": 1, "recipe_id": "bed_color_10", "shape": [ "AAA", @@ -1116,7 +1085,7 @@ "damage": 11 } ], - "priority": 50, + "priority": 1, "recipe_id": "bed_color_11", "shape": [ "AAA", @@ -1142,7 +1111,7 @@ "damage": 12 } ], - "priority": 50, + "priority": 1, "recipe_id": "bed_color_12", "shape": [ "AAA", @@ -1168,7 +1137,7 @@ "damage": 13 } ], - "priority": 50, + "priority": 1, "recipe_id": "bed_color_13", "shape": [ "AAA", @@ -1194,7 +1163,7 @@ "damage": 14 } ], - "priority": 50, + "priority": 1, "recipe_id": "bed_color_14", "shape": [ "AAA", @@ -1220,7 +1189,7 @@ "damage": 15 } ], - "priority": 50, + "priority": 1, "recipe_id": "bed_color_15", "shape": [ "AAA", @@ -1246,7 +1215,7 @@ "damage": 2 } ], - "priority": 50, + "priority": 1, "recipe_id": "bed_color_2", "shape": [ "AAA", @@ -1272,7 +1241,7 @@ "damage": 3 } ], - "priority": 50, + "priority": 1, "recipe_id": "bed_color_3", "shape": [ "AAA", @@ -1298,7 +1267,7 @@ "damage": 4 } ], - "priority": 50, + "priority": 1, "recipe_id": "bed_color_4", "shape": [ "AAA", @@ -1324,7 +1293,7 @@ "damage": 5 } ], - "priority": 50, + "priority": 1, "recipe_id": "bed_color_5", "shape": [ "AAA", @@ -1350,7 +1319,7 @@ "damage": 6 } ], - "priority": 50, + "priority": 1, "recipe_id": "bed_color_6", "shape": [ "AAA", @@ -1376,7 +1345,7 @@ "damage": 7 } ], - "priority": 50, + "priority": 1, "recipe_id": "bed_color_7", "shape": [ "AAA", @@ -1402,7 +1371,7 @@ "damage": 8 } ], - "priority": 50, + "priority": 1, "recipe_id": "bed_color_8", "shape": [ "AAA", @@ -1428,7 +1397,7 @@ "damage": 9 } ], - "priority": 50, + "priority": 1, "recipe_id": "bed_color_9", "shape": [ "AAA", @@ -1453,7 +1422,7 @@ "damage": 15 } ], - "priority": 1, + "priority": 50, "recipe_id": "bed_dye_0_1", "type": "shapeless" }, @@ -1474,7 +1443,7 @@ "damage": 15 } ], - "priority": 1, + "priority": 50, "recipe_id": "bed_dye_0_10", "type": "shapeless" }, @@ -1495,7 +1464,7 @@ "damage": 15 } ], - "priority": 1, + "priority": 50, "recipe_id": "bed_dye_0_11", "type": "shapeless" }, @@ -1516,7 +1485,7 @@ "damage": 15 } ], - "priority": 1, + "priority": 50, "recipe_id": "bed_dye_0_12", "type": "shapeless" }, @@ -1537,7 +1506,7 @@ "damage": 15 } ], - "priority": 1, + "priority": 50, "recipe_id": "bed_dye_0_13", "type": "shapeless" }, @@ -1558,7 +1527,7 @@ "damage": 15 } ], - "priority": 1, + "priority": 50, "recipe_id": "bed_dye_0_14", "type": "shapeless" }, @@ -1578,7 +1547,7 @@ "damage": 15 } ], - "priority": 1, + "priority": 50, "recipe_id": "bed_dye_0_15", "type": "shapeless" }, @@ -1599,7 +1568,7 @@ "damage": 15 } ], - "priority": 1, + "priority": 50, "recipe_id": "bed_dye_0_2", "type": "shapeless" }, @@ -1620,7 +1589,7 @@ "damage": 15 } ], - "priority": 1, + "priority": 50, "recipe_id": "bed_dye_0_3", "type": "shapeless" }, @@ -1641,7 +1610,7 @@ "damage": 15 } ], - "priority": 1, + "priority": 50, "recipe_id": "bed_dye_0_4", "type": "shapeless" }, @@ -1662,7 +1631,7 @@ "damage": 15 } ], - "priority": 1, + "priority": 50, "recipe_id": "bed_dye_0_5", "type": "shapeless" }, @@ -1683,7 +1652,7 @@ "damage": 15 } ], - "priority": 1, + "priority": 50, "recipe_id": "bed_dye_0_6", "type": "shapeless" }, @@ -1704,7 +1673,7 @@ "damage": 15 } ], - "priority": 1, + "priority": 50, "recipe_id": "bed_dye_0_7", "type": "shapeless" }, @@ -1725,7 +1694,7 @@ "damage": 15 } ], - "priority": 1, + "priority": 50, "recipe_id": "bed_dye_0_8", "type": "shapeless" }, @@ -1746,7 +1715,7 @@ "damage": 15 } ], - "priority": 1, + "priority": 50, "recipe_id": "bed_dye_0_9", "type": "shapeless" }, @@ -1768,7 +1737,7 @@ "damage": 5 } ], - "priority": 1, + "priority": 50, "recipe_id": "bed_dye_10_0", "type": "shapeless" }, @@ -1790,7 +1759,7 @@ "damage": 5 } ], - "priority": 1, + "priority": 50, "recipe_id": "bed_dye_10_1", "type": "shapeless" }, @@ -1812,7 +1781,7 @@ "damage": 5 } ], - "priority": 1, + "priority": 50, "recipe_id": "bed_dye_10_11", "type": "shapeless" }, @@ -1834,7 +1803,7 @@ "damage": 5 } ], - "priority": 1, + "priority": 50, "recipe_id": "bed_dye_10_12", "type": "shapeless" }, @@ -1856,7 +1825,7 @@ "damage": 5 } ], - "priority": 1, + "priority": 50, "recipe_id": "bed_dye_10_13", "type": "shapeless" }, @@ -1878,7 +1847,7 @@ "damage": 5 } ], - "priority": 1, + "priority": 50, "recipe_id": "bed_dye_10_14", "type": "shapeless" }, @@ -1899,7 +1868,7 @@ "damage": 5 } ], - "priority": 1, + "priority": 50, "recipe_id": "bed_dye_10_15", "type": "shapeless" }, @@ -1921,7 +1890,7 @@ "damage": 5 } ], - "priority": 1, + "priority": 50, "recipe_id": "bed_dye_10_2", "type": "shapeless" }, @@ -1943,7 +1912,7 @@ "damage": 5 } ], - "priority": 1, + "priority": 50, "recipe_id": "bed_dye_10_3", "type": "shapeless" }, @@ -1965,7 +1934,7 @@ "damage": 5 } ], - "priority": 1, + "priority": 50, "recipe_id": "bed_dye_10_4", "type": "shapeless" }, @@ -1987,7 +1956,7 @@ "damage": 5 } ], - "priority": 1, + "priority": 50, "recipe_id": "bed_dye_10_5", "type": "shapeless" }, @@ -2009,7 +1978,7 @@ "damage": 5 } ], - "priority": 1, + "priority": 50, "recipe_id": "bed_dye_10_6", "type": "shapeless" }, @@ -2031,7 +2000,7 @@ "damage": 5 } ], - "priority": 1, + "priority": 50, "recipe_id": "bed_dye_10_7", "type": "shapeless" }, @@ -2053,7 +2022,7 @@ "damage": 5 } ], - "priority": 1, + "priority": 50, "recipe_id": "bed_dye_10_8", "type": "shapeless" }, @@ -2075,7 +2044,7 @@ "damage": 5 } ], - "priority": 1, + "priority": 50, "recipe_id": "bed_dye_10_9", "type": "shapeless" }, @@ -2097,7 +2066,7 @@ "damage": 4 } ], - "priority": 1, + "priority": 50, "recipe_id": "bed_dye_11_0", "type": "shapeless" }, @@ -2119,7 +2088,7 @@ "damage": 4 } ], - "priority": 1, + "priority": 50, "recipe_id": "bed_dye_11_1", "type": "shapeless" }, @@ -2141,7 +2110,7 @@ "damage": 4 } ], - "priority": 1, + "priority": 50, "recipe_id": "bed_dye_11_10", "type": "shapeless" }, @@ -2163,7 +2132,7 @@ "damage": 4 } ], - "priority": 1, + "priority": 50, "recipe_id": "bed_dye_11_12", "type": "shapeless" }, @@ -2185,7 +2154,7 @@ "damage": 4 } ], - "priority": 1, + "priority": 50, "recipe_id": "bed_dye_11_13", "type": "shapeless" }, @@ -2207,7 +2176,7 @@ "damage": 4 } ], - "priority": 1, + "priority": 50, "recipe_id": "bed_dye_11_14", "type": "shapeless" }, @@ -2228,7 +2197,7 @@ "damage": 4 } ], - "priority": 1, + "priority": 50, "recipe_id": "bed_dye_11_15", "type": "shapeless" }, @@ -2250,7 +2219,7 @@ "damage": 4 } ], - "priority": 1, + "priority": 50, "recipe_id": "bed_dye_11_2", "type": "shapeless" }, @@ -2272,7 +2241,7 @@ "damage": 4 } ], - "priority": 1, + "priority": 50, "recipe_id": "bed_dye_11_3", "type": "shapeless" }, @@ -2294,7 +2263,7 @@ "damage": 4 } ], - "priority": 1, + "priority": 50, "recipe_id": "bed_dye_11_4", "type": "shapeless" }, @@ -2316,7 +2285,7 @@ "damage": 4 } ], - "priority": 1, + "priority": 50, "recipe_id": "bed_dye_11_5", "type": "shapeless" }, @@ -2338,7 +2307,7 @@ "damage": 4 } ], - "priority": 1, + "priority": 50, "recipe_id": "bed_dye_11_6", "type": "shapeless" }, @@ -2360,7 +2329,7 @@ "damage": 4 } ], - "priority": 1, + "priority": 50, "recipe_id": "bed_dye_11_7", "type": "shapeless" }, @@ -2382,7 +2351,7 @@ "damage": 4 } ], - "priority": 1, + "priority": 50, "recipe_id": "bed_dye_11_8", "type": "shapeless" }, @@ -2404,7 +2373,7 @@ "damage": 4 } ], - "priority": 1, + "priority": 50, "recipe_id": "bed_dye_11_9", "type": "shapeless" }, @@ -2426,7 +2395,7 @@ "damage": 3 } ], - "priority": 1, + "priority": 50, "recipe_id": "bed_dye_12_0", "type": "shapeless" }, @@ -2448,7 +2417,7 @@ "damage": 3 } ], - "priority": 1, + "priority": 50, "recipe_id": "bed_dye_12_1", "type": "shapeless" }, @@ -2470,7 +2439,7 @@ "damage": 3 } ], - "priority": 1, + "priority": 50, "recipe_id": "bed_dye_12_10", "type": "shapeless" }, @@ -2492,7 +2461,7 @@ "damage": 3 } ], - "priority": 1, + "priority": 50, "recipe_id": "bed_dye_12_11", "type": "shapeless" }, @@ -2514,7 +2483,7 @@ "damage": 3 } ], - "priority": 1, + "priority": 50, "recipe_id": "bed_dye_12_13", "type": "shapeless" }, @@ -2536,7 +2505,7 @@ "damage": 3 } ], - "priority": 1, + "priority": 50, "recipe_id": "bed_dye_12_14", "type": "shapeless" }, @@ -2557,7 +2526,7 @@ "damage": 3 } ], - "priority": 1, + "priority": 50, "recipe_id": "bed_dye_12_15", "type": "shapeless" }, @@ -2579,7 +2548,7 @@ "damage": 3 } ], - "priority": 1, + "priority": 50, "recipe_id": "bed_dye_12_2", "type": "shapeless" }, @@ -2601,7 +2570,7 @@ "damage": 3 } ], - "priority": 1, + "priority": 50, "recipe_id": "bed_dye_12_3", "type": "shapeless" }, @@ -2623,7 +2592,7 @@ "damage": 3 } ], - "priority": 1, + "priority": 50, "recipe_id": "bed_dye_12_4", "type": "shapeless" }, @@ -2645,7 +2614,7 @@ "damage": 3 } ], - "priority": 1, + "priority": 50, "recipe_id": "bed_dye_12_5", "type": "shapeless" }, @@ -2667,7 +2636,7 @@ "damage": 3 } ], - "priority": 1, + "priority": 50, "recipe_id": "bed_dye_12_6", "type": "shapeless" }, @@ -2689,7 +2658,7 @@ "damage": 3 } ], - "priority": 1, + "priority": 50, "recipe_id": "bed_dye_12_7", "type": "shapeless" }, @@ -2711,7 +2680,7 @@ "damage": 3 } ], - "priority": 1, + "priority": 50, "recipe_id": "bed_dye_12_8", "type": "shapeless" }, @@ -2733,7 +2702,7 @@ "damage": 3 } ], - "priority": 1, + "priority": 50, "recipe_id": "bed_dye_12_9", "type": "shapeless" }, @@ -2755,7 +2724,7 @@ "damage": 2 } ], - "priority": 1, + "priority": 50, "recipe_id": "bed_dye_13_0", "type": "shapeless" }, @@ -2777,7 +2746,7 @@ "damage": 2 } ], - "priority": 1, + "priority": 50, "recipe_id": "bed_dye_13_1", "type": "shapeless" }, @@ -2799,7 +2768,7 @@ "damage": 2 } ], - "priority": 1, + "priority": 50, "recipe_id": "bed_dye_13_10", "type": "shapeless" }, @@ -2821,7 +2790,7 @@ "damage": 2 } ], - "priority": 1, + "priority": 50, "recipe_id": "bed_dye_13_11", "type": "shapeless" }, @@ -2843,7 +2812,7 @@ "damage": 2 } ], - "priority": 1, + "priority": 50, "recipe_id": "bed_dye_13_12", "type": "shapeless" }, @@ -2865,7 +2834,7 @@ "damage": 2 } ], - "priority": 1, + "priority": 50, "recipe_id": "bed_dye_13_14", "type": "shapeless" }, @@ -2886,7 +2855,7 @@ "damage": 2 } ], - "priority": 1, + "priority": 50, "recipe_id": "bed_dye_13_15", "type": "shapeless" }, @@ -2908,7 +2877,7 @@ "damage": 2 } ], - "priority": 1, + "priority": 50, "recipe_id": "bed_dye_13_2", "type": "shapeless" }, @@ -2930,7 +2899,7 @@ "damage": 2 } ], - "priority": 1, + "priority": 50, "recipe_id": "bed_dye_13_3", "type": "shapeless" }, @@ -2952,7 +2921,7 @@ "damage": 2 } ], - "priority": 1, + "priority": 50, "recipe_id": "bed_dye_13_4", "type": "shapeless" }, @@ -2974,7 +2943,7 @@ "damage": 2 } ], - "priority": 1, + "priority": 50, "recipe_id": "bed_dye_13_5", "type": "shapeless" }, @@ -2996,7 +2965,7 @@ "damage": 2 } ], - "priority": 1, + "priority": 50, "recipe_id": "bed_dye_13_6", "type": "shapeless" }, @@ -3018,7 +2987,7 @@ "damage": 2 } ], - "priority": 1, + "priority": 50, "recipe_id": "bed_dye_13_7", "type": "shapeless" }, @@ -3040,7 +3009,7 @@ "damage": 2 } ], - "priority": 1, + "priority": 50, "recipe_id": "bed_dye_13_8", "type": "shapeless" }, @@ -3062,7 +3031,7 @@ "damage": 2 } ], - "priority": 1, + "priority": 50, "recipe_id": "bed_dye_13_9", "type": "shapeless" }, @@ -3084,7 +3053,7 @@ "damage": 1 } ], - "priority": 1, + "priority": 50, "recipe_id": "bed_dye_14_0", "type": "shapeless" }, @@ -3106,7 +3075,7 @@ "damage": 1 } ], - "priority": 1, + "priority": 50, "recipe_id": "bed_dye_14_1", "type": "shapeless" }, @@ -3128,7 +3097,7 @@ "damage": 1 } ], - "priority": 1, + "priority": 50, "recipe_id": "bed_dye_14_10", "type": "shapeless" }, @@ -3150,7 +3119,7 @@ "damage": 1 } ], - "priority": 1, + "priority": 50, "recipe_id": "bed_dye_14_11", "type": "shapeless" }, @@ -3172,7 +3141,7 @@ "damage": 1 } ], - "priority": 1, + "priority": 50, "recipe_id": "bed_dye_14_12", "type": "shapeless" }, @@ -3194,7 +3163,7 @@ "damage": 1 } ], - "priority": 1, + "priority": 50, "recipe_id": "bed_dye_14_13", "type": "shapeless" }, @@ -3215,7 +3184,7 @@ "damage": 1 } ], - "priority": 1, + "priority": 50, "recipe_id": "bed_dye_14_15", "type": "shapeless" }, @@ -3237,7 +3206,7 @@ "damage": 1 } ], - "priority": 1, + "priority": 50, "recipe_id": "bed_dye_14_2", "type": "shapeless" }, @@ -3259,7 +3228,7 @@ "damage": 1 } ], - "priority": 1, + "priority": 50, "recipe_id": "bed_dye_14_3", "type": "shapeless" }, @@ -3281,7 +3250,7 @@ "damage": 1 } ], - "priority": 1, + "priority": 50, "recipe_id": "bed_dye_14_4", "type": "shapeless" }, @@ -3303,7 +3272,7 @@ "damage": 1 } ], - "priority": 1, + "priority": 50, "recipe_id": "bed_dye_14_5", "type": "shapeless" }, @@ -3325,7 +3294,7 @@ "damage": 1 } ], - "priority": 1, + "priority": 50, "recipe_id": "bed_dye_14_6", "type": "shapeless" }, @@ -3347,7 +3316,7 @@ "damage": 1 } ], - "priority": 1, + "priority": 50, "recipe_id": "bed_dye_14_7", "type": "shapeless" }, @@ -3369,7 +3338,7 @@ "damage": 1 } ], - "priority": 1, + "priority": 50, "recipe_id": "bed_dye_14_8", "type": "shapeless" }, @@ -3391,7 +3360,7 @@ "damage": 1 } ], - "priority": 1, + "priority": 50, "recipe_id": "bed_dye_14_9", "type": "shapeless" }, @@ -3412,7 +3381,7 @@ "id": 355 } ], - "priority": 1, + "priority": 50, "recipe_id": "bed_dye_15_0", "type": "shapeless" }, @@ -3433,7 +3402,7 @@ "id": 355 } ], - "priority": 1, + "priority": 50, "recipe_id": "bed_dye_15_1", "type": "shapeless" }, @@ -3454,7 +3423,7 @@ "id": 355 } ], - "priority": 1, + "priority": 50, "recipe_id": "bed_dye_15_10", "type": "shapeless" }, @@ -3475,7 +3444,7 @@ "id": 355 } ], - "priority": 1, + "priority": 50, "recipe_id": "bed_dye_15_11", "type": "shapeless" }, @@ -3496,7 +3465,7 @@ "id": 355 } ], - "priority": 1, + "priority": 50, "recipe_id": "bed_dye_15_12", "type": "shapeless" }, @@ -3517,7 +3486,7 @@ "id": 355 } ], - "priority": 1, + "priority": 50, "recipe_id": "bed_dye_15_13", "type": "shapeless" }, @@ -3538,7 +3507,7 @@ "id": 355 } ], - "priority": 1, + "priority": 50, "recipe_id": "bed_dye_15_14", "type": "shapeless" }, @@ -3559,7 +3528,7 @@ "id": 355 } ], - "priority": 1, + "priority": 50, "recipe_id": "bed_dye_15_2", "type": "shapeless" }, @@ -3580,7 +3549,7 @@ "id": 355 } ], - "priority": 1, + "priority": 50, "recipe_id": "bed_dye_15_3", "type": "shapeless" }, @@ -3601,7 +3570,7 @@ "id": 355 } ], - "priority": 1, + "priority": 50, "recipe_id": "bed_dye_15_4", "type": "shapeless" }, @@ -3622,7 +3591,7 @@ "id": 355 } ], - "priority": 1, + "priority": 50, "recipe_id": "bed_dye_15_5", "type": "shapeless" }, @@ -3643,7 +3612,7 @@ "id": 355 } ], - "priority": 1, + "priority": 50, "recipe_id": "bed_dye_15_6", "type": "shapeless" }, @@ -3664,7 +3633,7 @@ "id": 355 } ], - "priority": 1, + "priority": 50, "recipe_id": "bed_dye_15_7", "type": "shapeless" }, @@ -3685,7 +3654,7 @@ "id": 355 } ], - "priority": 1, + "priority": 50, "recipe_id": "bed_dye_15_8", "type": "shapeless" }, @@ -3706,7 +3675,7 @@ "id": 355 } ], - "priority": 1, + "priority": 50, "recipe_id": "bed_dye_15_9", "type": "shapeless" }, @@ -3728,7 +3697,7 @@ "damage": 15 } ], - "priority": 1, + "priority": 50, "recipe_id": "bed_dye_16_1", "type": "shapeless" }, @@ -3750,7 +3719,7 @@ "damage": 15 } ], - "priority": 1, + "priority": 50, "recipe_id": "bed_dye_16_10", "type": "shapeless" }, @@ -3772,7 +3741,7 @@ "damage": 15 } ], - "priority": 1, + "priority": 50, "recipe_id": "bed_dye_16_11", "type": "shapeless" }, @@ -3794,7 +3763,7 @@ "damage": 15 } ], - "priority": 1, + "priority": 50, "recipe_id": "bed_dye_16_12", "type": "shapeless" }, @@ -3816,7 +3785,7 @@ "damage": 15 } ], - "priority": 1, + "priority": 50, "recipe_id": "bed_dye_16_13", "type": "shapeless" }, @@ -3838,7 +3807,7 @@ "damage": 15 } ], - "priority": 1, + "priority": 50, "recipe_id": "bed_dye_16_14", "type": "shapeless" }, @@ -3859,7 +3828,7 @@ "damage": 15 } ], - "priority": 1, + "priority": 50, "recipe_id": "bed_dye_16_15", "type": "shapeless" }, @@ -3881,7 +3850,7 @@ "damage": 15 } ], - "priority": 1, + "priority": 50, "recipe_id": "bed_dye_16_2", "type": "shapeless" }, @@ -3903,7 +3872,7 @@ "damage": 15 } ], - "priority": 1, + "priority": 50, "recipe_id": "bed_dye_16_3", "type": "shapeless" }, @@ -3925,7 +3894,7 @@ "damage": 15 } ], - "priority": 1, + "priority": 50, "recipe_id": "bed_dye_16_4", "type": "shapeless" }, @@ -3947,7 +3916,7 @@ "damage": 15 } ], - "priority": 1, + "priority": 50, "recipe_id": "bed_dye_16_5", "type": "shapeless" }, @@ -3969,7 +3938,7 @@ "damage": 15 } ], - "priority": 1, + "priority": 50, "recipe_id": "bed_dye_16_6", "type": "shapeless" }, @@ -3991,7 +3960,7 @@ "damage": 15 } ], - "priority": 1, + "priority": 50, "recipe_id": "bed_dye_16_7", "type": "shapeless" }, @@ -4013,7 +3982,7 @@ "damage": 15 } ], - "priority": 1, + "priority": 50, "recipe_id": "bed_dye_16_8", "type": "shapeless" }, @@ -4035,7 +4004,7 @@ "damage": 15 } ], - "priority": 1, + "priority": 50, "recipe_id": "bed_dye_16_9", "type": "shapeless" }, @@ -4057,7 +4026,7 @@ "damage": 12 } ], - "priority": 1, + "priority": 50, "recipe_id": "bed_dye_17_0", "type": "shapeless" }, @@ -4079,7 +4048,7 @@ "damage": 12 } ], - "priority": 1, + "priority": 50, "recipe_id": "bed_dye_17_1", "type": "shapeless" }, @@ -4101,7 +4070,7 @@ "damage": 12 } ], - "priority": 1, + "priority": 50, "recipe_id": "bed_dye_17_10", "type": "shapeless" }, @@ -4123,7 +4092,7 @@ "damage": 12 } ], - "priority": 1, + "priority": 50, "recipe_id": "bed_dye_17_11", "type": "shapeless" }, @@ -4145,7 +4114,7 @@ "damage": 12 } ], - "priority": 1, + "priority": 50, "recipe_id": "bed_dye_17_12", "type": "shapeless" }, @@ -4167,7 +4136,7 @@ "damage": 12 } ], - "priority": 1, + "priority": 50, "recipe_id": "bed_dye_17_13", "type": "shapeless" }, @@ -4189,7 +4158,7 @@ "damage": 12 } ], - "priority": 1, + "priority": 50, "recipe_id": "bed_dye_17_14", "type": "shapeless" }, @@ -4210,7 +4179,7 @@ "damage": 12 } ], - "priority": 1, + "priority": 50, "recipe_id": "bed_dye_17_15", "type": "shapeless" }, @@ -4232,7 +4201,7 @@ "damage": 12 } ], - "priority": 1, + "priority": 50, "recipe_id": "bed_dye_17_2", "type": "shapeless" }, @@ -4254,7 +4223,7 @@ "damage": 12 } ], - "priority": 1, + "priority": 50, "recipe_id": "bed_dye_17_4", "type": "shapeless" }, @@ -4276,7 +4245,7 @@ "damage": 12 } ], - "priority": 1, + "priority": 50, "recipe_id": "bed_dye_17_5", "type": "shapeless" }, @@ -4298,7 +4267,7 @@ "damage": 12 } ], - "priority": 1, + "priority": 50, "recipe_id": "bed_dye_17_6", "type": "shapeless" }, @@ -4320,7 +4289,7 @@ "damage": 12 } ], - "priority": 1, + "priority": 50, "recipe_id": "bed_dye_17_7", "type": "shapeless" }, @@ -4342,7 +4311,7 @@ "damage": 12 } ], - "priority": 1, + "priority": 50, "recipe_id": "bed_dye_17_8", "type": "shapeless" }, @@ -4364,7 +4333,7 @@ "damage": 12 } ], - "priority": 1, + "priority": 50, "recipe_id": "bed_dye_17_9", "type": "shapeless" }, @@ -4386,7 +4355,7 @@ "damage": 11 } ], - "priority": 1, + "priority": 50, "recipe_id": "bed_dye_18_0", "type": "shapeless" }, @@ -4408,7 +4377,7 @@ "damage": 11 } ], - "priority": 1, + "priority": 50, "recipe_id": "bed_dye_18_1", "type": "shapeless" }, @@ -4430,7 +4399,7 @@ "damage": 11 } ], - "priority": 1, + "priority": 50, "recipe_id": "bed_dye_18_10", "type": "shapeless" }, @@ -4452,7 +4421,7 @@ "damage": 11 } ], - "priority": 1, + "priority": 50, "recipe_id": "bed_dye_18_11", "type": "shapeless" }, @@ -4474,7 +4443,7 @@ "damage": 11 } ], - "priority": 1, + "priority": 50, "recipe_id": "bed_dye_18_12", "type": "shapeless" }, @@ -4496,7 +4465,7 @@ "damage": 11 } ], - "priority": 1, + "priority": 50, "recipe_id": "bed_dye_18_13", "type": "shapeless" }, @@ -4518,7 +4487,7 @@ "damage": 11 } ], - "priority": 1, + "priority": 50, "recipe_id": "bed_dye_18_14", "type": "shapeless" }, @@ -4539,7 +4508,7 @@ "damage": 11 } ], - "priority": 1, + "priority": 50, "recipe_id": "bed_dye_18_15", "type": "shapeless" }, @@ -4561,7 +4530,7 @@ "damage": 11 } ], - "priority": 1, + "priority": 50, "recipe_id": "bed_dye_18_2", "type": "shapeless" }, @@ -4583,7 +4552,7 @@ "damage": 11 } ], - "priority": 1, + "priority": 50, "recipe_id": "bed_dye_18_3", "type": "shapeless" }, @@ -4605,7 +4574,7 @@ "damage": 11 } ], - "priority": 1, + "priority": 50, "recipe_id": "bed_dye_18_5", "type": "shapeless" }, @@ -4627,7 +4596,7 @@ "damage": 11 } ], - "priority": 1, + "priority": 50, "recipe_id": "bed_dye_18_6", "type": "shapeless" }, @@ -4649,7 +4618,7 @@ "damage": 11 } ], - "priority": 1, + "priority": 50, "recipe_id": "bed_dye_18_7", "type": "shapeless" }, @@ -4671,7 +4640,7 @@ "damage": 11 } ], - "priority": 1, + "priority": 50, "recipe_id": "bed_dye_18_8", "type": "shapeless" }, @@ -4693,7 +4662,7 @@ "damage": 11 } ], - "priority": 1, + "priority": 50, "recipe_id": "bed_dye_18_9", "type": "shapeless" }, @@ -4714,7 +4683,7 @@ "id": 355 } ], - "priority": 1, + "priority": 50, "recipe_id": "bed_dye_19_0", "type": "shapeless" }, @@ -4735,7 +4704,7 @@ "id": 355 } ], - "priority": 1, + "priority": 50, "recipe_id": "bed_dye_19_1", "type": "shapeless" }, @@ -4756,7 +4725,7 @@ "id": 355 } ], - "priority": 1, + "priority": 50, "recipe_id": "bed_dye_19_10", "type": "shapeless" }, @@ -4777,7 +4746,7 @@ "id": 355 } ], - "priority": 1, + "priority": 50, "recipe_id": "bed_dye_19_11", "type": "shapeless" }, @@ -4798,7 +4767,7 @@ "id": 355 } ], - "priority": 1, + "priority": 50, "recipe_id": "bed_dye_19_12", "type": "shapeless" }, @@ -4819,7 +4788,7 @@ "id": 355 } ], - "priority": 1, + "priority": 50, "recipe_id": "bed_dye_19_13", "type": "shapeless" }, @@ -4840,7 +4809,7 @@ "id": 355 } ], - "priority": 1, + "priority": 50, "recipe_id": "bed_dye_19_14", "type": "shapeless" }, @@ -4861,7 +4830,7 @@ "id": 355 } ], - "priority": 1, + "priority": 50, "recipe_id": "bed_dye_19_2", "type": "shapeless" }, @@ -4882,7 +4851,7 @@ "id": 355 } ], - "priority": 1, + "priority": 50, "recipe_id": "bed_dye_19_3", "type": "shapeless" }, @@ -4903,7 +4872,7 @@ "id": 355 } ], - "priority": 1, + "priority": 50, "recipe_id": "bed_dye_19_4", "type": "shapeless" }, @@ -4924,7 +4893,7 @@ "id": 355 } ], - "priority": 1, + "priority": 50, "recipe_id": "bed_dye_19_5", "type": "shapeless" }, @@ -4945,7 +4914,7 @@ "id": 355 } ], - "priority": 1, + "priority": 50, "recipe_id": "bed_dye_19_6", "type": "shapeless" }, @@ -4966,7 +4935,7 @@ "id": 355 } ], - "priority": 1, + "priority": 50, "recipe_id": "bed_dye_19_7", "type": "shapeless" }, @@ -4987,7 +4956,7 @@ "id": 355 } ], - "priority": 1, + "priority": 50, "recipe_id": "bed_dye_19_8", "type": "shapeless" }, @@ -5008,7 +4977,7 @@ "id": 355 } ], - "priority": 1, + "priority": 50, "recipe_id": "bed_dye_19_9", "type": "shapeless" }, @@ -5030,7 +4999,7 @@ "damage": 14 } ], - "priority": 1, + "priority": 50, "recipe_id": "bed_dye_1_0", "type": "shapeless" }, @@ -5052,7 +5021,7 @@ "damage": 14 } ], - "priority": 1, + "priority": 50, "recipe_id": "bed_dye_1_10", "type": "shapeless" }, @@ -5074,7 +5043,7 @@ "damage": 14 } ], - "priority": 1, + "priority": 50, "recipe_id": "bed_dye_1_11", "type": "shapeless" }, @@ -5096,7 +5065,7 @@ "damage": 14 } ], - "priority": 1, + "priority": 50, "recipe_id": "bed_dye_1_12", "type": "shapeless" }, @@ -5118,7 +5087,7 @@ "damage": 14 } ], - "priority": 1, + "priority": 50, "recipe_id": "bed_dye_1_13", "type": "shapeless" }, @@ -5140,7 +5109,7 @@ "damage": 14 } ], - "priority": 1, + "priority": 50, "recipe_id": "bed_dye_1_14", "type": "shapeless" }, @@ -5161,7 +5130,7 @@ "damage": 14 } ], - "priority": 1, + "priority": 50, "recipe_id": "bed_dye_1_15", "type": "shapeless" }, @@ -5183,7 +5152,7 @@ "damage": 14 } ], - "priority": 1, + "priority": 50, "recipe_id": "bed_dye_1_2", "type": "shapeless" }, @@ -5205,7 +5174,7 @@ "damage": 14 } ], - "priority": 1, + "priority": 50, "recipe_id": "bed_dye_1_3", "type": "shapeless" }, @@ -5227,7 +5196,7 @@ "damage": 14 } ], - "priority": 1, + "priority": 50, "recipe_id": "bed_dye_1_4", "type": "shapeless" }, @@ -5249,7 +5218,7 @@ "damage": 14 } ], - "priority": 1, + "priority": 50, "recipe_id": "bed_dye_1_5", "type": "shapeless" }, @@ -5271,7 +5240,7 @@ "damage": 14 } ], - "priority": 1, + "priority": 50, "recipe_id": "bed_dye_1_6", "type": "shapeless" }, @@ -5293,7 +5262,7 @@ "damage": 14 } ], - "priority": 1, + "priority": 50, "recipe_id": "bed_dye_1_7", "type": "shapeless" }, @@ -5315,7 +5284,7 @@ "damage": 14 } ], - "priority": 1, + "priority": 50, "recipe_id": "bed_dye_1_8", "type": "shapeless" }, @@ -5337,7 +5306,7 @@ "damage": 14 } ], - "priority": 1, + "priority": 50, "recipe_id": "bed_dye_1_9", "type": "shapeless" }, @@ -5359,7 +5328,7 @@ "damage": 13 } ], - "priority": 1, + "priority": 50, "recipe_id": "bed_dye_2_0", "type": "shapeless" }, @@ -5381,7 +5350,7 @@ "damage": 13 } ], - "priority": 1, + "priority": 50, "recipe_id": "bed_dye_2_1", "type": "shapeless" }, @@ -5403,7 +5372,7 @@ "damage": 13 } ], - "priority": 1, + "priority": 50, "recipe_id": "bed_dye_2_10", "type": "shapeless" }, @@ -5425,7 +5394,7 @@ "damage": 13 } ], - "priority": 1, + "priority": 50, "recipe_id": "bed_dye_2_11", "type": "shapeless" }, @@ -5447,7 +5416,7 @@ "damage": 13 } ], - "priority": 1, + "priority": 50, "recipe_id": "bed_dye_2_12", "type": "shapeless" }, @@ -5469,7 +5438,7 @@ "damage": 13 } ], - "priority": 1, + "priority": 50, "recipe_id": "bed_dye_2_13", "type": "shapeless" }, @@ -5491,7 +5460,7 @@ "damage": 13 } ], - "priority": 1, + "priority": 50, "recipe_id": "bed_dye_2_14", "type": "shapeless" }, @@ -5512,7 +5481,7 @@ "damage": 13 } ], - "priority": 1, + "priority": 50, "recipe_id": "bed_dye_2_15", "type": "shapeless" }, @@ -5534,7 +5503,7 @@ "damage": 13 } ], - "priority": 1, + "priority": 50, "recipe_id": "bed_dye_2_3", "type": "shapeless" }, @@ -5556,7 +5525,7 @@ "damage": 13 } ], - "priority": 1, + "priority": 50, "recipe_id": "bed_dye_2_4", "type": "shapeless" }, @@ -5578,7 +5547,7 @@ "damage": 13 } ], - "priority": 1, + "priority": 50, "recipe_id": "bed_dye_2_5", "type": "shapeless" }, @@ -5600,7 +5569,7 @@ "damage": 13 } ], - "priority": 1, + "priority": 50, "recipe_id": "bed_dye_2_6", "type": "shapeless" }, @@ -5622,7 +5591,7 @@ "damage": 13 } ], - "priority": 1, + "priority": 50, "recipe_id": "bed_dye_2_7", "type": "shapeless" }, @@ -5644,7 +5613,7 @@ "damage": 13 } ], - "priority": 1, + "priority": 50, "recipe_id": "bed_dye_2_8", "type": "shapeless" }, @@ -5666,7 +5635,7 @@ "damage": 13 } ], - "priority": 1, + "priority": 50, "recipe_id": "bed_dye_2_9", "type": "shapeless" }, @@ -5688,7 +5657,7 @@ "damage": 12 } ], - "priority": 1, + "priority": 50, "recipe_id": "bed_dye_3_0", "type": "shapeless" }, @@ -5710,7 +5679,7 @@ "damage": 12 } ], - "priority": 1, + "priority": 50, "recipe_id": "bed_dye_3_1", "type": "shapeless" }, @@ -5732,7 +5701,7 @@ "damage": 12 } ], - "priority": 1, + "priority": 50, "recipe_id": "bed_dye_3_10", "type": "shapeless" }, @@ -5754,7 +5723,7 @@ "damage": 12 } ], - "priority": 1, + "priority": 50, "recipe_id": "bed_dye_3_11", "type": "shapeless" }, @@ -5776,7 +5745,7 @@ "damage": 12 } ], - "priority": 1, + "priority": 50, "recipe_id": "bed_dye_3_12", "type": "shapeless" }, @@ -5798,7 +5767,7 @@ "damage": 12 } ], - "priority": 1, + "priority": 50, "recipe_id": "bed_dye_3_13", "type": "shapeless" }, @@ -5820,7 +5789,7 @@ "damage": 12 } ], - "priority": 1, + "priority": 50, "recipe_id": "bed_dye_3_14", "type": "shapeless" }, @@ -5841,7 +5810,7 @@ "damage": 12 } ], - "priority": 1, + "priority": 50, "recipe_id": "bed_dye_3_15", "type": "shapeless" }, @@ -5863,7 +5832,7 @@ "damage": 12 } ], - "priority": 1, + "priority": 50, "recipe_id": "bed_dye_3_2", "type": "shapeless" }, @@ -5885,7 +5854,7 @@ "damage": 12 } ], - "priority": 1, + "priority": 50, "recipe_id": "bed_dye_3_4", "type": "shapeless" }, @@ -5907,7 +5876,7 @@ "damage": 12 } ], - "priority": 1, + "priority": 50, "recipe_id": "bed_dye_3_5", "type": "shapeless" }, @@ -5929,7 +5898,7 @@ "damage": 12 } ], - "priority": 1, + "priority": 50, "recipe_id": "bed_dye_3_6", "type": "shapeless" }, @@ -5951,7 +5920,7 @@ "damage": 12 } ], - "priority": 1, + "priority": 50, "recipe_id": "bed_dye_3_7", "type": "shapeless" }, @@ -5973,7 +5942,7 @@ "damage": 12 } ], - "priority": 1, + "priority": 50, "recipe_id": "bed_dye_3_8", "type": "shapeless" }, @@ -5995,7 +5964,7 @@ "damage": 12 } ], - "priority": 1, + "priority": 50, "recipe_id": "bed_dye_3_9", "type": "shapeless" }, @@ -6017,7 +5986,7 @@ "damage": 11 } ], - "priority": 1, + "priority": 50, "recipe_id": "bed_dye_4_0", "type": "shapeless" }, @@ -6039,7 +6008,7 @@ "damage": 11 } ], - "priority": 1, + "priority": 50, "recipe_id": "bed_dye_4_1", "type": "shapeless" }, @@ -6061,7 +6030,7 @@ "damage": 11 } ], - "priority": 1, + "priority": 50, "recipe_id": "bed_dye_4_10", "type": "shapeless" }, @@ -6083,7 +6052,7 @@ "damage": 11 } ], - "priority": 1, + "priority": 50, "recipe_id": "bed_dye_4_11", "type": "shapeless" }, @@ -6105,7 +6074,7 @@ "damage": 11 } ], - "priority": 1, + "priority": 50, "recipe_id": "bed_dye_4_12", "type": "shapeless" }, @@ -6127,7 +6096,7 @@ "damage": 11 } ], - "priority": 1, + "priority": 50, "recipe_id": "bed_dye_4_13", "type": "shapeless" }, @@ -6149,7 +6118,7 @@ "damage": 11 } ], - "priority": 1, + "priority": 50, "recipe_id": "bed_dye_4_14", "type": "shapeless" }, @@ -6170,7 +6139,7 @@ "damage": 11 } ], - "priority": 1, + "priority": 50, "recipe_id": "bed_dye_4_15", "type": "shapeless" }, @@ -6192,7 +6161,7 @@ "damage": 11 } ], - "priority": 1, + "priority": 50, "recipe_id": "bed_dye_4_2", "type": "shapeless" }, @@ -6214,7 +6183,7 @@ "damage": 11 } ], - "priority": 1, + "priority": 50, "recipe_id": "bed_dye_4_3", "type": "shapeless" }, @@ -6236,7 +6205,7 @@ "damage": 11 } ], - "priority": 1, + "priority": 50, "recipe_id": "bed_dye_4_5", "type": "shapeless" }, @@ -6258,7 +6227,7 @@ "damage": 11 } ], - "priority": 1, + "priority": 50, "recipe_id": "bed_dye_4_6", "type": "shapeless" }, @@ -6280,7 +6249,7 @@ "damage": 11 } ], - "priority": 1, + "priority": 50, "recipe_id": "bed_dye_4_7", "type": "shapeless" }, @@ -6302,7 +6271,7 @@ "damage": 11 } ], - "priority": 1, + "priority": 50, "recipe_id": "bed_dye_4_8", "type": "shapeless" }, @@ -6324,7 +6293,7 @@ "damage": 11 } ], - "priority": 1, + "priority": 50, "recipe_id": "bed_dye_4_9", "type": "shapeless" }, @@ -6346,7 +6315,7 @@ "damage": 10 } ], - "priority": 1, + "priority": 50, "recipe_id": "bed_dye_5_0", "type": "shapeless" }, @@ -6368,7 +6337,7 @@ "damage": 10 } ], - "priority": 1, + "priority": 50, "recipe_id": "bed_dye_5_1", "type": "shapeless" }, @@ -6390,7 +6359,7 @@ "damage": 10 } ], - "priority": 1, + "priority": 50, "recipe_id": "bed_dye_5_10", "type": "shapeless" }, @@ -6412,7 +6381,7 @@ "damage": 10 } ], - "priority": 1, + "priority": 50, "recipe_id": "bed_dye_5_11", "type": "shapeless" }, @@ -6434,7 +6403,7 @@ "damage": 10 } ], - "priority": 1, + "priority": 50, "recipe_id": "bed_dye_5_12", "type": "shapeless" }, @@ -6456,7 +6425,7 @@ "damage": 10 } ], - "priority": 1, + "priority": 50, "recipe_id": "bed_dye_5_13", "type": "shapeless" }, @@ -6478,7 +6447,7 @@ "damage": 10 } ], - "priority": 1, + "priority": 50, "recipe_id": "bed_dye_5_14", "type": "shapeless" }, @@ -6499,7 +6468,7 @@ "damage": 10 } ], - "priority": 1, + "priority": 50, "recipe_id": "bed_dye_5_15", "type": "shapeless" }, @@ -6521,7 +6490,7 @@ "damage": 10 } ], - "priority": 1, + "priority": 50, "recipe_id": "bed_dye_5_2", "type": "shapeless" }, @@ -6543,7 +6512,7 @@ "damage": 10 } ], - "priority": 1, + "priority": 50, "recipe_id": "bed_dye_5_3", "type": "shapeless" }, @@ -6565,7 +6534,7 @@ "damage": 10 } ], - "priority": 1, + "priority": 50, "recipe_id": "bed_dye_5_4", "type": "shapeless" }, @@ -6587,7 +6556,7 @@ "damage": 10 } ], - "priority": 1, + "priority": 50, "recipe_id": "bed_dye_5_6", "type": "shapeless" }, @@ -6609,7 +6578,7 @@ "damage": 10 } ], - "priority": 1, + "priority": 50, "recipe_id": "bed_dye_5_7", "type": "shapeless" }, @@ -6631,7 +6600,7 @@ "damage": 10 } ], - "priority": 1, + "priority": 50, "recipe_id": "bed_dye_5_8", "type": "shapeless" }, @@ -6653,7 +6622,7 @@ "damage": 10 } ], - "priority": 1, + "priority": 50, "recipe_id": "bed_dye_5_9", "type": "shapeless" }, @@ -6675,7 +6644,7 @@ "damage": 9 } ], - "priority": 1, + "priority": 50, "recipe_id": "bed_dye_6_0", "type": "shapeless" }, @@ -6697,7 +6666,7 @@ "damage": 9 } ], - "priority": 1, + "priority": 50, "recipe_id": "bed_dye_6_1", "type": "shapeless" }, @@ -6719,7 +6688,7 @@ "damage": 9 } ], - "priority": 1, + "priority": 50, "recipe_id": "bed_dye_6_10", "type": "shapeless" }, @@ -6741,7 +6710,7 @@ "damage": 9 } ], - "priority": 1, + "priority": 50, "recipe_id": "bed_dye_6_11", "type": "shapeless" }, @@ -6763,7 +6732,7 @@ "damage": 9 } ], - "priority": 1, + "priority": 50, "recipe_id": "bed_dye_6_12", "type": "shapeless" }, @@ -6785,7 +6754,7 @@ "damage": 9 } ], - "priority": 1, + "priority": 50, "recipe_id": "bed_dye_6_13", "type": "shapeless" }, @@ -6807,7 +6776,7 @@ "damage": 9 } ], - "priority": 1, + "priority": 50, "recipe_id": "bed_dye_6_14", "type": "shapeless" }, @@ -6828,7 +6797,7 @@ "damage": 9 } ], - "priority": 1, + "priority": 50, "recipe_id": "bed_dye_6_15", "type": "shapeless" }, @@ -6850,7 +6819,7 @@ "damage": 9 } ], - "priority": 1, + "priority": 50, "recipe_id": "bed_dye_6_2", "type": "shapeless" }, @@ -6872,7 +6841,7 @@ "damage": 9 } ], - "priority": 1, + "priority": 50, "recipe_id": "bed_dye_6_3", "type": "shapeless" }, @@ -6894,7 +6863,7 @@ "damage": 9 } ], - "priority": 1, + "priority": 50, "recipe_id": "bed_dye_6_4", "type": "shapeless" }, @@ -6916,7 +6885,7 @@ "damage": 9 } ], - "priority": 1, + "priority": 50, "recipe_id": "bed_dye_6_5", "type": "shapeless" }, @@ -6938,7 +6907,7 @@ "damage": 9 } ], - "priority": 1, + "priority": 50, "recipe_id": "bed_dye_6_7", "type": "shapeless" }, @@ -6960,7 +6929,7 @@ "damage": 9 } ], - "priority": 1, + "priority": 50, "recipe_id": "bed_dye_6_8", "type": "shapeless" }, @@ -6982,7 +6951,7 @@ "damage": 9 } ], - "priority": 1, + "priority": 50, "recipe_id": "bed_dye_6_9", "type": "shapeless" }, @@ -7004,7 +6973,7 @@ "damage": 8 } ], - "priority": 1, + "priority": 50, "recipe_id": "bed_dye_7_0", "type": "shapeless" }, @@ -7026,7 +6995,7 @@ "damage": 8 } ], - "priority": 1, + "priority": 50, "recipe_id": "bed_dye_7_1", "type": "shapeless" }, @@ -7048,7 +7017,7 @@ "damage": 8 } ], - "priority": 1, + "priority": 50, "recipe_id": "bed_dye_7_10", "type": "shapeless" }, @@ -7070,7 +7039,7 @@ "damage": 8 } ], - "priority": 1, + "priority": 50, "recipe_id": "bed_dye_7_11", "type": "shapeless" }, @@ -7092,7 +7061,7 @@ "damage": 8 } ], - "priority": 1, + "priority": 50, "recipe_id": "bed_dye_7_12", "type": "shapeless" }, @@ -7114,7 +7083,7 @@ "damage": 8 } ], - "priority": 1, + "priority": 50, "recipe_id": "bed_dye_7_13", "type": "shapeless" }, @@ -7136,7 +7105,7 @@ "damage": 8 } ], - "priority": 1, + "priority": 50, "recipe_id": "bed_dye_7_14", "type": "shapeless" }, @@ -7157,7 +7126,7 @@ "damage": 8 } ], - "priority": 1, + "priority": 50, "recipe_id": "bed_dye_7_15", "type": "shapeless" }, @@ -7179,7 +7148,7 @@ "damage": 8 } ], - "priority": 1, + "priority": 50, "recipe_id": "bed_dye_7_2", "type": "shapeless" }, @@ -7201,7 +7170,7 @@ "damage": 8 } ], - "priority": 1, + "priority": 50, "recipe_id": "bed_dye_7_3", "type": "shapeless" }, @@ -7223,7 +7192,7 @@ "damage": 8 } ], - "priority": 1, + "priority": 50, "recipe_id": "bed_dye_7_4", "type": "shapeless" }, @@ -7245,7 +7214,7 @@ "damage": 8 } ], - "priority": 1, + "priority": 50, "recipe_id": "bed_dye_7_5", "type": "shapeless" }, @@ -7267,7 +7236,7 @@ "damage": 8 } ], - "priority": 1, + "priority": 50, "recipe_id": "bed_dye_7_6", "type": "shapeless" }, @@ -7289,7 +7258,7 @@ "damage": 8 } ], - "priority": 1, + "priority": 50, "recipe_id": "bed_dye_7_8", "type": "shapeless" }, @@ -7311,7 +7280,7 @@ "damage": 8 } ], - "priority": 1, + "priority": 50, "recipe_id": "bed_dye_7_9", "type": "shapeless" }, @@ -7333,7 +7302,7 @@ "damage": 7 } ], - "priority": 1, + "priority": 50, "recipe_id": "bed_dye_8_0", "type": "shapeless" }, @@ -7355,7 +7324,7 @@ "damage": 7 } ], - "priority": 1, + "priority": 50, "recipe_id": "bed_dye_8_1", "type": "shapeless" }, @@ -7377,7 +7346,7 @@ "damage": 7 } ], - "priority": 1, + "priority": 50, "recipe_id": "bed_dye_8_10", "type": "shapeless" }, @@ -7399,7 +7368,7 @@ "damage": 7 } ], - "priority": 1, + "priority": 50, "recipe_id": "bed_dye_8_11", "type": "shapeless" }, @@ -7421,7 +7390,7 @@ "damage": 7 } ], - "priority": 1, + "priority": 50, "recipe_id": "bed_dye_8_12", "type": "shapeless" }, @@ -7443,7 +7412,7 @@ "damage": 7 } ], - "priority": 1, + "priority": 50, "recipe_id": "bed_dye_8_13", "type": "shapeless" }, @@ -7465,7 +7434,7 @@ "damage": 7 } ], - "priority": 1, + "priority": 50, "recipe_id": "bed_dye_8_14", "type": "shapeless" }, @@ -7486,7 +7455,7 @@ "damage": 7 } ], - "priority": 1, + "priority": 50, "recipe_id": "bed_dye_8_15", "type": "shapeless" }, @@ -7508,7 +7477,7 @@ "damage": 7 } ], - "priority": 1, + "priority": 50, "recipe_id": "bed_dye_8_2", "type": "shapeless" }, @@ -7530,7 +7499,7 @@ "damage": 7 } ], - "priority": 1, + "priority": 50, "recipe_id": "bed_dye_8_3", "type": "shapeless" }, @@ -7552,7 +7521,7 @@ "damage": 7 } ], - "priority": 1, + "priority": 50, "recipe_id": "bed_dye_8_4", "type": "shapeless" }, @@ -7574,7 +7543,7 @@ "damage": 7 } ], - "priority": 1, + "priority": 50, "recipe_id": "bed_dye_8_5", "type": "shapeless" }, @@ -7596,7 +7565,7 @@ "damage": 7 } ], - "priority": 1, + "priority": 50, "recipe_id": "bed_dye_8_6", "type": "shapeless" }, @@ -7618,7 +7587,7 @@ "damage": 7 } ], - "priority": 1, + "priority": 50, "recipe_id": "bed_dye_8_7", "type": "shapeless" }, @@ -7640,7 +7609,7 @@ "damage": 7 } ], - "priority": 1, + "priority": 50, "recipe_id": "bed_dye_8_9", "type": "shapeless" }, @@ -7662,7 +7631,7 @@ "damage": 6 } ], - "priority": 1, + "priority": 50, "recipe_id": "bed_dye_9_0", "type": "shapeless" }, @@ -7684,7 +7653,7 @@ "damage": 6 } ], - "priority": 1, + "priority": 50, "recipe_id": "bed_dye_9_1", "type": "shapeless" }, @@ -7706,7 +7675,7 @@ "damage": 6 } ], - "priority": 1, + "priority": 50, "recipe_id": "bed_dye_9_10", "type": "shapeless" }, @@ -7728,7 +7697,7 @@ "damage": 6 } ], - "priority": 1, + "priority": 50, "recipe_id": "bed_dye_9_11", "type": "shapeless" }, @@ -7750,7 +7719,7 @@ "damage": 6 } ], - "priority": 1, + "priority": 50, "recipe_id": "bed_dye_9_12", "type": "shapeless" }, @@ -7772,7 +7741,7 @@ "damage": 6 } ], - "priority": 1, + "priority": 50, "recipe_id": "bed_dye_9_13", "type": "shapeless" }, @@ -7794,7 +7763,7 @@ "damage": 6 } ], - "priority": 1, + "priority": 50, "recipe_id": "bed_dye_9_14", "type": "shapeless" }, @@ -7815,7 +7784,7 @@ "damage": 6 } ], - "priority": 1, + "priority": 50, "recipe_id": "bed_dye_9_15", "type": "shapeless" }, @@ -7837,7 +7806,7 @@ "damage": 6 } ], - "priority": 1, + "priority": 50, "recipe_id": "bed_dye_9_2", "type": "shapeless" }, @@ -7859,7 +7828,7 @@ "damage": 6 } ], - "priority": 1, + "priority": 50, "recipe_id": "bed_dye_9_3", "type": "shapeless" }, @@ -7881,7 +7850,7 @@ "damage": 6 } ], - "priority": 1, + "priority": 50, "recipe_id": "bed_dye_9_4", "type": "shapeless" }, @@ -7903,7 +7872,7 @@ "damage": 6 } ], - "priority": 1, + "priority": 50, "recipe_id": "bed_dye_9_5", "type": "shapeless" }, @@ -7925,7 +7894,7 @@ "damage": 6 } ], - "priority": 1, + "priority": 50, "recipe_id": "bed_dye_9_6", "type": "shapeless" }, @@ -7947,7 +7916,7 @@ "damage": 6 } ], - "priority": 1, + "priority": 50, "recipe_id": "bed_dye_9_7", "type": "shapeless" }, @@ -7969,7 +7938,7 @@ "damage": 6 } ], - "priority": 1, + "priority": 50, "recipe_id": "bed_dye_9_8", "type": "shapeless" }, @@ -12531,8 +12500,7 @@ "damage": 4 }, "B": { - "id": 269, - "damage": -1 + "id": 269 } }, "output": [ @@ -13241,8 +13209,7 @@ "damage": 2 }, "B": { - "id": 269, - "damage": -1 + "id": 269 } }, "output": [ @@ -13698,6 +13665,24 @@ "recipe_id": "minecraft:black_dye_from_ink_sac", "type": "shapeless" }, + { + "block": "crafting_table", + "input": [ + { + "id": -216, + "damage": -1 + } + ], + "output": [ + { + "id": 351, + "damage": 16 + } + ], + "priority": 0, + "recipe_id": "minecraft:black_dye_from_wither_rose", + "type": "shapeless" + }, { "block": "crafting_table", "input": { @@ -14305,8 +14290,7 @@ "id": 5 }, "B": { - "id": 269, - "damage": -1 + "id": 269 } }, "output": [ @@ -15229,8 +15213,7 @@ "block": "crafting_table", "input": { "A": { - "id": 346, - "damage": -1 + "id": 346 }, "B": { "id": 391, @@ -15947,8 +15930,7 @@ "damage": 5 }, "B": { - "id": 269, - "damage": -1 + "id": 269 } }, "output": [ @@ -16643,8 +16625,7 @@ "damage": -1 }, "B": { - "id": 261, - "damage": -1 + "id": 261 }, "C": { "id": 331, @@ -18783,8 +18764,7 @@ "damage": 3 }, "B": { - "id": 269, - "damage": -1 + "id": 269 } }, "output": [ @@ -24347,8 +24327,7 @@ "damage": 1 }, "B": { - "id": 269, - "damage": -1 + "id": 269 } }, "output": [ @@ -24724,8 +24703,7 @@ }, "output": [ { - "id": 77, - "damage": 5 + "id": 77 } ], "priority": 0, @@ -24967,6 +24945,420 @@ ], "type": "shaped" }, + { + "block": "crafting_table", + "input": [ + { + "id": 39, + "damage": -1 + }, + { + "id": 40, + "damage": -1 + }, + { + "id": 281, + "damage": -1 + }, + { + "id": 38, + "damage": 2 + } + ], + "output": [ + { + "id": 734, + "damage": 7 + } + ], + "priority": 0, + "recipe_id": "minecraft:suspicious_stew_from_allium", + "type": "shapeless" + }, + { + "block": "crafting_table", + "input": [ + { + "id": 39, + "damage": -1 + }, + { + "id": 40, + "damage": -1 + }, + { + "id": 281, + "damage": -1 + }, + { + "id": 38, + "damage": 3 + } + ], + "output": [ + { + "id": 734, + "damage": 3 + } + ], + "priority": 0, + "recipe_id": "minecraft:suspicious_stew_from_azure_bluet", + "type": "shapeless" + }, + { + "block": "crafting_table", + "input": [ + { + "id": 39, + "damage": -1 + }, + { + "id": 40, + "damage": -1 + }, + { + "id": 281, + "damage": -1 + }, + { + "id": 38, + "damage": 1 + } + ], + "output": [ + { + "id": 734, + "damage": 6 + } + ], + "priority": 0, + "recipe_id": "minecraft:suspicious_stew_from_blue_orchid", + "type": "shapeless" + }, + { + "block": "crafting_table", + "input": [ + { + "id": 39, + "damage": -1 + }, + { + "id": 40, + "damage": -1 + }, + { + "id": 281, + "damage": -1 + }, + { + "id": 38, + "damage": 9 + } + ], + "output": [ + { + "id": 734, + "damage": 1 + } + ], + "priority": 0, + "recipe_id": "minecraft:suspicious_stew_from_cornflower", + "type": "shapeless" + }, + { + "block": "crafting_table", + "input": [ + { + "id": 39, + "damage": -1 + }, + { + "id": 40, + "damage": -1 + }, + { + "id": 281, + "damage": -1 + }, + { + "id": 37, + "damage": -1 + } + ], + "output": [ + { + "id": 734, + "damage": 5 + } + ], + "priority": 0, + "recipe_id": "minecraft:suspicious_stew_from_dandelion", + "type": "shapeless" + }, + { + "block": "crafting_table", + "input": [ + { + "id": 39, + "damage": -1 + }, + { + "id": 40, + "damage": -1 + }, + { + "id": 281, + "damage": -1 + }, + { + "id": 38, + "damage": 10 + } + ], + "output": [ + { + "id": 734, + "damage": 4 + } + ], + "priority": 0, + "recipe_id": "minecraft:suspicious_stew_from_lily_of_the_valley", + "type": "shapeless" + }, + { + "block": "crafting_table", + "input": [ + { + "id": 39, + "damage": -1 + }, + { + "id": 40, + "damage": -1 + }, + { + "id": 281, + "damage": -1 + }, + { + "id": 38, + "damage": 8 + } + ], + "output": [ + { + "id": 734, + "damage": 8 + } + ], + "priority": 0, + "recipe_id": "minecraft:suspicious_stew_from_oxeye_daisy", + "type": "shapeless" + }, + { + "block": "crafting_table", + "input": [ + { + "id": 39, + "damage": -1 + }, + { + "id": 40, + "damage": -1 + }, + { + "id": 281, + "damage": -1 + }, + { + "id": 38 + } + ], + "output": [ + { + "id": 734 + } + ], + "priority": 0, + "recipe_id": "minecraft:suspicious_stew_from_poppy", + "type": "shapeless" + }, + { + "block": "crafting_table", + "input": [ + { + "id": 39, + "damage": -1 + }, + { + "id": 40, + "damage": -1 + }, + { + "id": 281, + "damage": -1 + }, + { + "id": 38, + "damage": 5 + } + ], + "output": [ + { + "id": 734, + "damage": 2 + } + ], + "priority": 0, + "recipe_id": "minecraft:suspicious_stew_from_tulip_orange", + "type": "shapeless" + }, + { + "block": "crafting_table", + "input": [ + { + "id": 39, + "damage": -1 + }, + { + "id": 40, + "damage": -1 + }, + { + "id": 281, + "damage": -1 + }, + { + "id": 38, + "damage": 7 + } + ], + "output": [ + { + "id": 734, + "damage": 2 + } + ], + "priority": 0, + "recipe_id": "minecraft:suspicious_stew_from_tulip_pink", + "type": "shapeless" + }, + { + "block": "crafting_table", + "input": [ + { + "id": 39, + "damage": -1 + }, + { + "id": 40, + "damage": -1 + }, + { + "id": 281, + "damage": -1 + }, + { + "id": 38, + "damage": 4 + } + ], + "output": [ + { + "id": 734, + "damage": 2 + } + ], + "priority": 0, + "recipe_id": "minecraft:suspicious_stew_from_tulip_red", + "type": "shapeless" + }, + { + "block": "crafting_table", + "input": [ + { + "id": 39, + "damage": -1 + }, + { + "id": 40, + "damage": -1 + }, + { + "id": 281, + "damage": -1 + }, + { + "id": 38, + "damage": 6 + } + ], + "output": [ + { + "id": 734, + "damage": 2 + } + ], + "priority": 0, + "recipe_id": "minecraft:suspicious_stew_from_tulip_white", + "type": "shapeless" + }, + { + "block": "crafting_table", + "input": [ + { + "id": 39, + "damage": -1 + }, + { + "id": 40, + "damage": -1 + }, + { + "id": 281, + "damage": -1 + }, + { + "id": -216, + "damage": -1 + } + ], + "output": [ + { + "id": 734, + "damage": 9 + } + ], + "priority": 0, + "recipe_id": "minecraft:suspicious_stew_from_wither_rose", + "type": "shapeless" + }, + { + "block": "crafting_table", + "input": { + "A": { + "id": 289, + "damage": -1 + }, + "B": { + "id": 12, + "damage": -1 + } + }, + "output": [ + { + "id": 46 + } + ], + "priority": 0, + "recipe_id": "minecraft:tnt", + "shape": [ + "ABA", + "BAB", + "ABA" + ], + "type": "shaped" + }, { "block": "crafting_table", "input": { @@ -44326,6 +44718,149 @@ "type": "special_hardcoded", "uuid": "98c84b38-1085-46bd-b1ce-dd38c159e6cc" }, + { + "block": "furnace", + "input": { + "id": -212 + }, + "output": { + "id": 263, + "damage": 1 + }, + "type": "smelting" + }, + { + "block": "furnace", + "input": { + "id": -212, + "damage": 1 + }, + "output": { + "id": 263, + "damage": 1 + }, + "type": "smelting" + }, + { + "block": "furnace", + "input": { + "id": -212, + "damage": 2 + }, + "output": { + "id": 263, + "damage": 1 + }, + "type": "smelting" + }, + { + "block": "furnace", + "input": { + "id": -212, + "damage": 3 + }, + "output": { + "id": 263, + "damage": 1 + }, + "type": "smelting" + }, + { + "block": "furnace", + "input": { + "id": -212, + "damage": 4 + }, + "output": { + "id": 263, + "damage": 1 + }, + "type": "smelting" + }, + { + "block": "furnace", + "input": { + "id": -212, + "damage": 5 + }, + "output": { + "id": 263, + "damage": 1 + }, + "type": "smelting" + }, + { + "block": "furnace", + "input": { + "id": -212, + "damage": 8 + }, + "output": { + "id": 263, + "damage": 1 + }, + "type": "smelting" + }, + { + "block": "furnace", + "input": { + "id": -212, + "damage": 9 + }, + "output": { + "id": 263, + "damage": 1 + }, + "type": "smelting" + }, + { + "block": "furnace", + "input": { + "id": -212, + "damage": 10 + }, + "output": { + "id": 263, + "damage": 1 + }, + "type": "smelting" + }, + { + "block": "furnace", + "input": { + "id": -212, + "damage": 11 + }, + "output": { + "id": 263, + "damage": 1 + }, + "type": "smelting" + }, + { + "block": "furnace", + "input": { + "id": -212, + "damage": 12 + }, + "output": { + "id": 263, + "damage": 1 + }, + "type": "smelting" + }, + { + "block": "furnace", + "input": { + "id": -212, + "damage": 13 + }, + "output": { + "id": 263, + "damage": 1 + }, + "type": "smelting" + }, { "block": "furnace", "input": { @@ -44413,8 +44948,7 @@ { "block": "furnace", "input": { - "id": 1, - "damage": -1 + "id": 1 }, "output": { "id": -183 @@ -44961,8 +45495,7 @@ { "block": "furnace", "input": { - "id": 256, - "damage": -1 + "id": 256 }, "output": { "id": 452 @@ -44972,8 +45505,7 @@ { "block": "blast_furnace", "input": { - "id": 256, - "damage": -1 + "id": 256 }, "output": { "id": 452 @@ -44983,8 +45515,7 @@ { "block": "furnace", "input": { - "id": 257, - "damage": -1 + "id": 257 }, "output": { "id": 452 @@ -44994,8 +45525,7 @@ { "block": "blast_furnace", "input": { - "id": 257, - "damage": -1 + "id": 257 }, "output": { "id": 452 @@ -45005,8 +45535,7 @@ { "block": "furnace", "input": { - "id": 258, - "damage": -1 + "id": 258 }, "output": { "id": 452 @@ -45016,8 +45545,7 @@ { "block": "blast_furnace", "input": { - "id": 258, - "damage": -1 + "id": 258 }, "output": { "id": 452 @@ -45027,8 +45555,7 @@ { "block": "furnace", "input": { - "id": 267, - "damage": -1 + "id": 267 }, "output": { "id": 452 @@ -45038,8 +45565,7 @@ { "block": "blast_furnace", "input": { - "id": 267, - "damage": -1 + "id": 267 }, "output": { "id": 452 @@ -45049,8 +45575,7 @@ { "block": "furnace", "input": { - "id": 283, - "damage": -1 + "id": 283 }, "output": { "id": 371 @@ -45060,8 +45585,7 @@ { "block": "blast_furnace", "input": { - "id": 283, - "damage": -1 + "id": 283 }, "output": { "id": 371 @@ -45071,8 +45595,7 @@ { "block": "furnace", "input": { - "id": 284, - "damage": -1 + "id": 284 }, "output": { "id": 371 @@ -45082,8 +45605,7 @@ { "block": "blast_furnace", "input": { - "id": 284, - "damage": -1 + "id": 284 }, "output": { "id": 371 @@ -45093,8 +45615,7 @@ { "block": "furnace", "input": { - "id": 285, - "damage": -1 + "id": 285 }, "output": { "id": 371 @@ -45104,8 +45625,7 @@ { "block": "blast_furnace", "input": { - "id": 285, - "damage": -1 + "id": 285 }, "output": { "id": 371 @@ -45115,8 +45635,7 @@ { "block": "furnace", "input": { - "id": 286, - "damage": -1 + "id": 286 }, "output": { "id": 371 @@ -45126,8 +45645,7 @@ { "block": "blast_furnace", "input": { - "id": 286, - "damage": -1 + "id": 286 }, "output": { "id": 371 @@ -45137,8 +45655,7 @@ { "block": "furnace", "input": { - "id": 292, - "damage": -1 + "id": 292 }, "output": { "id": 452 @@ -45148,8 +45665,7 @@ { "block": "blast_furnace", "input": { - "id": 292, - "damage": -1 + "id": 292 }, "output": { "id": 452 @@ -45159,8 +45675,7 @@ { "block": "furnace", "input": { - "id": 294, - "damage": -1 + "id": 294 }, "output": { "id": 371 @@ -45170,8 +45685,7 @@ { "block": "blast_furnace", "input": { - "id": 294, - "damage": -1 + "id": 294 }, "output": { "id": 371 @@ -45181,8 +45695,7 @@ { "block": "furnace", "input": { - "id": 302, - "damage": -1 + "id": 302 }, "output": { "id": 452 @@ -45192,8 +45705,7 @@ { "block": "blast_furnace", "input": { - "id": 302, - "damage": -1 + "id": 302 }, "output": { "id": 452 @@ -45203,8 +45715,7 @@ { "block": "furnace", "input": { - "id": 303, - "damage": -1 + "id": 303 }, "output": { "id": 452 @@ -45214,8 +45725,7 @@ { "block": "blast_furnace", "input": { - "id": 303, - "damage": -1 + "id": 303 }, "output": { "id": 452 @@ -45225,8 +45735,7 @@ { "block": "furnace", "input": { - "id": 304, - "damage": -1 + "id": 304 }, "output": { "id": 452 @@ -45236,8 +45745,7 @@ { "block": "blast_furnace", "input": { - "id": 304, - "damage": -1 + "id": 304 }, "output": { "id": 452 @@ -45247,8 +45755,7 @@ { "block": "furnace", "input": { - "id": 305, - "damage": -1 + "id": 305 }, "output": { "id": 452 @@ -45258,8 +45765,7 @@ { "block": "blast_furnace", "input": { - "id": 305, - "damage": -1 + "id": 305 }, "output": { "id": 452 @@ -45269,8 +45775,7 @@ { "block": "furnace", "input": { - "id": 306, - "damage": -1 + "id": 306 }, "output": { "id": 452 @@ -45280,8 +45785,7 @@ { "block": "blast_furnace", "input": { - "id": 306, - "damage": -1 + "id": 306 }, "output": { "id": 452 @@ -45291,8 +45795,7 @@ { "block": "furnace", "input": { - "id": 307, - "damage": -1 + "id": 307 }, "output": { "id": 452 @@ -45302,8 +45805,7 @@ { "block": "blast_furnace", "input": { - "id": 307, - "damage": -1 + "id": 307 }, "output": { "id": 452 @@ -45313,8 +45815,7 @@ { "block": "furnace", "input": { - "id": 308, - "damage": -1 + "id": 308 }, "output": { "id": 452 @@ -45324,8 +45825,7 @@ { "block": "blast_furnace", "input": { - "id": 308, - "damage": -1 + "id": 308 }, "output": { "id": 452 @@ -45335,8 +45835,7 @@ { "block": "furnace", "input": { - "id": 309, - "damage": -1 + "id": 309 }, "output": { "id": 452 @@ -45346,8 +45845,7 @@ { "block": "blast_furnace", "input": { - "id": 309, - "damage": -1 + "id": 309 }, "output": { "id": 452 @@ -45357,8 +45855,7 @@ { "block": "furnace", "input": { - "id": 314, - "damage": -1 + "id": 314 }, "output": { "id": 371 @@ -45368,8 +45865,7 @@ { "block": "blast_furnace", "input": { - "id": 314, - "damage": -1 + "id": 314 }, "output": { "id": 371 @@ -45379,8 +45875,7 @@ { "block": "furnace", "input": { - "id": 315, - "damage": -1 + "id": 315 }, "output": { "id": 371 @@ -45390,8 +45885,7 @@ { "block": "blast_furnace", "input": { - "id": 315, - "damage": -1 + "id": 315 }, "output": { "id": 371 @@ -45401,8 +45895,7 @@ { "block": "furnace", "input": { - "id": 316, - "damage": -1 + "id": 316 }, "output": { "id": 371 @@ -45412,8 +45905,7 @@ { "block": "blast_furnace", "input": { - "id": 316, - "damage": -1 + "id": 316 }, "output": { "id": 371 @@ -45423,8 +45915,7 @@ { "block": "furnace", "input": { - "id": 317, - "damage": -1 + "id": 317 }, "output": { "id": 371 @@ -45434,8 +45925,7 @@ { "block": "blast_furnace", "input": { - "id": 317, - "damage": -1 + "id": 317 }, "output": { "id": 371 @@ -45804,5 +46294,509 @@ "id": 463 }, "type": "smelting" + }, + { + "ingredient": { + "id": 331 + }, + "input_potion_id": 14, + "output_potion_id": 15, + "type": "potion_type" + }, + { + "ingredient": { + "id": 376 + }, + "input_potion_id": 9, + "output_potion_id": 17, + "type": "potion_type" + }, + { + "ingredient": { + "id": 470 + }, + "input_potion_id": 4, + "output_potion_id": 40, + "type": "potion_type" + }, + { + "ingredient": { + "id": 382 + }, + "input_potion_id": 0, + "output_potion_id": 1, + "type": "potion_type" + }, + { + "ingredient": { + "id": 375 + }, + "input_potion_id": 0, + "output_potion_id": 1, + "type": "potion_type" + }, + { + "ingredient": { + "id": 331 + }, + "input_potion_id": 7, + "output_potion_id": 8, + "type": "potion_type" + }, + { + "ingredient": { + "id": 414 + }, + "input_potion_id": 0, + "output_potion_id": 1, + "type": "potion_type" + }, + { + "ingredient": { + "id": 376 + }, + "input_potion_id": 4, + "output_potion_id": 34, + "type": "potion_type" + }, + { + "ingredient": { + "id": 396 + }, + "input_potion_id": 4, + "output_potion_id": 5, + "type": "potion_type" + }, + { + "ingredient": { + "id": 376 + }, + "input_potion_id": 27, + "output_potion_id": 23, + "type": "potion_type" + }, + { + "ingredient": { + "id": 331 + }, + "input_potion_id": 40, + "output_potion_id": 41, + "type": "potion_type" + }, + { + "ingredient": { + "id": 376 + }, + "input_potion_id": 33, + "output_potion_id": 34, + "type": "potion_type" + }, + { + "ingredient": { + "id": 331 + }, + "input_potion_id": 19, + "output_potion_id": 20, + "type": "potion_type" + }, + { + "ingredient": { + "id": 376 + }, + "input_potion_id": 0, + "output_potion_id": 34, + "type": "potion_type" + }, + { + "ingredient": { + "id": 378 + }, + "input_potion_id": 0, + "output_potion_id": 1, + "type": "potion_type" + }, + { + "ingredient": { + "id": 331 + }, + "input_potion_id": 37, + "output_potion_id": 38, + "type": "potion_type" + }, + { + "ingredient": { + "id": 377 + }, + "input_potion_id": 0, + "output_potion_id": 1, + "type": "potion_type" + }, + { + "ingredient": { + "id": 353 + }, + "input_potion_id": 4, + "output_potion_id": 14, + "type": "potion_type" + }, + { + "ingredient": { + "id": 331 + }, + "input_potion_id": 28, + "output_potion_id": 29, + "type": "potion_type" + }, + { + "ingredient": { + "id": 331 + }, + "input_potion_id": 0, + "output_potion_id": 1, + "type": "potion_type" + }, + { + "ingredient": { + "id": 331 + }, + "input_potion_id": 9, + "output_potion_id": 10, + "type": "potion_type" + }, + { + "ingredient": { + "id": 348 + }, + "input_potion_id": 23, + "output_potion_id": 24, + "type": "potion_type" + }, + { + "ingredient": { + "id": 348 + }, + "input_potion_id": 37, + "output_potion_id": 39, + "type": "potion_type" + }, + { + "ingredient": { + "id": 370 + }, + "input_potion_id": 0, + "output_potion_id": 1, + "type": "potion_type" + }, + { + "ingredient": { + "id": 331 + }, + "input_potion_id": 34, + "output_potion_id": 35, + "type": "potion_type" + }, + { + "ingredient": { + "id": 348 + }, + "input_potion_id": 31, + "output_potion_id": 33, + "type": "potion_type" + }, + { + "ingredient": { + "id": 376 + }, + "input_potion_id": 26, + "output_potion_id": 23, + "type": "potion_type" + }, + { + "ingredient": { + "id": 376 + }, + "input_potion_id": 15, + "output_potion_id": 18, + "type": "potion_type" + }, + { + "ingredient": { + "id": 376 + }, + "input_potion_id": 22, + "output_potion_id": 24, + "type": "potion_type" + }, + { + "ingredient": { + "id": 376 + }, + "input_potion_id": 25, + "output_potion_id": 23, + "type": "potion_type" + }, + { + "ingredient": { + "id": 377 + }, + "input_potion_id": 4, + "output_potion_id": 31, + "type": "potion_type" + }, + { + "ingredient": { + "id": 469 + }, + "input_potion_id": 4, + "output_potion_id": 37, + "type": "potion_type" + }, + { + "ingredient": { + "id": 348 + }, + "input_potion_id": 21, + "output_potion_id": 22, + "type": "potion_type" + }, + { + "ingredient": { + "id": 376 + }, + "input_potion_id": 21, + "output_potion_id": 23, + "type": "potion_type" + }, + { + "ingredient": { + "id": 331 + }, + "input_potion_id": 5, + "output_potion_id": 6, + "type": "potion_type" + }, + { + "ingredient": { + "id": 353 + }, + "input_potion_id": 0, + "output_potion_id": 1, + "type": "potion_type" + }, + { + "ingredient": { + "id": 372 + }, + "input_potion_id": 0, + "output_potion_id": 4, + "type": "potion_type" + }, + { + "ingredient": { + "id": 376 + }, + "input_potion_id": 3, + "output_potion_id": 34, + "type": "potion_type" + }, + { + "ingredient": { + "id": 462 + }, + "input_potion_id": 4, + "output_potion_id": 19, + "type": "potion_type" + }, + { + "ingredient": { + "id": 376 + }, + "input_potion_id": 1, + "output_potion_id": 34, + "type": "potion_type" + }, + { + "ingredient": { + "id": 331 + }, + "input_potion_id": 25, + "output_potion_id": 26, + "type": "potion_type" + }, + { + "ingredient": { + "id": 331 + }, + "input_potion_id": 17, + "output_potion_id": 18, + "type": "potion_type" + }, + { + "ingredient": { + "id": 376 + }, + "input_potion_id": 10, + "output_potion_id": 18, + "type": "potion_type" + }, + { + "ingredient": { + "id": 348 + }, + "input_potion_id": 0, + "output_potion_id": 3, + "type": "potion_type" + }, + { + "ingredient": { + "id": 348 + }, + "input_potion_id": 25, + "output_potion_id": 27, + "type": "potion_type" + }, + { + "ingredient": { + "id": 375 + }, + "input_potion_id": 4, + "output_potion_id": 25, + "type": "potion_type" + }, + { + "ingredient": { + "id": 376 + }, + "input_potion_id": 14, + "output_potion_id": 17, + "type": "potion_type" + }, + { + "ingredient": { + "id": 414 + }, + "input_potion_id": 4, + "output_potion_id": 9, + "type": "potion_type" + }, + { + "ingredient": { + "id": 331 + }, + "input_potion_id": 12, + "output_potion_id": 13, + "type": "potion_type" + }, + { + "ingredient": { + "id": 382 + }, + "input_potion_id": 4, + "output_potion_id": 21, + "type": "potion_type" + }, + { + "ingredient": { + "id": 370 + }, + "input_potion_id": 4, + "output_potion_id": 28, + "type": "potion_type" + }, + { + "ingredient": { + "id": 376 + }, + "input_potion_id": 31, + "output_potion_id": 34, + "type": "potion_type" + }, + { + "ingredient": { + "id": 376 + }, + "input_potion_id": 32, + "output_potion_id": 35, + "type": "potion_type" + }, + { + "ingredient": { + "id": 348 + }, + "input_potion_id": 14, + "output_potion_id": 16, + "type": "potion_type" + }, + { + "ingredient": { + "id": 348 + }, + "input_potion_id": 9, + "output_potion_id": 11, + "type": "potion_type" + }, + { + "ingredient": { + "id": 348 + }, + "input_potion_id": 28, + "output_potion_id": 30, + "type": "potion_type" + }, + { + "ingredient": { + "id": 376 + }, + "input_potion_id": 5, + "output_potion_id": 7, + "type": "potion_type" + }, + { + "ingredient": { + "id": 378 + }, + "input_potion_id": 4, + "output_potion_id": 12, + "type": "potion_type" + }, + { + "ingredient": { + "id": 376 + }, + "input_potion_id": 6, + "output_potion_id": 8, + "type": "potion_type" + }, + { + "ingredient": { + "id": 376 + }, + "input_potion_id": 2, + "output_potion_id": 35, + "type": "potion_type" + }, + { + "ingredient": { + "id": 331 + }, + "input_potion_id": 31, + "output_potion_id": 32, + "type": "potion_type" + }, + { + "ingredient": { + "id": 289 + }, + "input_item_id": 373, + "output_item_id": 438, + "type": "potion_container_change" + }, + { + "ingredient": { + "id": 437 + }, + "input_item_id": 438, + "output_item_id": 441, + "type": "potion_container_change" } ] \ No newline at end of file diff --git a/required_block_states.json b/required_block_states.json deleted file mode 100644 index 1fac814..0000000 --- a/required_block_states.json +++ /dev/null @@ -1,4235 +0,0 @@ -{ - "minecraft": { - "acacia_button": [ - 0, - 1, - 2, - 3, - 4, - 5, - 6, - 7, - 8, - 9, - 10, - 11, - 12, - 13, - 14, - 15 - ], - "acacia_door": [ - 0, - 1, - 2, - 3, - 4, - 5, - 6, - 7, - 8, - 9, - 10, - 11, - 12, - 13, - 14, - 15, - 16, - 17, - 18, - 19, - 20, - 21, - 22, - 23, - 24, - 25, - 26, - 27, - 28, - 29, - 30, - 31 - ], - "acacia_fence_gate": [ - 0, - 1, - 2, - 3, - 4, - 5, - 6, - 7, - 8, - 9, - 10, - 11, - 12, - 13, - 14, - 15 - ], - "acacia_pressure_plate": [ - 0, - 1, - 2, - 3, - 4, - 5, - 6, - 7, - 8, - 9, - 10, - 11, - 12, - 13, - 14, - 15 - ], - "acacia_stairs": [ - 0, - 1, - 2, - 3, - 4, - 5, - 6, - 7 - ], - "acacia_standing_sign": [ - 0, - 1, - 2, - 3, - 4, - 5, - 6, - 7, - 8, - 9, - 10, - 11, - 12, - 13, - 14, - 15 - ], - "acacia_trapdoor": [ - 0, - 1, - 2, - 3, - 4, - 5, - 6, - 7, - 8, - 9, - 10, - 11, - 12, - 13, - 14, - 15 - ], - "acacia_wall_sign": [ - 0, - 1, - 2, - 3, - 4, - 5, - 6, - 7 - ], - "activator_rail": [ - 0, - 1, - 2, - 3, - 4, - 5, - 6, - 7, - 8, - 9, - 10, - 11, - 12, - 13, - 14, - 15 - ], - "air": [ - 0 - ], - "andesite_stairs": [ - 0, - 1, - 2, - 3, - 4, - 5, - 6, - 7 - ], - "anvil": [ - 0, - 1, - 2, - 3, - 4, - 5, - 6, - 7, - 8, - 9, - 10, - 11, - 12, - 13, - 14, - 15 - ], - "bamboo": [ - 0, - 1, - 2, - 3, - 4, - 5, - 6, - 7, - 8, - 9, - 10, - 11, - 12, - 13, - 14, - 15 - ], - "bamboo_sapling": [ - 0, - 1, - 2, - 3, - 4, - 5, - 6, - 7, - 8, - 9, - 10, - 11, - 12, - 13, - 14, - 15 - ], - "barrel": [ - 0, - 1, - 2, - 3, - 4, - 5, - 6, - 7, - 8, - 9, - 10, - 11, - 12, - 13, - 14, - 15 - ], - "barrier": [ - 0 - ], - "beacon": [ - 0 - ], - "bed": [ - 0, - 1, - 2, - 3, - 4, - 5, - 6, - 7, - 8, - 9, - 10, - 11, - 12, - 13, - 14, - 15 - ], - "bedrock": [ - 0, - 1 - ], - "beetroot": [ - 0, - 1, - 2, - 3, - 4, - 5, - 6, - 7 - ], - "bell": [ - 0, - 1, - 2, - 3, - 4, - 5, - 6, - 7, - 8, - 9, - 10, - 11, - 12, - 13, - 14, - 15, - 16, - 17, - 18, - 19, - 20, - 21, - 22, - 23, - 24, - 25, - 26, - 27, - 28, - 29, - 30, - 31 - ], - "birch_button": [ - 0, - 1, - 2, - 3, - 4, - 5, - 6, - 7, - 8, - 9, - 10, - 11, - 12, - 13, - 14, - 15 - ], - "birch_door": [ - 0, - 1, - 2, - 3, - 4, - 5, - 6, - 7, - 8, - 9, - 10, - 11, - 12, - 13, - 14, - 15, - 16, - 17, - 18, - 19, - 20, - 21, - 22, - 23, - 24, - 25, - 26, - 27, - 28, - 29, - 30, - 31 - ], - "birch_fence_gate": [ - 0, - 1, - 2, - 3, - 4, - 5, - 6, - 7, - 8, - 9, - 10, - 11, - 12, - 13, - 14, - 15 - ], - "birch_pressure_plate": [ - 0, - 1, - 2, - 3, - 4, - 5, - 6, - 7, - 8, - 9, - 10, - 11, - 12, - 13, - 14, - 15 - ], - "birch_stairs": [ - 0, - 1, - 2, - 3, - 4, - 5, - 6, - 7 - ], - "birch_standing_sign": [ - 0, - 1, - 2, - 3, - 4, - 5, - 6, - 7, - 8, - 9, - 10, - 11, - 12, - 13, - 14, - 15 - ], - "birch_trapdoor": [ - 0, - 1, - 2, - 3, - 4, - 5, - 6, - 7, - 8, - 9, - 10, - 11, - 12, - 13, - 14, - 15 - ], - "birch_wall_sign": [ - 0, - 1, - 2, - 3, - 4, - 5, - 6, - 7 - ], - "black_glazed_terracotta": [ - 0, - 1, - 2, - 3, - 4, - 5, - 6, - 7 - ], - "blast_furnace": [ - 0, - 1, - 2, - 3, - 4, - 5, - 6, - 7 - ], - "blue_glazed_terracotta": [ - 0, - 1, - 2, - 3, - 4, - 5, - 6, - 7 - ], - "blue_ice": [ - 0 - ], - "bone_block": [ - 0, - 1, - 2, - 3, - 4, - 5, - 6, - 7, - 8, - 9, - 10, - 11, - 12, - 13, - 14, - 15 - ], - "bookshelf": [ - 0 - ], - "brewing_stand": [ - 0, - 1, - 2, - 3, - 4, - 5, - 6, - 7 - ], - "brick_block": [ - 0 - ], - "brick_stairs": [ - 0, - 1, - 2, - 3, - 4, - 5, - 6, - 7 - ], - "brown_glazed_terracotta": [ - 0, - 1, - 2, - 3, - 4, - 5, - 6, - 7 - ], - "brown_mushroom": [ - 0 - ], - "brown_mushroom_block": [ - 0, - 1, - 2, - 3, - 4, - 5, - 6, - 7, - 8, - 9, - 10, - 11, - 12, - 13, - 14, - 15 - ], - "bubble_column": [ - 0, - 1 - ], - "cactus": [ - 0, - 1, - 2, - 3, - 4, - 5, - 6, - 7, - 8, - 9, - 10, - 11, - 12, - 13, - 14, - 15 - ], - "cake": [ - 0, - 1, - 2, - 3, - 4, - 5, - 6, - 7 - ], - "campfire": [ - 0, - 1, - 2, - 3, - 4, - 5, - 6, - 7 - ], - "carpet": [ - 0, - 1, - 2, - 3, - 4, - 5, - 6, - 7, - 8, - 9, - 10, - 11, - 12, - 13, - 14, - 15 - ], - "carrots": [ - 0, - 1, - 2, - 3, - 4, - 5, - 6, - 7 - ], - "cartography_table": [ - 0 - ], - "carved_pumpkin": [ - 0, - 1, - 2, - 3 - ], - "cauldron": [ - 0, - 1, - 2, - 3, - 4, - 5, - 6, - 7, - 8, - 9, - 10, - 11, - 12, - 13, - 14, - 15 - ], - "chain_command_block": [ - 0, - 1, - 2, - 3, - 4, - 5, - 6, - 7, - 8, - 9, - 10, - 11, - 12, - 13, - 14, - 15 - ], - "chemical_heat": [ - 0 - ], - "chemistry_table": [ - 0, - 1, - 2, - 3, - 4, - 5, - 6, - 7, - 8, - 9, - 10, - 11, - 12, - 13, - 14, - 15 - ], - "chest": [ - 0, - 1, - 2, - 3, - 4, - 5, - 6, - 7 - ], - "chorus_flower": [ - 0, - 1, - 2, - 3, - 4, - 5, - 6, - 7 - ], - "chorus_plant": [ - 0 - ], - "clay": [ - 0 - ], - "coal_block": [ - 0 - ], - "coal_ore": [ - 0 - ], - "cobblestone": [ - 0 - ], - "cobblestone_wall": [ - 0, - 1, - 2, - 3, - 4, - 5, - 6, - 7, - 8, - 9, - 10, - 11, - 12, - 13, - 14, - 15 - ], - "cocoa": [ - 0, - 1, - 2, - 3, - 4, - 5, - 6, - 7, - 8, - 9, - 10, - 11, - 12, - 13, - 14, - 15 - ], - "colored_torch_bp": [ - 0, - 1, - 2, - 3, - 4, - 5, - 6, - 7, - 8, - 9, - 10, - 11, - 12, - 13, - 14, - 15 - ], - "colored_torch_rg": [ - 0, - 1, - 2, - 3, - 4, - 5, - 6, - 7, - 8, - 9, - 10, - 11, - 12, - 13, - 14, - 15 - ], - "command_block": [ - 0, - 1, - 2, - 3, - 4, - 5, - 6, - 7, - 8, - 9, - 10, - 11, - 12, - 13, - 14, - 15 - ], - "composter": [ - 0, - 1, - 2, - 3, - 4, - 5, - 6, - 7, - 8, - 9, - 10, - 11, - 12, - 13, - 14, - 15 - ], - "concrete": [ - 0, - 1, - 2, - 3, - 4, - 5, - 6, - 7, - 8, - 9, - 10, - 11, - 12, - 13, - 14, - 15 - ], - "concretePowder": [ - 0, - 1, - 2, - 3, - 4, - 5, - 6, - 7, - 8, - 9, - 10, - 11, - 12, - 13, - 14, - 15 - ], - "conduit": [ - 0 - ], - "coral": [ - 0, - 1, - 2, - 3, - 4, - 5, - 6, - 7 - ], - "coral_block": [ - 0, - 1, - 2, - 3, - 4, - 5, - 6, - 7, - 8, - 9, - 10, - 11, - 12, - 13, - 14, - 15 - ], - "coral_fan": [ - 0, - 1, - 2, - 3, - 4, - 5, - 6, - 7, - 8, - 9, - 10, - 11, - 12, - 13, - 14, - 15 - ], - "coral_fan_dead": [ - 0, - 1, - 2, - 3, - 4, - 5, - 6, - 7, - 8, - 9, - 10, - 11, - 12, - 13, - 14, - 15 - ], - "coral_fan_hang": [ - 0, - 1, - 2, - 3, - 4, - 5, - 6, - 7, - 8, - 9, - 10, - 11, - 12, - 13, - 14, - 15 - ], - "coral_fan_hang2": [ - 0, - 1, - 2, - 3, - 4, - 5, - 6, - 7, - 8, - 9, - 10, - 11, - 12, - 13, - 14, - 15 - ], - "coral_fan_hang3": [ - 0, - 1, - 2, - 3, - 4, - 5, - 6, - 7, - 8, - 9, - 10, - 11, - 12, - 13, - 14, - 15 - ], - "crafting_table": [ - 0 - ], - "cyan_glazed_terracotta": [ - 0, - 1, - 2, - 3, - 4, - 5, - 6, - 7 - ], - "dark_oak_button": [ - 0, - 1, - 2, - 3, - 4, - 5, - 6, - 7, - 8, - 9, - 10, - 11, - 12, - 13, - 14, - 15 - ], - "dark_oak_door": [ - 0, - 1, - 2, - 3, - 4, - 5, - 6, - 7, - 8, - 9, - 10, - 11, - 12, - 13, - 14, - 15, - 16, - 17, - 18, - 19, - 20, - 21, - 22, - 23, - 24, - 25, - 26, - 27, - 28, - 29, - 30, - 31 - ], - "dark_oak_fence_gate": [ - 0, - 1, - 2, - 3, - 4, - 5, - 6, - 7, - 8, - 9, - 10, - 11, - 12, - 13, - 14, - 15 - ], - "dark_oak_pressure_plate": [ - 0, - 1, - 2, - 3, - 4, - 5, - 6, - 7, - 8, - 9, - 10, - 11, - 12, - 13, - 14, - 15 - ], - "dark_oak_stairs": [ - 0, - 1, - 2, - 3, - 4, - 5, - 6, - 7 - ], - "dark_oak_trapdoor": [ - 0, - 1, - 2, - 3, - 4, - 5, - 6, - 7, - 8, - 9, - 10, - 11, - 12, - 13, - 14, - 15 - ], - "dark_prismarine_stairs": [ - 0, - 1, - 2, - 3, - 4, - 5, - 6, - 7 - ], - "darkoak_standing_sign": [ - 0, - 1, - 2, - 3, - 4, - 5, - 6, - 7, - 8, - 9, - 10, - 11, - 12, - 13, - 14, - 15 - ], - "darkoak_wall_sign": [ - 0, - 1, - 2, - 3, - 4, - 5, - 6, - 7 - ], - "daylight_detector": [ - 0, - 1, - 2, - 3, - 4, - 5, - 6, - 7, - 8, - 9, - 10, - 11, - 12, - 13, - 14, - 15 - ], - "daylight_detector_inverted": [ - 0, - 1, - 2, - 3, - 4, - 5, - 6, - 7, - 8, - 9, - 10, - 11, - 12, - 13, - 14, - 15 - ], - "deadbush": [ - 0 - ], - "detector_rail": [ - 0, - 1, - 2, - 3, - 4, - 5, - 6, - 7, - 8, - 9, - 10, - 11, - 12, - 13, - 14, - 15 - ], - "diamond_block": [ - 0 - ], - "diamond_ore": [ - 0 - ], - "diorite_stairs": [ - 0, - 1, - 2, - 3, - 4, - 5, - 6, - 7 - ], - "dirt": [ - 0, - 1 - ], - "dispenser": [ - 0, - 1, - 2, - 3, - 4, - 5, - 6, - 7, - 8, - 9, - 10, - 11, - 12, - 13, - 14, - 15 - ], - "double_plant": [ - 0, - 1, - 2, - 3, - 4, - 5, - 6, - 7, - 8, - 9, - 10, - 11, - 12, - 13, - 14, - 15 - ], - "double_stone_slab": [ - 0, - 1, - 2, - 3, - 4, - 5, - 6, - 7, - 8, - 9, - 10, - 11, - 12, - 13, - 14, - 15 - ], - "double_stone_slab2": [ - 0, - 1, - 2, - 3, - 4, - 5, - 6, - 7, - 8, - 9, - 10, - 11, - 12, - 13, - 14, - 15 - ], - "double_stone_slab3": [ - 0, - 1, - 2, - 3, - 4, - 5, - 6, - 7, - 8, - 9, - 10, - 11, - 12, - 13, - 14, - 15 - ], - "double_stone_slab4": [ - 0, - 1, - 2, - 3, - 4, - 5, - 6, - 7, - 8, - 9, - 10, - 11, - 12, - 13, - 14, - 15 - ], - "double_wooden_slab": [ - 0, - 1, - 2, - 3, - 4, - 5, - 6, - 7, - 8, - 9, - 10, - 11, - 12, - 13, - 14, - 15 - ], - "dragon_egg": [ - 0 - ], - "dried_kelp_block": [ - 0 - ], - "dropper": [ - 0, - 1, - 2, - 3, - 4, - 5, - 6, - 7, - 8, - 9, - 10, - 11, - 12, - 13, - 14, - 15 - ], - "element_0": [ - 0 - ], - "element_1": [ - 0 - ], - "element_10": [ - 0 - ], - "element_100": [ - 0 - ], - "element_101": [ - 0 - ], - "element_102": [ - 0 - ], - "element_103": [ - 0 - ], - "element_104": [ - 0 - ], - "element_105": [ - 0 - ], - "element_106": [ - 0 - ], - "element_107": [ - 0 - ], - "element_108": [ - 0 - ], - "element_109": [ - 0 - ], - "element_11": [ - 0 - ], - "element_110": [ - 0 - ], - "element_111": [ - 0 - ], - "element_112": [ - 0 - ], - "element_113": [ - 0 - ], - "element_114": [ - 0 - ], - "element_115": [ - 0 - ], - "element_116": [ - 0 - ], - "element_117": [ - 0 - ], - "element_118": [ - 0 - ], - "element_12": [ - 0 - ], - "element_13": [ - 0 - ], - "element_14": [ - 0 - ], - "element_15": [ - 0 - ], - "element_16": [ - 0 - ], - "element_17": [ - 0 - ], - "element_18": [ - 0 - ], - "element_19": [ - 0 - ], - "element_2": [ - 0 - ], - "element_20": [ - 0 - ], - "element_21": [ - 0 - ], - "element_22": [ - 0 - ], - "element_23": [ - 0 - ], - "element_24": [ - 0 - ], - "element_25": [ - 0 - ], - "element_26": [ - 0 - ], - "element_27": [ - 0 - ], - "element_28": [ - 0 - ], - "element_29": [ - 0 - ], - "element_3": [ - 0 - ], - "element_30": [ - 0 - ], - "element_31": [ - 0 - ], - "element_32": [ - 0 - ], - "element_33": [ - 0 - ], - "element_34": [ - 0 - ], - "element_35": [ - 0 - ], - "element_36": [ - 0 - ], - "element_37": [ - 0 - ], - "element_38": [ - 0 - ], - "element_39": [ - 0 - ], - "element_4": [ - 0 - ], - "element_40": [ - 0 - ], - "element_41": [ - 0 - ], - "element_42": [ - 0 - ], - "element_43": [ - 0 - ], - "element_44": [ - 0 - ], - "element_45": [ - 0 - ], - "element_46": [ - 0 - ], - "element_47": [ - 0 - ], - "element_48": [ - 0 - ], - "element_49": [ - 0 - ], - "element_5": [ - 0 - ], - "element_50": [ - 0 - ], - "element_51": [ - 0 - ], - "element_52": [ - 0 - ], - "element_53": [ - 0 - ], - "element_54": [ - 0 - ], - "element_55": [ - 0 - ], - "element_56": [ - 0 - ], - "element_57": [ - 0 - ], - "element_58": [ - 0 - ], - "element_59": [ - 0 - ], - "element_6": [ - 0 - ], - "element_60": [ - 0 - ], - "element_61": [ - 0 - ], - "element_62": [ - 0 - ], - "element_63": [ - 0 - ], - "element_64": [ - 0 - ], - "element_65": [ - 0 - ], - "element_66": [ - 0 - ], - "element_67": [ - 0 - ], - "element_68": [ - 0 - ], - "element_69": [ - 0 - ], - "element_7": [ - 0 - ], - "element_70": [ - 0 - ], - "element_71": [ - 0 - ], - "element_72": [ - 0 - ], - "element_73": [ - 0 - ], - "element_74": [ - 0 - ], - "element_75": [ - 0 - ], - "element_76": [ - 0 - ], - "element_77": [ - 0 - ], - "element_78": [ - 0 - ], - "element_79": [ - 0 - ], - "element_8": [ - 0 - ], - "element_80": [ - 0 - ], - "element_81": [ - 0 - ], - "element_82": [ - 0 - ], - "element_83": [ - 0 - ], - "element_84": [ - 0 - ], - "element_85": [ - 0 - ], - "element_86": [ - 0 - ], - "element_87": [ - 0 - ], - "element_88": [ - 0 - ], - "element_89": [ - 0 - ], - "element_9": [ - 0 - ], - "element_90": [ - 0 - ], - "element_91": [ - 0 - ], - "element_92": [ - 0 - ], - "element_93": [ - 0 - ], - "element_94": [ - 0 - ], - "element_95": [ - 0 - ], - "element_96": [ - 0 - ], - "element_97": [ - 0 - ], - "element_98": [ - 0 - ], - "element_99": [ - 0 - ], - "emerald_block": [ - 0 - ], - "emerald_ore": [ - 0 - ], - "enchanting_table": [ - 0 - ], - "end_brick_stairs": [ - 0, - 1, - 2, - 3, - 4, - 5, - 6, - 7 - ], - "end_bricks": [ - 0 - ], - "end_gateway": [ - 0 - ], - "end_portal": [ - 0 - ], - "end_portal_frame": [ - 0, - 1, - 2, - 3, - 4, - 5, - 6, - 7 - ], - "end_rod": [ - 0, - 1, - 2, - 3, - 4, - 5, - 6, - 7 - ], - "end_stone": [ - 0 - ], - "ender_chest": [ - 0, - 1, - 2, - 3, - 4, - 5, - 6, - 7 - ], - "farmland": [ - 0, - 1, - 2, - 3, - 4, - 5, - 6, - 7 - ], - "fence": [ - 0, - 1, - 2, - 3, - 4, - 5, - 6, - 7 - ], - "fence_gate": [ - 0, - 1, - 2, - 3, - 4, - 5, - 6, - 7, - 8, - 9, - 10, - 11, - 12, - 13, - 14, - 15 - ], - "fire": [ - 0, - 1, - 2, - 3, - 4, - 5, - 6, - 7, - 8, - 9, - 10, - 11, - 12, - 13, - 14, - 15 - ], - "fletching_table": [ - 0 - ], - "flower_pot": [ - 0, - 1 - ], - "flowing_lava": [ - 0, - 1, - 2, - 3, - 4, - 5, - 6, - 7, - 8, - 9, - 10, - 11, - 12, - 13, - 14, - 15 - ], - "flowing_water": [ - 0, - 1, - 2, - 3, - 4, - 5, - 6, - 7, - 8, - 9, - 10, - 11, - 12, - 13, - 14, - 15 - ], - "frame": [ - 0, - 1, - 2, - 3, - 4, - 5, - 6, - 7 - ], - "frosted_ice": [ - 0, - 1, - 2, - 3 - ], - "furnace": [ - 0, - 1, - 2, - 3, - 4, - 5, - 6, - 7 - ], - "glass": [ - 0 - ], - "glass_pane": [ - 0 - ], - "glowingobsidian": [ - 0 - ], - "glowstone": [ - 0 - ], - "gold_block": [ - 0 - ], - "gold_ore": [ - 0 - ], - "golden_rail": [ - 0, - 1, - 2, - 3, - 4, - 5, - 6, - 7, - 8, - 9, - 10, - 11, - 12, - 13, - 14, - 15 - ], - "granite_stairs": [ - 0, - 1, - 2, - 3, - 4, - 5, - 6, - 7 - ], - "grass": [ - 0 - ], - "grass_path": [ - 0 - ], - "gravel": [ - 0 - ], - "gray_glazed_terracotta": [ - 0, - 1, - 2, - 3, - 4, - 5, - 6, - 7 - ], - "green_glazed_terracotta": [ - 0, - 1, - 2, - 3, - 4, - 5, - 6, - 7 - ], - "grindstone": [ - 0, - 1, - 2, - 3, - 4, - 5, - 6, - 7, - 8, - 9, - 10, - 11, - 12, - 13, - 14, - 15 - ], - "hard_glass": [ - 0 - ], - "hard_glass_pane": [ - 0 - ], - "hard_stained_glass": [ - 0, - 1, - 2, - 3, - 4, - 5, - 6, - 7, - 8, - 9, - 10, - 11, - 12, - 13, - 14, - 15 - ], - "hard_stained_glass_pane": [ - 0, - 1, - 2, - 3, - 4, - 5, - 6, - 7, - 8, - 9, - 10, - 11, - 12, - 13, - 14, - 15 - ], - "hardened_clay": [ - 0 - ], - "hay_block": [ - 0, - 1, - 2, - 3, - 4, - 5, - 6, - 7, - 8, - 9, - 10, - 11, - 12, - 13, - 14, - 15 - ], - "heavy_weighted_pressure_plate": [ - 0, - 1, - 2, - 3, - 4, - 5, - 6, - 7, - 8, - 9, - 10, - 11, - 12, - 13, - 14, - 15 - ], - "hopper": [ - 0, - 1, - 2, - 3, - 4, - 5, - 6, - 7, - 8, - 9, - 10, - 11, - 12, - 13, - 14, - 15 - ], - "ice": [ - 0 - ], - "info_update": [ - 0 - ], - "info_update2": [ - 0 - ], - "invisibleBedrock": [ - 0 - ], - "iron_bars": [ - 0 - ], - "iron_block": [ - 0 - ], - "iron_door": [ - 0, - 1, - 2, - 3, - 4, - 5, - 6, - 7, - 8, - 9, - 10, - 11, - 12, - 13, - 14, - 15, - 16, - 17, - 18, - 19, - 20, - 21, - 22, - 23, - 24, - 25, - 26, - 27, - 28, - 29, - 30, - 31 - ], - "iron_ore": [ - 0 - ], - "iron_trapdoor": [ - 0, - 1, - 2, - 3, - 4, - 5, - 6, - 7, - 8, - 9, - 10, - 11, - 12, - 13, - 14, - 15 - ], - "jigsaw": [ - 0, - 1, - 2, - 3, - 4, - 5, - 6, - 7 - ], - "jukebox": [ - 0 - ], - "jungle_button": [ - 0, - 1, - 2, - 3, - 4, - 5, - 6, - 7, - 8, - 9, - 10, - 11, - 12, - 13, - 14, - 15 - ], - "jungle_door": [ - 0, - 1, - 2, - 3, - 4, - 5, - 6, - 7, - 8, - 9, - 10, - 11, - 12, - 13, - 14, - 15, - 16, - 17, - 18, - 19, - 20, - 21, - 22, - 23, - 24, - 25, - 26, - 27, - 28, - 29, - 30, - 31 - ], - "jungle_fence_gate": [ - 0, - 1, - 2, - 3, - 4, - 5, - 6, - 7, - 8, - 9, - 10, - 11, - 12, - 13, - 14, - 15 - ], - "jungle_pressure_plate": [ - 0, - 1, - 2, - 3, - 4, - 5, - 6, - 7, - 8, - 9, - 10, - 11, - 12, - 13, - 14, - 15 - ], - "jungle_stairs": [ - 0, - 1, - 2, - 3, - 4, - 5, - 6, - 7 - ], - "jungle_standing_sign": [ - 0, - 1, - 2, - 3, - 4, - 5, - 6, - 7, - 8, - 9, - 10, - 11, - 12, - 13, - 14, - 15 - ], - "jungle_trapdoor": [ - 0, - 1, - 2, - 3, - 4, - 5, - 6, - 7, - 8, - 9, - 10, - 11, - 12, - 13, - 14, - 15 - ], - "jungle_wall_sign": [ - 0, - 1, - 2, - 3, - 4, - 5, - 6, - 7 - ], - "kelp": [ - 0, - 1, - 2, - 3, - 4, - 5, - 6, - 7, - 8, - 9, - 10, - 11, - 12, - 13, - 14, - 15 - ], - "ladder": [ - 0, - 1, - 2, - 3, - 4, - 5, - 6, - 7 - ], - "lantern": [ - 0, - 1 - ], - "lapis_block": [ - 0 - ], - "lapis_ore": [ - 0 - ], - "lava": [ - 0, - 1, - 2, - 3, - 4, - 5, - 6, - 7, - 8, - 9, - 10, - 11, - 12, - 13, - 14, - 15 - ], - "lava_cauldron": [ - 0, - 1, - 2, - 3, - 4, - 5, - 6, - 7, - 8, - 9, - 10, - 11, - 12, - 13, - 14, - 15 - ], - "leaves": [ - 0, - 1, - 2, - 3, - 4, - 5, - 6, - 7, - 8, - 9, - 10, - 11, - 12, - 13, - 14, - 15 - ], - "leaves2": [ - 0, - 1, - 2, - 3, - 4, - 5, - 6, - 7, - 8, - 9, - 10, - 11, - 12, - 13, - 14, - 15 - ], - "lectern": [ - 0, - 1, - 2, - 3, - 4, - 5, - 6, - 7 - ], - "lever": [ - 0, - 1, - 2, - 3, - 4, - 5, - 6, - 7, - 8, - 9, - 10, - 11, - 12, - 13, - 14, - 15 - ], - "light_blue_glazed_terracotta": [ - 0, - 1, - 2, - 3, - 4, - 5, - 6, - 7 - ], - "light_weighted_pressure_plate": [ - 0, - 1, - 2, - 3, - 4, - 5, - 6, - 7, - 8, - 9, - 10, - 11, - 12, - 13, - 14, - 15 - ], - "lime_glazed_terracotta": [ - 0, - 1, - 2, - 3, - 4, - 5, - 6, - 7 - ], - "lit_blast_furnace": [ - 0, - 1, - 2, - 3, - 4, - 5, - 6, - 7 - ], - "lit_furnace": [ - 0, - 1, - 2, - 3, - 4, - 5, - 6, - 7 - ], - "lit_pumpkin": [ - 0, - 1, - 2, - 3 - ], - "lit_redstone_lamp": [ - 0 - ], - "lit_redstone_ore": [ - 0 - ], - "lit_smoker": [ - 0, - 1, - 2, - 3, - 4, - 5, - 6, - 7 - ], - "log": [ - 0, - 1, - 2, - 3, - 4, - 5, - 6, - 7, - 8, - 9, - 10, - 11, - 12, - 13, - 14, - 15 - ], - "log2": [ - 0, - 1, - 2, - 3, - 4, - 5, - 6, - 7, - 8, - 9, - 10, - 11, - 12, - 13, - 14, - 15 - ], - "loom": [ - 0, - 1, - 2, - 3 - ], - "magenta_glazed_terracotta": [ - 0, - 1, - 2, - 3, - 4, - 5, - 6, - 7 - ], - "magma": [ - 0 - ], - "melon_block": [ - 0 - ], - "melon_stem": [ - 0, - 1, - 2, - 3, - 4, - 5, - 6, - 7 - ], - "mob_spawner": [ - 0 - ], - "monster_egg": [ - 0, - 1, - 2, - 3, - 4, - 5, - 6, - 7 - ], - "mossy_cobblestone": [ - 0 - ], - "mossy_cobblestone_stairs": [ - 0, - 1, - 2, - 3, - 4, - 5, - 6, - 7 - ], - "mossy_stone_brick_stairs": [ - 0, - 1, - 2, - 3, - 4, - 5, - 6, - 7 - ], - "movingBlock": [ - 0 - ], - "mycelium": [ - 0 - ], - "nether_brick": [ - 0 - ], - "nether_brick_fence": [ - 0 - ], - "nether_brick_stairs": [ - 0, - 1, - 2, - 3, - 4, - 5, - 6, - 7 - ], - "nether_wart": [ - 0, - 1, - 2, - 3 - ], - "nether_wart_block": [ - 0 - ], - "netherrack": [ - 0 - ], - "netherreactor": [ - 0 - ], - "normal_stone_stairs": [ - 0, - 1, - 2, - 3, - 4, - 5, - 6, - 7 - ], - "noteblock": [ - 0 - ], - "oak_stairs": [ - 0, - 1, - 2, - 3, - 4, - 5, - 6, - 7 - ], - "observer": [ - 0, - 1, - 2, - 3, - 4, - 5, - 6, - 7, - 8, - 9, - 10, - 11, - 12, - 13, - 14, - 15 - ], - "obsidian": [ - 0 - ], - "orange_glazed_terracotta": [ - 0, - 1, - 2, - 3, - 4, - 5, - 6, - 7 - ], - "packed_ice": [ - 0 - ], - "pink_glazed_terracotta": [ - 0, - 1, - 2, - 3, - 4, - 5, - 6, - 7 - ], - "piston": [ - 0, - 1, - 2, - 3, - 4, - 5, - 6, - 7 - ], - "pistonArmCollision": [ - 0, - 1, - 2, - 3, - 4, - 5, - 6, - 7 - ], - "planks": [ - 0, - 1, - 2, - 3, - 4, - 5, - 6, - 7 - ], - "podzol": [ - 0 - ], - "polished_andesite_stairs": [ - 0, - 1, - 2, - 3, - 4, - 5, - 6, - 7 - ], - "polished_diorite_stairs": [ - 0, - 1, - 2, - 3, - 4, - 5, - 6, - 7 - ], - "polished_granite_stairs": [ - 0, - 1, - 2, - 3, - 4, - 5, - 6, - 7 - ], - "portal": [ - 0, - 1, - 2, - 3 - ], - "potatoes": [ - 0, - 1, - 2, - 3, - 4, - 5, - 6, - 7 - ], - "powered_comparator": [ - 0, - 1, - 2, - 3, - 4, - 5, - 6, - 7, - 8, - 9, - 10, - 11, - 12, - 13, - 14, - 15 - ], - "powered_repeater": [ - 0, - 1, - 2, - 3, - 4, - 5, - 6, - 7, - 8, - 9, - 10, - 11, - 12, - 13, - 14, - 15 - ], - "prismarine": [ - 0, - 1, - 2, - 3 - ], - "prismarine_bricks_stairs": [ - 0, - 1, - 2, - 3, - 4, - 5, - 6, - 7 - ], - "prismarine_stairs": [ - 0, - 1, - 2, - 3, - 4, - 5, - 6, - 7 - ], - "pumpkin": [ - 0, - 1, - 2, - 3 - ], - "pumpkin_stem": [ - 0, - 1, - 2, - 3, - 4, - 5, - 6, - 7 - ], - "purple_glazed_terracotta": [ - 0, - 1, - 2, - 3, - 4, - 5, - 6, - 7 - ], - "purpur_block": [ - 0, - 1, - 2, - 3, - 4, - 5, - 6, - 7, - 8, - 9, - 10, - 11, - 12, - 13, - 14, - 15 - ], - "purpur_stairs": [ - 0, - 1, - 2, - 3, - 4, - 5, - 6, - 7 - ], - "quartz_block": [ - 0, - 1, - 2, - 3, - 4, - 5, - 6, - 7, - 8, - 9, - 10, - 11, - 12, - 13, - 14, - 15 - ], - "quartz_ore": [ - 0 - ], - "quartz_stairs": [ - 0, - 1, - 2, - 3, - 4, - 5, - 6, - 7 - ], - "rail": [ - 0, - 1, - 2, - 3, - 4, - 5, - 6, - 7, - 8, - 9, - 10, - 11, - 12, - 13, - 14, - 15 - ], - "red_flower": [ - 0, - 1, - 2, - 3, - 4, - 5, - 6, - 7, - 8, - 9, - 10, - 11, - 12, - 13, - 14, - 15 - ], - "red_glazed_terracotta": [ - 0, - 1, - 2, - 3, - 4, - 5, - 6, - 7 - ], - "red_mushroom": [ - 0 - ], - "red_mushroom_block": [ - 0, - 1, - 2, - 3, - 4, - 5, - 6, - 7, - 8, - 9, - 10, - 11, - 12, - 13, - 14, - 15 - ], - "red_nether_brick": [ - 0 - ], - "red_nether_brick_stairs": [ - 0, - 1, - 2, - 3, - 4, - 5, - 6, - 7 - ], - "red_sandstone": [ - 0, - 1, - 2, - 3 - ], - "red_sandstone_stairs": [ - 0, - 1, - 2, - 3, - 4, - 5, - 6, - 7 - ], - "redstone_block": [ - 0 - ], - "redstone_lamp": [ - 0 - ], - "redstone_ore": [ - 0 - ], - "redstone_torch": [ - 0, - 1, - 2, - 3, - 4, - 5, - 6, - 7 - ], - "redstone_wire": [ - 0, - 1, - 2, - 3, - 4, - 5, - 6, - 7, - 8, - 9, - 10, - 11, - 12, - 13, - 14, - 15 - ], - "reeds": [ - 0, - 1, - 2, - 3, - 4, - 5, - 6, - 7, - 8, - 9, - 10, - 11, - 12, - 13, - 14, - 15 - ], - "repeating_command_block": [ - 0, - 1, - 2, - 3, - 4, - 5, - 6, - 7, - 8, - 9, - 10, - 11, - 12, - 13, - 14, - 15 - ], - "reserved6": [ - 0 - ], - "sand": [ - 0, - 1 - ], - "sandstone": [ - 0, - 1, - 2, - 3 - ], - "sandstone_stairs": [ - 0, - 1, - 2, - 3, - 4, - 5, - 6, - 7 - ], - "sapling": [ - 0, - 1, - 2, - 3, - 4, - 5, - 6, - 7, - 8, - 9, - 10, - 11, - 12, - 13, - 14, - 15 - ], - "scaffolding": [ - 0, - 1, - 2, - 3, - 4, - 5, - 6, - 7, - 8, - 9, - 10, - 11, - 12, - 13, - 14, - 15 - ], - "seaLantern": [ - 0 - ], - "sea_pickle": [ - 0, - 1, - 2, - 3, - 4, - 5, - 6, - 7 - ], - "seagrass": [ - 0, - 1, - 2, - 3 - ], - "shulker_box": [ - 0, - 1, - 2, - 3, - 4, - 5, - 6, - 7, - 8, - 9, - 10, - 11, - 12, - 13, - 14, - 15 - ], - "silver_glazed_terracotta": [ - 0, - 1, - 2, - 3, - 4, - 5, - 6, - 7 - ], - "skull": [ - 0, - 1, - 2, - 3, - 4, - 5, - 6, - 7, - 8, - 9, - 10, - 11, - 12, - 13, - 14, - 15 - ], - "slime": [ - 0 - ], - "smithing_table": [ - 0 - ], - "smoker": [ - 0, - 1, - 2, - 3, - 4, - 5, - 6, - 7 - ], - "smooth_quartz_stairs": [ - 0, - 1, - 2, - 3, - 4, - 5, - 6, - 7 - ], - "smooth_red_sandstone_stairs": [ - 0, - 1, - 2, - 3, - 4, - 5, - 6, - 7 - ], - "smooth_sandstone_stairs": [ - 0, - 1, - 2, - 3, - 4, - 5, - 6, - 7 - ], - "smooth_stone": [ - 0 - ], - "snow": [ - 0 - ], - "snow_layer": [ - 0, - 1, - 2, - 3, - 4, - 5, - 6, - 7, - 8, - 9, - 10, - 11, - 12, - 13, - 14, - 15 - ], - "soul_sand": [ - 0 - ], - "sponge": [ - 0, - 1 - ], - "spruce_button": [ - 0, - 1, - 2, - 3, - 4, - 5, - 6, - 7, - 8, - 9, - 10, - 11, - 12, - 13, - 14, - 15 - ], - "spruce_door": [ - 0, - 1, - 2, - 3, - 4, - 5, - 6, - 7, - 8, - 9, - 10, - 11, - 12, - 13, - 14, - 15, - 16, - 17, - 18, - 19, - 20, - 21, - 22, - 23, - 24, - 25, - 26, - 27, - 28, - 29, - 30, - 31 - ], - "spruce_fence_gate": [ - 0, - 1, - 2, - 3, - 4, - 5, - 6, - 7, - 8, - 9, - 10, - 11, - 12, - 13, - 14, - 15 - ], - "spruce_pressure_plate": [ - 0, - 1, - 2, - 3, - 4, - 5, - 6, - 7, - 8, - 9, - 10, - 11, - 12, - 13, - 14, - 15 - ], - "spruce_stairs": [ - 0, - 1, - 2, - 3, - 4, - 5, - 6, - 7 - ], - "spruce_standing_sign": [ - 0, - 1, - 2, - 3, - 4, - 5, - 6, - 7, - 8, - 9, - 10, - 11, - 12, - 13, - 14, - 15 - ], - "spruce_trapdoor": [ - 0, - 1, - 2, - 3, - 4, - 5, - 6, - 7, - 8, - 9, - 10, - 11, - 12, - 13, - 14, - 15 - ], - "spruce_wall_sign": [ - 0, - 1, - 2, - 3, - 4, - 5, - 6, - 7 - ], - "stained_glass": [ - 0, - 1, - 2, - 3, - 4, - 5, - 6, - 7, - 8, - 9, - 10, - 11, - 12, - 13, - 14, - 15 - ], - "stained_glass_pane": [ - 0, - 1, - 2, - 3, - 4, - 5, - 6, - 7, - 8, - 9, - 10, - 11, - 12, - 13, - 14, - 15 - ], - "stained_hardened_clay": [ - 0, - 1, - 2, - 3, - 4, - 5, - 6, - 7, - 8, - 9, - 10, - 11, - 12, - 13, - 14, - 15 - ], - "standing_banner": [ - 0, - 1, - 2, - 3, - 4, - 5, - 6, - 7, - 8, - 9, - 10, - 11, - 12, - 13, - 14, - 15 - ], - "standing_sign": [ - 0, - 1, - 2, - 3, - 4, - 5, - 6, - 7, - 8, - 9, - 10, - 11, - 12, - 13, - 14, - 15 - ], - "sticky_piston": [ - 0, - 1, - 2, - 3, - 4, - 5, - 6, - 7 - ], - "stone": [ - 0, - 1, - 2, - 3, - 4, - 5, - 6, - 7 - ], - "stone_brick_stairs": [ - 0, - 1, - 2, - 3, - 4, - 5, - 6, - 7 - ], - "stone_button": [ - 0, - 1, - 2, - 3, - 4, - 5, - 6, - 7, - 8, - 9, - 10, - 11, - 12, - 13, - 14, - 15 - ], - "stone_pressure_plate": [ - 0, - 1, - 2, - 3, - 4, - 5, - 6, - 7, - 8, - 9, - 10, - 11, - 12, - 13, - 14, - 15 - ], - "stone_slab": [ - 0, - 1, - 2, - 3, - 4, - 5, - 6, - 7, - 8, - 9, - 10, - 11, - 12, - 13, - 14, - 15 - ], - "stone_slab2": [ - 0, - 1, - 2, - 3, - 4, - 5, - 6, - 7, - 8, - 9, - 10, - 11, - 12, - 13, - 14, - 15 - ], - "stone_slab3": [ - 0, - 1, - 2, - 3, - 4, - 5, - 6, - 7, - 8, - 9, - 10, - 11, - 12, - 13, - 14, - 15 - ], - "stone_slab4": [ - 0, - 1, - 2, - 3, - 4, - 5, - 6, - 7, - 8, - 9, - 10, - 11, - 12, - 13, - 14, - 15 - ], - "stone_stairs": [ - 0, - 1, - 2, - 3, - 4, - 5, - 6, - 7 - ], - "stonebrick": [ - 0, - 1, - 2, - 3, - 4, - 5, - 6, - 7 - ], - "stonecutter": [ - 0 - ], - "stonecutter_block": [ - 0, - 1, - 2, - 3, - 4, - 5, - 6, - 7 - ], - "stripped_acacia_log": [ - 0, - 1, - 2, - 3 - ], - "stripped_birch_log": [ - 0, - 1, - 2, - 3 - ], - "stripped_dark_oak_log": [ - 0, - 1, - 2, - 3 - ], - "stripped_jungle_log": [ - 0, - 1, - 2, - 3 - ], - "stripped_oak_log": [ - 0, - 1, - 2, - 3 - ], - "stripped_spruce_log": [ - 0, - 1, - 2, - 3 - ], - "structure_block": [ - 0, - 1, - 2, - 3, - 4, - 5, - 6, - 7 - ], - "sweet_berry_bush": [ - 0, - 1, - 2, - 3, - 4, - 5, - 6, - 7 - ], - "tallgrass": [ - 0, - 1, - 2, - 3 - ], - "tnt": [ - 0, - 1, - 2, - 3 - ], - "torch": [ - 0, - 1, - 2, - 3, - 4, - 5, - 6, - 7 - ], - "trapdoor": [ - 0, - 1, - 2, - 3, - 4, - 5, - 6, - 7, - 8, - 9, - 10, - 11, - 12, - 13, - 14, - 15 - ], - "trapped_chest": [ - 0, - 1, - 2, - 3, - 4, - 5, - 6, - 7 - ], - "tripWire": [ - 0, - 1, - 2, - 3, - 4, - 5, - 6, - 7, - 8, - 9, - 10, - 11, - 12, - 13, - 14, - 15 - ], - "tripwire_hook": [ - 0, - 1, - 2, - 3, - 4, - 5, - 6, - 7, - 8, - 9, - 10, - 11, - 12, - 13, - 14, - 15 - ], - "turtle_egg": [ - 0, - 1, - 2, - 3, - 4, - 5, - 6, - 7, - 8, - 9, - 10, - 11, - 12, - 13, - 14, - 15 - ], - "underwater_torch": [ - 0, - 1, - 2, - 3, - 4, - 5, - 6, - 7 - ], - "undyed_shulker_box": [ - 0 - ], - "unlit_redstone_torch": [ - 0, - 1, - 2, - 3, - 4, - 5, - 6, - 7 - ], - "unpowered_comparator": [ - 0, - 1, - 2, - 3, - 4, - 5, - 6, - 7, - 8, - 9, - 10, - 11, - 12, - 13, - 14, - 15 - ], - "unpowered_repeater": [ - 0, - 1, - 2, - 3, - 4, - 5, - 6, - 7, - 8, - 9, - 10, - 11, - 12, - 13, - 14, - 15 - ], - "vine": [ - 0, - 1, - 2, - 3, - 4, - 5, - 6, - 7, - 8, - 9, - 10, - 11, - 12, - 13, - 14, - 15 - ], - "wall_banner": [ - 0, - 1, - 2, - 3, - 4, - 5, - 6, - 7 - ], - "wall_sign": [ - 0, - 1, - 2, - 3, - 4, - 5, - 6, - 7 - ], - "water": [ - 0, - 1, - 2, - 3, - 4, - 5, - 6, - 7, - 8, - 9, - 10, - 11, - 12, - 13, - 14, - 15 - ], - "waterlily": [ - 0 - ], - "web": [ - 0 - ], - "wheat": [ - 0, - 1, - 2, - 3, - 4, - 5, - 6, - 7 - ], - "white_glazed_terracotta": [ - 0, - 1, - 2, - 3, - 4, - 5, - 6, - 7 - ], - "wood": [ - 0, - 1, - 2, - 3, - 4, - 5, - 6, - 7, - 8, - 9, - 10, - 11, - 12, - 13, - 14, - 15 - ], - "wooden_button": [ - 0, - 1, - 2, - 3, - 4, - 5, - 6, - 7, - 8, - 9, - 10, - 11, - 12, - 13, - 14, - 15 - ], - "wooden_door": [ - 0, - 1, - 2, - 3, - 4, - 5, - 6, - 7, - 8, - 9, - 10, - 11, - 12, - 13, - 14, - 15, - 16, - 17, - 18, - 19, - 20, - 21, - 22, - 23, - 24, - 25, - 26, - 27, - 28, - 29, - 30, - 31 - ], - "wooden_pressure_plate": [ - 0, - 1, - 2, - 3, - 4, - 5, - 6, - 7, - 8, - 9, - 10, - 11, - 12, - 13, - 14, - 15 - ], - "wooden_slab": [ - 0, - 1, - 2, - 3, - 4, - 5, - 6, - 7, - 8, - 9, - 10, - 11, - 12, - 13, - 14, - 15 - ], - "wool": [ - 0, - 1, - 2, - 3, - 4, - 5, - 6, - 7, - 8, - 9, - 10, - 11, - 12, - 13, - 14, - 15 - ], - "yellow_flower": [ - 0 - ], - "yellow_glazed_terracotta": [ - 0, - 1, - 2, - 3, - 4, - 5, - 6, - 7 - ] - } -} \ No newline at end of file diff --git a/required_block_states.nbt b/required_block_states.nbt new file mode 100644 index 0000000..51e2d7c Binary files /dev/null and b/required_block_states.nbt differ