diff --git a/block_id_map.json b/block_id_map.json index 1d164a4..ee402a5 100644 --- a/block_id_map.json +++ b/block_id_map.json @@ -463,5 +463,9 @@ "minecraft:lit_blast_furnace": 469, "minecraft:light_block": 470, "minecraft:wither_rose": 471, - "minecraft:stickyPistonArmCollision": 472 + "minecraft:stickyPistonArmCollision": 472, + "minecraft:bee_nest": 473, + "minecraft:beehive": 474, + "minecraft:honey_block": 475, + "minecraft:honeycomb_block": 476 } \ No newline at end of file diff --git a/creativeitems.json b/creativeitems.json index 964db25..4c584e1 100644 --- a/creativeitems.json +++ b/creativeitems.json @@ -638,6 +638,12 @@ { "id": 165 }, + { + "id": -220 + }, + { + "id": -221 + }, { "id": 170 }, @@ -1244,6 +1250,9 @@ "id": 6, "damage": 5 }, + { + "id": -218 + }, { "id": 295 }, @@ -1304,6 +1313,9 @@ { "id": 91 }, + { + "id": 736 + }, { "id": 31, "damage": 2 @@ -1678,6 +1690,10 @@ "id": 383, "damage": 10 }, + { + "id": 383, + "damage": 122 + }, { "id": 383, "damage": 11 @@ -2976,6 +2992,9 @@ { "id": -202 }, + { + "id": -219 + }, { "id": 720 }, @@ -3194,6 +3213,9 @@ { "id": 389 }, + { + "id": 737 + }, { "id": 390 }, diff --git a/entity_id_map.json b/entity_id_map.json index 087b5b5..7d78db8 100644 --- a/entity_id_map.json +++ b/entity_id_map.json @@ -102,6 +102,7 @@ "minecraft:wandering_trader": 118, "minecraft:elder_guardian_ghost": 120, "minecraft:fox": 121, + "minecraft:bee": 122, "minecraft:npc": 257, "minecraft:player": 258 } \ No newline at end of file diff --git a/entity_identifiers.nbt b/entity_identifiers.nbt index 019405e..a6f083f 100644 Binary files a/entity_identifiers.nbt and b/entity_identifiers.nbt differ diff --git a/item_id_map.json b/item_id_map.json index bd1e273..3c14124 100644 --- a/item_id_map.json +++ b/item_id_map.json @@ -1,4 +1,8 @@ { + "minecraft:honeycomb_block": -221, + "minecraft:honey_block": -220, + "minecraft:beehive": -219, + "minecraft:bee_nest": -218, "minecraft:stickypistonarmcollision": -217, "minecraft:wither_rose": -216, "minecraft:light_block": -215, @@ -694,5 +698,7 @@ "minecraft:record_wait": 511, "minecraft:shield": 513, "minecraft:campfire": 720, - "minecraft:suspicious_stew": 734 + "minecraft:suspicious_stew": 734, + "minecraft:honeycomb": 736, + "minecraft:honey_bottle": 737 } \ No newline at end of file diff --git a/r12_to_current_block_map.nbt b/r12_to_current_block_map.nbt index 2a6f990..dcc37a0 100644 Binary files a/r12_to_current_block_map.nbt and b/r12_to_current_block_map.nbt differ diff --git a/recipes.json b/recipes.json index a4b0e1d..bf2c6cd 100644 --- a/recipes.json +++ b/recipes.json @@ -13160,6 +13160,32 @@ ], "type": "shaped" }, + { + "block": "crafting_table", + "input": { + "A": { + "id": 5, + "damage": -1 + }, + "B": { + "id": 736, + "damage": -1 + } + }, + "output": [ + { + "id": -219 + } + ], + "priority": 0, + "recipe_id": "minecraft:beehive", + "shape": [ + "AAA", + "BBB", + "AAA" + ], + "type": "shaped" + }, { "block": "crafting_table", "input": [ @@ -18311,6 +18337,110 @@ ], "type": "shaped" }, + { + "block": "crafting_table", + "input": { + "A": { + "id": 737, + "damage": -1 + } + }, + "output": [ + { + "id": -220 + }, + { + "id": 374, + "count": 4 + } + ], + "priority": 0, + "recipe_id": "minecraft:honey_block", + "shape": [ + "AA", + "AA" + ], + "type": "shaped" + }, + { + "block": "crafting_table", + "input": [ + { + "id": -220, + "damage": -1 + }, + { + "id": 374, + "damage": -1 + }, + { + "id": 374, + "damage": -1 + }, + { + "id": 374, + "damage": -1 + }, + { + "id": 374, + "damage": -1 + } + ], + "output": [ + { + "id": 737, + "count": 4 + } + ], + "priority": 0, + "recipe_id": "minecraft:honey_bottle", + "type": "shapeless" + }, + { + "block": "crafting_table", + "input": { + "A": { + "id": 737, + "damage": -1 + } + }, + "output": [ + { + "id": 353, + "count": 3 + }, + { + "id": 374 + } + ], + "priority": 0, + "recipe_id": "minecraft:honey_bottle_to_sugar", + "shape": [ + "A" + ], + "type": "shaped" + }, + { + "block": "crafting_table", + "input": { + "A": { + "id": 736, + "damage": -1 + } + }, + "output": [ + { + "id": -221 + } + ], + "priority": 0, + "recipe_id": "minecraft:honeycomb_block", + "shape": [ + "AA", + "AA" + ], + "type": "shaped" + }, { "block": "crafting_table", "input": { diff --git a/required_block_states.nbt b/required_block_states.nbt index 51e2d7c..797c55c 100644 Binary files a/required_block_states.nbt and b/required_block_states.nbt differ