Skip to content

Commit

Permalink
v0.9 - Nacho Bowl Integration Recipe
Browse files Browse the repository at this point in the history
  • Loading branch information
DakotaPride committed Sep 30, 2023
1 parent 471f691 commit 02e7327
Showing 1 changed file with 37 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
{
"fabric:load_conditions": [
{
"condition": "fabric:all_mods_loaded",
"values": [
"farmersdelight"
]
}
],
"type": "farmersdelight:cooking",
"container": {
"item": "minecraft:bowl"
},
"cookingtime": 200,
"experience": 1.0,
"ingredients": [
{
"item": "garnished:nut_nacho"
},
{
"item": "garnished:nut_nacho"
},
{
"item": "minecraft:nut_nacho"
},
{
"item": "garnished:nut_nacho"
},
{
"item": "garnished:almond_cheese"
}
],
"recipe_book_tab": "meals",
"result": {
"item": "garnished:nut_nacho_bowl"
}
}

0 comments on commit 02e7327

Please sign in to comment.