Skip to content

Commit

Permalink
fix(bamboo): change crafting recipe
Browse files Browse the repository at this point in the history
  • Loading branch information
TurnrDev committed Apr 23, 2024
1 parent abd7f37 commit 3e26e5b
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 12 deletions.
12 changes: 0 additions & 12 deletions data/brassburg/recipes/crafting/bamboo.json

This file was deleted.

15 changes: 15 additions & 0 deletions data/brassburg/recipes/crafting/cutting/bamboo.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"type": "create:cutting",
"ingredients": [
{
"item": "minecraft:bamboo_block"
}
],
"results": [
{
"item": "minecraft:bamboo",
"count": 9
}
],
"processingTime": 50
}

0 comments on commit 3e26e5b

Please sign in to comment.