-
Notifications
You must be signed in to change notification settings - Fork 4.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Change food recipes in minor ways to improve utelization of ingredien…
…ts (#37604) * Add boiled fiddleheads to any_veggy Fiddleheads should be more well integrated into the game. I've added them to any_veggy and removed the ability to boil fiddleheads in broth to avoid recursion errors * Update cooking_components.json Added a requirement list including cooking oils and butter, because many recipes should work fine with any of them * Added new list to pancakes recipe for testing So I can test the "any_butter_or_oil" requirement I swapped out the cooking oils for it * cooking_oil1 isn't a thing >__< * lint * Tests Past. Cake recipe time I ran a simple test, seeing if I could craft pancakes with butter. Worked fine. I'm gonna edit recipe_food.json next. Tests to follow * Added new cooking component: fry_oil For when you want the food to absorb some of the fat it's being deep fried in. Potato chips and French fries both use fry_oil, which contains cooking_oil, cooking_oil2, and ghee. All tested. Works properly for me * Update recipe_food.json Changed a bunch of recipes to use any_butter_or_oil. Tested each one. Seems to work fine * Fixed syntax error * Many minor changes to recipes I made fried liver and fried tripe use fry_oil Canged some pan frying oils to any_butter_or_oil Added boiled and sauteed fiddleheads to salad recipe Added salsify_baked to any_veggie * Took dandelion_cooked out of recipe because it's already in veggy_any * Update tile_config.json * Trying to pass tests * Update veggy_dishes.json Co-authored-by: I-am-Erk <[email protected]>
- Loading branch information
Showing
5 changed files
with
53 additions
and
47 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
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
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