Skip to content
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

Change food recipes in minor ways to improve utelization of ingredients #37604

Merged
merged 22 commits into from
Feb 12, 2020
Rate limit · GitHub

Access has been restricted

You have triggered a rate limit.

Please wait a few minutes before you try again;
in some cases this may take up to an hour.

Merged
Changes from 1 commit
Commits
Show all changes
22 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
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
Rate limit · GitHub

Access has been restricted

You have triggered a rate limit.

Please wait a few minutes before you try again;
in some cases this may take up to an hour.

ashGlaw committed Feb 10, 2020
commit be9bbc438ddaf6147cc9fe316a83dfecb8ed8184
2 changes: 1 addition & 1 deletion data/json/recipes/recipe_food.json
Original file line number Diff line number Diff line change
@@ -16,7 +16,7 @@
[ [ "salt", 12 ] ],
[ [ "sugar", 24 ] ],
[ [ "chocolate", 3 ] ],
[ [ "cooking_oil", 2 ], [ "cooking_oil2", 2 ], [ "any_butter", 2, "LIST" ] ],
[ [ "any_butter_or_oil", 2, "LIST" ] ],
[ [ "powder_eggs", 2 ], [ "eggs_bird", 2, "LIST" ], [ "egg_reptile", 2 ] ],
[ [ "water", 6 ], [ "water_clean", 6 ] ]
]
3,268 changes: 3,267 additions & 1 deletion gfx/UltimateCataclysmDemo/tile_config.json

Large diffs are not rendered by default.