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

Adjust Raw Butter recipes, Adds raw butter to recipes that use butter #77245

Merged
merged 7 commits into from
Oct 22, 2024

Commits on Oct 22, 2024

  1. Update dairy_products.json

    Adjusts the recipes for creating raw milk to correct abnormal calorie outputs of raw butter, also adds salt to the recipe.
    Sirbab committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    bb151cb View commit details
    Browse the repository at this point in the history
  2. Add raw butter to recipes that use butter

    Changed the recipes for:
    "condiment", Shillelagh, PBJ Toast, and Lobster Roll to allow for using raw butter as well as regular butter.  It seemed like oversight that these recipes lacked this option.
    Sirbab committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    6676c55 View commit details
    Browse the repository at this point in the history
  3. Lint Changes

    Whoops, forgot to lint, this commit fixes that.
    Sirbab committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    8981841 View commit details
    Browse the repository at this point in the history
  4. Fix Array Errors

    Game was throwing array errors because I wasn't formatting the recipes correctly, this fixes that.
    Sirbab committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    eb4fa91 View commit details
    Browse the repository at this point in the history
  5. Adjust Shake recipe for Raw butter to correct the output calories

    Turns out food byproducts aren't counted when comparing recipe input vs output, or they are in the cases of making lard, and making raw butter.  This changes the recipe to magically make more butter, but at least it's within 2% of the nominal calories of raw butter now.
    Sirbab committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    767baa4 View commit details
    Browse the repository at this point in the history
  6. Lint bread.json

    Missed linting this, hopefully this makes the bot happy.
    Sirbab committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    d3dcef8 View commit details
    Browse the repository at this point in the history
  7. Update iteminfo_test.cpp to adjust ice cream

    Changes the minimum calorie range of ice cream from 52 to 56, so that the iteminfo_test for icecream won't fail.  This change is due to my butter changes.
    Sirbab committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    c5cb0fc View commit details
    Browse the repository at this point in the history