-
Notifications
You must be signed in to change notification settings - Fork 4.3k
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
Add butter to pie recipes. #38449
Add butter to pie recipes. #38449
Conversation
@sharkfinsouperman : Oh hey! Welcome to github and CDDA! And thank you for saving us from terrible crusts! :) The auto-checking bots are pretty picky about JSON styling. However if you've got a local build environment set up, you can run Thanks again for the tasty PR! 🥧 |
It seems Notepad++ and its JSON plugin likes to use tabs on newlines when it formats. I'll run |
Its the hidden tabs. |
Added calories to generated pies.
Ugh, forgot to update the calories in game generated pies. Used lard instead of butter because these are mass produced pies. |
I've applied this to my local branch, and can't way to make tasty pies. Thank you! :) (I don't have permission to merge to master, but I do like welcoming first-time contributors!) |
Thank you for the greet. I was feeling a little stressed and grumping when I made the PR because this old dog had to learn and relearn a lot during the process, so I apologize for not responding directly until now. |
I haven't checked the JSON files to see how much a unit of lard is, but having just made a pie with 2,600 calories per slice, I think that 8 lard might be a bit much. :) |
Thank you for testing. I only tried butter and neglected to try lard in my own trial. The problem is I mistakenly assumed butter and lard/tallow shared the same unit volume. While butter is 15ml or 1tbsp per unit, lard inherits its values from tallow, which is I'll make the necessary changes to hopefully correct this oversight. Ugh, I feel oils, butter, lard and tallow should share the same unit volume in the JSONs as they're all interchangeable in many cases involving cooking, and not being able to use less than Out of curiosity, how would changing tallow/lard unit volume from |
This reverts commit 815861f.
After reviewing the JSONs, I had to remove lard. :( |
I just finished testing the failed recipes and they were within expected and acceptable caloric limits. I also don't understand why the bot passed with the lard pies of doom, but it won't pass now that they've been removed. |
If you remove ingredients it changes the average so you have to change the calorie values of the default pie so it falls within the acceptable range. I found this out when I fiddled with the canned fruit calories. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. Please do not 'bump' or comment on this issue unless you are actively working on it. Stale issues, and stale issues that are closed are still considered. |
Feel fee to reopen if you can sort out the nutrition test issue, that is indicating that something is inconsistent. |
Summary
SUMMARY: Features "Add butter to pie recipes."
Purpose of change
Resolves issue #37471
Describe the solution
Added the equivalent of 1 stick ( 8 tbsp ) of "any-butter"
and "lard"to the following recipes:Update: Lard units of 250ml are too big for use, so they've been removed from the recipe unless more reasonable units become available.
Describe alternatives you've considered
Leaving it as is.
Testing
Compiled locally and made pies.