Skip to content

Cooking Rebaked Part 1: Extending Recipes and Adding Food Buffs#728

Open
SyaoranFox wants to merge 11 commits into
Floof-Station:masterfrom
SyaoranFox:CookingRebaked
Open

Cooking Rebaked Part 1: Extending Recipes and Adding Food Buffs#728
SyaoranFox wants to merge 11 commits into
Floof-Station:masterfrom
SyaoranFox:CookingRebaked

Conversation

@SyaoranFox

@SyaoranFox SyaoranFox commented Jun 21, 2026

Copy link
Copy Markdown
Contributor

About the PR

This adds the ability for recipes to have multiple outputs, and to indicate how many outputs you want. Recipes can also output fluids. Fluids will be put into a container first if there is enough with room, and then the rest will spill onto the floor.

Why / Balance

Technical details

Media

Click to show

Example Media Embed

Requirements

  • I have tested all added content and changes.
  • I have added media to this PR or it does not require an ingame showcase.

Licensing:

Breaking changes

Changelog

🆑

  • add: The ability for recipes to indicate many entity IDs, and amounts.
  • add: The ability for recipes to produce reagents.
  • add: The ability for machines to fill liquid containers with reagents, while also including overflow.
  • add: Food may now have innate benefits from eating them. Added with FoodEffect.
  • add: Guidebook now supports showing multiple outputs as part of a recipe.
  • tweak: How recipes are built. Now results is a dictionary rather than a single ID
  • fix: RecipeBiscuitSimple now produces 4 simple biscuits instead of 1.
  • fix: RecipeHotX now produces 2 hot cross buns instead of 1.
  • fix: RecipeMeatBun now produces 2 meat buns instead of 1.
  • fix: RecipeSausageRaw now produces 3 raw sausages instead of 1
  • fix: Guidebook now indicates the correct machine needed to make a recipe.

@Dunrab

Dunrab commented Jun 21, 2026

Copy link
Copy Markdown
Contributor

the hot dog water empire will rise

Add FoodEffectComponent to allow effects to be applied to the eater
Add FoodEffect Speed to bread
still need to add the actual calculations
Add FoodEffectComponent
Added system to end of OnEatingDoAfter before the item is deleted
Stupid robot requester guy only requests solids.
@github-actions github-actions Bot added size/L and removed size/M labels Jul 1, 2026
@github-actions github-actions Bot added size/XL and removed size/L labels Jul 2, 2026
@SyaoranFox SyaoranFox marked this pull request as ready for review July 2, 2026 01:55
@SyaoranFox SyaoranFox changed the title Cooking Rebaked (VERY WORK IN PROGRESS) Cooking Rebaked Part 1: Extending Recipes and Adding Food Buffs Jul 2, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants