Skip to content

Commit

Permalink
Add tiramisu cutting recipe
Browse files Browse the repository at this point in the history
  • Loading branch information
Chikorita-Lover committed Sep 20, 2024
1 parent b01cbcb commit 875339c
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions src/main/resources/data/caffeinated/recipe/cutting/tiramisu.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
{
"fabric:load_conditions": [
{
"condition": "fabric:all_mods_loaded",
"values": [
"farmersdelight"
]
}
],
"type": "farmersdelight:cutting",
"ingredients": [
{
"item": "caffeinated:tiramisu"
}
],
"result": [
{
"item": {
"count": 4,
"id": "caffeinated:tiramisu_slice"
}
}
],
"tool": {
"tag": "c:tools/knife"
}
}

0 comments on commit 875339c

Please sign in to comment.