-
Notifications
You must be signed in to change notification settings - Fork 4.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Added recipe for ghee #37913
Added recipe for ghee #37913
Conversation
I noticed we didn't have a ghee recipe, so I added one. It seemed similar to cooking_oil2 so I used that as a base. Should I add a rag to the components to represent straining through cheesecloth? Should it require a strainer?
Make it require a strainer. That would be a neat thing to find and be useful for something. |
Co-Authored-By: I-am-Erk <[email protected]>
Tested and things seem to be working
The book should spawn in a number of different places now, with a fairly low distribution. Not married to those numbers, though
The only downside to including the cookbook in this PR is that I'll have to Content Freeze it. If you want to add ghee right now, we could have the recipe in "cooking on a budget" (item id is just "cookbook") as well, and your pr to add the recipe could just put it in there. Then we can add the Indian cookbook in a separate PR, which would be subject to content freeze, but this PR could go through since it's just adding a recipe for existing content. |
Cool! Sure thing. I'll get that settled. Thanks, Erk |
Things should be right and proper now. Tested to see if the recipe appeared in cooking on a budget, and it does. |
Yay Travis passed the calorie test. |
Is there anything left outstanding? |
Nope it's done, just hasn't registered as passed yet |
Thanks for all your help. thrilled to have this as part of 0.E |
Summary
SUMMARY: Features "Adds a recipe for ghee"
Purpose of change
Given how common ghee is in residential kitchens, you'd think you could make your own. But no, once it all goes bad, it's gone. That doesn't seem right
Describe the solution
I noticed we didn't have a ghee recipe, so I added one. It seemed similar to cooking_oil2 so I used that as a base. Watched some videos, and it looks very simple to make.
Describe alternatives you've considered
Should I add a rag to the components to represent straining through cheesecloth? Should it require a strainer?
Testing
I crafted ghee with both raw butter and butter. Worked both ways.
Additional context
I made a PR which adds ghee to frying_oil and lets you use it is many more recipes. This should go hand in hand with that improvement
#37604