Skip to content

Commit

Permalink
v1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
DakotaPride committed Oct 28, 2023
1 parent aadc47b commit 0d6e34e
Show file tree
Hide file tree
Showing 3 changed files with 43 additions and 0 deletions.
15 changes: 15 additions & 0 deletions src/main/resources/data/garnished/recipes/cutting/nut_planks.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"type": "create:cutting",
"ingredients": [
{
"item": "garnished:stripped_nut_log"
}
],
"processingTime": 50,
"results": [
{
"count": 6,
"item": "garnished:nut_planks"
}
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"type": "create:cutting",
"ingredients": [
{
"item": "garnished:nut_log"
}
],
"processingTime": 50,
"results": [
{
"item": "garnished:stripped_nut_log"
}
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"type": "create:cutting",
"ingredients": [
{
"item": "garnished:nut_wood"
}
],
"processingTime": 50,
"results": [
{
"item": "garnished:stripped_nut_wood"
}
]
}

0 comments on commit 0d6e34e

Please sign in to comment.