diff --git a/data/brassburg/recipes/crafting/bamboo.json b/data/brassburg/recipes/crafting/bamboo.json new file mode 100644 index 00000000..03296fa7 --- /dev/null +++ b/data/brassburg/recipes/crafting/bamboo.json @@ -0,0 +1,12 @@ +{ + "type": "minecraft:crafting_shapeless", + "ingredients": [ + { + "item": "minecraft:bamboo_block" + } + ], + "result": { + "item": "minecraft:bamboo", + "count": 9 + } +} \ No newline at end of file