-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
v2.0.1 - Fix certain cooking recipes
- Loading branch information
1 parent
975f61b
commit a0c01d9
Showing
4 changed files
with
41 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
37 changes: 37 additions & 0 deletions
37
...resources/data/garnished/recipes/integration/cooking/blazing_delight_from_empty_tusk.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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": "garnished:empty_crimson_tusk" | ||
}, | ||
"cookingtime": 200, | ||
"experience": 1.0, | ||
"ingredients": [ | ||
{ | ||
"item": "garnished:enflamed_mandible" | ||
}, | ||
{ | ||
"tag": "c:ender_dusts" | ||
}, | ||
{ | ||
"item": "garnished:crushed_shroomlight" | ||
}, | ||
{ | ||
"item": "garnished:malodorous_mixture" | ||
}, | ||
{ | ||
"item": "garnished:torrid_blend" | ||
} | ||
], | ||
"recipe_book_tab": "meals", | ||
"result": { | ||
"item": "garnished:blazing_delight" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters