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