Cooking: Difference between revisions

From Space Station 14 Wiki
mNo edit summary
 
(33 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{Callout|Example|h=<big>This page will be on simmer until we can cook up something delicious.</big>| In the meantime, please do check out the amazing work that Alice Heurlin / Arimah did with their [https://heurl.in/ss14/recipes/ cookbook]|align=Center|image=Chef Kae.png}}
{{Callout|Example|h=<big>This page will be on simmer until we can cook up something delicious.</big>| In the meantime, please do check out the amazing work that Alice Heurlin / Arimah did with their [https://heurl.in/ss14/recipes/ cookbook]|align=Center|image=Chef Kae.png}}


== The Microwave ==
== Your Tools ==


=== Microwave ===
[[File:Microwave.png|64px]]
[[File:Microwave.png|64px]]


The Microwave is the [[Chef]]'s (and unlucky prisoner's) choice of heating utensil, being able to cook everything from bread to pizza and pies, as long as you select the right cook time. It has a menu layout similar to the [[Cooking#Grinder|grinder]], with ingredients in the microwave on the left, and a selection of buttons on the right. You can select from a range of cooking times, spanning from Instantaneous to 30 seconds, using said buttons. Each recipe requires a different time in the microwave. If the ingredients or time are wrong, the ingredients in the microwave will either be spit out or become a burnt mess.
The Microwave is the [[Chef]]'s (and unlucky prisoner's) choice of heating utensil, being able to cook everything from bread to pizza and pies, as long as you select the right cook time.


== Recipes ==
It has a menu layout similar to the [[Cooking#Grinder|grinder]], with ingredients in the microwave on the left, and a selection of buttons on the right. You can select from a range of cooking times, spanning from Instantaneous to 30 seconds. Each recipe requires a different time in the microwave. If the ingredients or time are wrong, the ingredients in the microwave will either be spit out or become a burnt mess. If you want to cook multiple of the same food, simply multiply the number of ingredients and the cooking time to cook all of it at once.
<!--
This is a bit complex due to the heavy styling, but just stick your recipe at the end and it'll center it and everything for you.


For almost every single damn recipe in the game check the GitHub page:
https://github.com/space-wizards/space-station-14/blob/master/Resources/Prototypes/Recipes/Cooking/meal_recipes.yml


The recipes are generated automatically. To update it, poke notafet on #wiki-work
=== Reagent Grinder ===
-->
[[File:Grinder.png|64px]]


=== Base products ===
The chef's second most important tool next to the microwave. Turn wheat into flour, cocoa into cocoa powder, and watch as someone vaults the kitchen counter to grind up pills they found on the floor.


==== Mixing ====
After loading in a beaker and whatever you want to grind, you can choose one of two settings, '''Grind''' and '''Juice'''. '''Grind''' deconstructs items into their base chemical components, while '''Juice''' turns an item into a specific liquid.
<div style="display: flex; flex-flow: row wrap; justify-content: center; gap: 0.5em">
{{Reactionbox | reaction = CreateCakeBatter}}
{{Reactionbox | reaction = CreateVeganCakeBatter}}
{{Reactionbox | reaction = Curdling}}
<!--{{Reactionbox | reaction = ChevreCurdling}}-->
{{Reactionbox | reaction = CreateDough}}
{{Reactionbox | reaction = CreateCornmealDough}}
{{Reactionbox | reaction = CreateButter}}
{{Reactionbox | reaction = CreateMeatball}}
{{Reactionbox | reaction = CreatePieDough}}
{{Reactionbox | reaction = CreateTofu}}


{{Recipe Box |
For example, grinding an apple will break it down into vitamin and nutriment. Juicing an apple will turn it into apple juice.  
name = Cornmeal Dough |
component-1 = {{Recipe Component|item=cornmeal|image=File:Beaker.png|amount={{{amount|15}}}}} |
component-2 = {{Recipe Component|item=milk|image=File:Beaker.png|amount={{{amount|10}}}}} |
component-3 = {{Recipe Component|item=raw egg|image=File:Beaker.png|amount={{{amount|6}}}}} |
transformer = {{Beaker}} |
result = {{Recipe Component|item=Cornmeal Dough|image=File:Cornmeal Dough.png|amount={{{amount|1}}}}}
}}


{{Recipe Box |
name = Tortilla Dough |
component-1 = {{Recipe Component|item=cornmeal|image=File:Beaker.png|amount={{{amount|15}}}}} |
component-2 = {{Recipe Component|item=water|image=File:Beaker.png|amount={{{amount|10}}}}} |
transformer = {{Beaker}} |
result = {{Recipe Component|item=Tortilla Dough|image=File:Tortilla_Dough.png|amount={{{amount|1}}}}}
}}
{{Recipe Box |
name = Chocolate Bar |
component-1 = {{Recipe Component|item=coca powder|image=File:Beaker.png|amount={{{amount|6}}}}} |
component-2 = {{Recipe Component|item=milk|image=File:Beaker.png|amount={{{amount|2}}}}} |
component-3 = {{Recipe Component|item=sugar|image=File:Beaker.png|amount={{{amount|2}}}}} |
transformer = {{Beaker}} |
result = {{Recipe Component|item=Chocolate Bar|image=File:Chocolate_Bar.png|amount={{{amount|1}}}}}
}}


{{Recipe Box |
=== Electric Grill ===
name = Chèvre Log |
[[File:Electric Grill.png|64px]]
component-1 = {{Recipe Component|item=goats milk|image=File:Beaker.png|amount={{{amount|10u}}}}} |
component-2 = {{Recipe Component|item=universal enzyme|image=File:Beaker.png|amount={{{amount|5u}}}}} |
transformer = {{Beaker}} |
result = {{Recipe Component|item=Chèvre Log|image=File:Chèvre Log.png|amount={{{amount|1}}}}}
}}


</div>
The Electric Grill is another method of heating up raw meat and spaceshrooms, and can heat up to 4 objects at a time. Great for if you need to cook up lots of meat at once, or if Chemistry stole your microwave. The Electric Grill has three power settings:
 
* Low - 33% power draw. Heats up to 905K.
* Medium - 66% power draw. Heats up to 1517K.
* High - 100% power draw. Heats up to 2129K.
 
Even the lowest setting can cook anything you want, but higher settings will cook things a bit faster. Just be sure not to leave the power on, or else Engineering might have something to say about it.


==== Rolling ====
<div style="display: flex; flex-flow: row wrap; justify-content: center; gap: 0.5em">
{{Recipe Box |
name = Flat Dough |
component-1 = {{Recipe Component|item=Dough|image=File:Dough.png|amount={{{amount|1}}}}} |
transformer = {{Rolling Pin}} |
result = {{Recipe Component|item=Flat Dough|image=File:Flat Dough.png|amount={{{amount|1}}}}}
}}
</div>
==== Cutting ====
<div style="display: flex; flex-flow: row wrap; justify-content: center; gap: 0.5em">
{{Recipe Box |
name = Dough Slice |
component-1 = {{Recipe Component|item=dough|image=File:Dough.png|amount={{{amount|1}}}}} |
transformer = {{Slice}} |
result = {{Recipe Component|item=Dough Slice|image=File:Dough Slice.png|amount={{{amount|3}}}}}
}}


{{Recipe Box |
name = Butter Slice |
component-1 = {{Recipe Component|item=butter|image=File:Stick Of Butter.png|amount={{{amount|1}}}}} |
transformer = {{Slice}} |
result = {{Recipe Component|item=Butter Slice|image=File:Butter  Slice.png|amount={{{amount|3}}}}}
}}


{{Recipe Box |
=== Meat Spike ===
name = Cheese Wedge |
[[File:Meat Spike.png|64px]]
component-1 = {{Recipe Component|item=cheese wheel|image=File:Cheese Wheel.png|amount={{{amount|1}}}}} |
[[File:Meat Spike Filled.png|64px]]
transformer = {{Slice}} |
result = {{Recipe Component|item=Cheese Wedge|image=File:Cheese Wedge.png|amount={{{amount|4}}}}}
}}


{{Recipe Box |
The meat spike is your primary way of obtaining more raw meat. Bipedal creatures such as monkeys, kobolds, <s>and people</s> cannot be butchered like most other animals. Instead, the dead or dying animal must be click-and-dragged onto a meat spike. When they're on the meat spike, you can use a knife to extract usable meat from them.
name = Sliced Bread |
 
component-1 = {{Recipe Component|item=Any Bread|image=File:Bread.png|amount={{{amount|1}}}}} |
=== Freezers ===
transformer = {{Slice}} |
[[File:Freezer Box.png|64px]][[File:Freezer Locker.png|64px]]
result = {{Recipe Component|item=Bread Slice|image=File:Bread slice.png|amount={{{amount|5}}}}}
}}


{{Recipe Box |
Prevents meat placed inside from rotting. Great for if you want to keep some raw meat in your kitchen, or if your walk-in freezer is compromised. If you're desperate, you might even want to store dead bodies in there if you don't want them to rot.
name = Sliced Pizza |
component-1 = {{Recipe Component|item=Any Pizza|image=File:Margherita Pizza.png|amount={{{amount|1}}}}} |
transformer = {{Slice}} |
result = {{Recipe Component|item=Pizza Slice|image=File:Margherita Pizza Slice.png|amount={{{amount|8}}}}}
}}


{{Recipe Box |
The locker variant also has an electronic lock, which only someone with chef access can lock/unlock.
name = Sliced Pie |
component-1 = {{Recipe Component|item=Any Pie|image=File:Apple Pie.png|amount={{{amount|1}}}}} |
transformer = {{Slice}} |
result = {{Recipe Component|item=Pie Slice|image=File:Pie Slice.png|amount={{{amount|4}}}}}
}}


{{Recipe Box |
name = Sliced Cake |
component-1 = {{Recipe Component|item=Any Cake|image=File:Cake.png|amount={{{amount|1}}}}} |
transformer = {{Slice}} |
result = {{Recipe Component|item=Cake Slice|image=File:Cake Slice.png|amount={{{amount|5}}}}}
}}


{{Recipe Box |
name = Onion Slice |
component-1 = {{Recipe Component|item=onion|image=File:Onion.png|amount={{{amount|1}}}}} |
transformer = {{Slice}} |
result = {{Recipe Component|item=Onion Slice|image=File:Onion Slice.png|amount={{{amount|5}}}}}
}}


{{Recipe Box |
=== Lipid Extractor ===
name = Red Onion Slice |
[[File:Lipid extractor-East-21831.png|64px]]
component-1 = {{Recipe Component|item=red onion|image=File:RedOnion.png|amount={{{amount|1}}}}} |
 
transformer = {{Slice}} |
A device that does not come with your kitchen, but must be researched and constructed by Science. Fat is extracted from any creature that is put in the lipid extractor until they become hungry. When enough is extracted, the lipid extractor generates raw meat.
result = {{Recipe Component|item=Red Onion Slice|image=File:Red Onion Slice.png|amount={{{amount|5}}}}}
 
}}
Got any extra vitamin, nutriment, or protein lying around from grinding up food? eat it, step into the lipid extractor, and you can turn it into raw meat. You can even shove mice, monkeys, kobolds, or whatever else into the extractor to get some extra meat.
 
== Your Supplies ==
 
=== <u>Chef Locker</u> ===
[[File:Chef's Closet.png|64px]]
 
Almost every station has at least one. The chef locker contains:
 
* [[File:Flour Bag.png|32px]] Flour Bag x2
* [[File:Sugar Bag.png|32px]] Sugar Bag x1
* [[File:Milk Carton.png|32px]] Milk Carton x2
* [[File:Soy Milk Carton.png|32px]] Soy Milk Carton x1
* [[File:Universal Enzyme.png|32px]] Universal Enzyme Bottle x1
* [[File:Salt Packet.png|32px]] Salt Packet x3
* [[File:Pepper Packet.png|32px]] Black Pepper Packet x3
* [[File:Variant Cube Box.png|32px]] Variant Cube Box x1
* [[File:Cloth Box.png|32px]] Box of FlutterSoft-brand Cloth x1 (Contains 10 cloth)
* [[File:Emergency Crowbar.png|32px]] Emergency Crowbar x1
* [[File:Mousetraps box.png|32px]] Mousetrap Box x2
* [[File:Spray Bottle.png|32px]] Spray Bottle (Filled with water) x1


{{Recipe Box |
=== <u>Vending Machines</u> ===
name = Pineapple Slice |
component-1 = {{Recipe Component|item=pineapple|image=File:Pineapple.png|amount={{{amount|1}}}}} |
transformer = {{Slice}} |
result = {{Recipe Component|item=Pineapple Slice|image=File:Pineapple Slice.png|amount={{{amount|5}}}}}
}}


{{Recipe Box |
==== Chefvend ====
name = Watermelon Slice |
[[File:ChefVend-East-484.png|64px]]
component-1 = {{Recipe Component|item=watermelon|image=File:Watermelon.png|amount={{{amount|1}}}}} |
transformer = {{Slice}} |
result = {{Recipe Component|item=Watermelon Slice|image=File:Watermelon Slice.png|amount={{{amount|5}}}}}
}}


</div>
Where most of your starting ingredients are located. The Chefvend contains:


=== Cooked Meat ===
* [[File:Flour Bag.png|32px]]Flour Bag x2
* Raw meat can be cooked by placing it in the microwave for any amount of time, or by heating it on the [[grill]]
* [[File:Cornmeal Bag.png|32px]]Cornmeal Bag x2
 
* [[File:Sugar Bag.png|32px]]Sugar Bag x2
<div style="display: flex; flex-flow: row wrap; justify-content: center; gap: 0.5em">
* [[File:Salt Packet.png|32px]]Salt Packet x4
{| class="wikitable"
* [[File:Universal Enzyme.png|32px]]Universal Enzyme Bottle x2
|+
* [[File:Hotsauce Bottle.png|32px]]Hotsauce Bottle x1
!Raw Food
* [[File:Ketchup.png|32px]]Ketchup Bottle x1
!Cooked Food
* [[File:BBQ sauce bottle-East-5662.png|32px]]BBQ Sauce Bottle x1
|-
* [[File:Vinegar Bottle.png|32px]]Vinegar Bottle x2
|raw meat [[File:Raw Meat.png]]
* [[File:Olive Oil.png|32px]]Olive Oil x2
|steak [[File:Steak.png]]
* [[File:Mayonnaise Bottle.png|32px]]Mayonnaise Tube x1
|-
* [[File:Variant Cube Box.png|32px]]Variant Cube Box x1
|raw cutlet [[File:Raw Cutlet.png]]
* [[File:Egg Carton.png|32px]]Egg Carton x1
|cutlet [[File:Cutlet.png]]
* [[File:Milk Carton.png|32px]]Milk Carton x2
|-
* [[File:Soy Milk Carton.png|32px]]Soy Milk Carton x1
|raw chicken meat [[File:Raw Chicken Meat.png]]
* [[File:Stick Of Butter.png|32px]]Stick of Butter x3
|cooked chicken [[File:Cooked Chicken.png]]
* [[File:Cheese Wheel.png|32px]]Cheese Wheel x1
|-
* [[File:Raw Meat.png|32px]]Raw Meat x6
|raw chicken cutlet [[File:Raw Cutlet.png]]
|chicken cutlet [[File:Cutlet.png]]
|-
|raw bacon [[File:Raw Bacon.png]]
|bacon [[File:Bacon.png]]
|-
|meatball (raw) [[File:Meatball.png]]
|meatball (cooked) [[File:Meatball (Cooked).png]]
|-
|raw bear meat [[File:Raw Bear Meat.png]]
|cooked bear [[File:Cooked Bear.png]]
|-
|raw bear cutlet [[File:Raw Bear Cutlet.png]]
|bear cutlet [[File:Bear Cutlet.png]]
|-
|raw penguin meat [[File:Raw Penguin Meat.png]]
|penguin filet [[File:Penguin Filet.png]]
|-
|raw penguin cutlet [[File:Raw Cutlet.png]]
|penguin cutlet [[File:Cutlet.png]]
|-
|raw duck meat [[File:Raw Duck Meat.png]]
|cooked duck [[File:Cooked Duck.png]]
|-
|raw duck cutlet [[File:Raw Cutlet.png]]
|duck cutlet [[File:Cutlet.png]]
|-
|raw spider cutlet [[File:Spidercutlet.png]]
|spider cutlet [[File:Spider Cutlet.png]]
|-
|raw xeno cutlet [[File:Raw Xeno Cutlet.png]]
|xeno cutlet [[File:Xenocutlet.png]]
|-
|raw rouny meat [[File:Raw Rouny Meat.png]]
|rouny steak [[File:Rouny Steak.png]]
|-
|raw goliath meat [[File:Raw goliath meat-East-6715.png]]
|goliath steak [[File:Goliath steak-East-6712.png]]
|-
|raw lizard meat [[File:Raw Lizard Meat.png]]
|lizard steak [[File:Lizard Steak.png]]
|-
|raw lizard cutlet [[File:Raw Lizard Cutlet.png]]
|lizard cutlet [[File:Lizard Cutlet.png]]
|-
|raw crab meat [[File:Crabmeat.png]]
|cooked crab [[File:Cooked Crab.png]]
|-
|anomalous meat mass [[File:Anomalous Meat.png]]
|anomalous steak [[File:Anomalous Steak.png]]
|-
|spaceshroom [[File:Spaceshroom.png]]
|cooked spaceshroom [[File:Cooked Spaceshroom.png]]
|}
 
 
</div>
=== Tacos & Nachos ===
 
* For custom tacos, see [[Taco Shell]]<div style="display: flex; flex-flow: row wrap; justify-content: center; gap: 0.5em">


Cutting the MNGR wire yields:
* [[File:Egg Carton.png|32px]] An egg carton filled with eggshells x1
* [[File:Donk Pocket Box.png|32px]] box of donk-pockets x1
* [[File:Ice-Cream Sandwich.png|32px]] ice-cream sandwich x2
* [[File:Strawberry Ice-Cream Sandwich.png|32px]] strawberry ice-cream sandwich x1
==== Plasteel Chef's Dinnerware Vendor ====
[[File:Dinnerware Vendor.png|64px]]
Where you can find your knives, cups, mugs, and other utensils. The Dinnerware Vendor contains:
* [[File:Butcher's Cleaver.png|32px]] Butcher's Cleaver x1
* [[File:Kitchen knife.png|32px]] Kitchen Knife x5
* [[File:Rolling Pin.png|32px]] Rolling Pin x4
* [[File:Spoon.png|32px]] Spoon x4
* [[File:Fork.png|32px]] Fork x4
* [[File:Paired Chopsticks.png|32px]] Paired Chopsticks x4
* [[File:Bowl.png|32px]] Bowl x10
* [[File:Large Plate.png|32px]] Large Plate x10
* [[File:Small Plate.png|32px]] Small Plate x10
* [[File:Pie Tin.png|32px]] Pie Tin x5
* [[File:Muffin Tin.png|32px]] Muffin Tin x5
* [[File:Skewer.png|32px]] Skewer x5
* [[File:Metamorphic Glass.png|32px]] Metamorphic Glass x5
* [[File:Beaker Small.png|32px]] Beaker x5
* [[File:Beaker.png|32px]] Large Beaker x5
* [[File:Metal Pitcher.png|32px]] Metal Pitcher x2
* [[File:Mug.png|32px]] Mug x5
* [[File:Mug Black.png|32px]] Black Mug x2
* [[File:Mug Blue.png|32px]] Blue Mug x2
* [[File:Mug Green.png|32px]] Green Mug x2
* [[File:Mug Heart.png|32px]] Heart Mug x1
* [[File:Mug Metal.png|32px]] Metal Mug x2
* [[File:Mug Moebius.png|32px]] Moebius Mug x1
* [[File:Mug 1.png|32px]] #1 Mug x1
* [[File:Mug Rainbow.png|32px]] Rainbow Mug x2
* [[File:Mug Red.png|32px]] Red Mug x2
Cutting the MNGR wire yields:
* [[File:Candy Bowl.png|32px]] Candy Bowl x1
* [[File:Bar Spoon.png|32px]] Bar Spoon x2
* [[File:Shaker.png|32px]] Shaker x2
==== ChefDrobe ====
[[File:ChefDrobe-East-481.png|64px]]
Where you can find extra chef clothes if you didn't start with the chef outfit you wanted, or if you've been reassigned as a chef, <s>or if you want to pull a Ratatouille</s>. The ChefDrobe contains:
* [[File:Service Headset.png|32px]] Service Headset x2
* [[File:Apron-East-7861.png|32px]] Apron x3
* [[File:Chef's Freezer Coat.png|32px]] Chef's Freezer Coat x2
* [[File:Chef Jacket.png|32px]] Chef Jacket x1
* [[File:Chef Uniform Pants.png|32px]] Chef Uniform (pants) x1
* [[File:Italian Moustache.png|32px]] Italian Moustache x2
* [[File:Chef Uniform Skirt.png|32px]] Chef Uniform (skirt) x2
* [[File:Chef's Hat.png|32px]] Chef's hat x2
* [[File:Black Shoes.png|32px]] Black Shoes x2
* [[File:Chef Shoes.png|32px]] Chef Shoes x2
* [[File:Chef Belt.png|32px]] Chef Belt x2
Cutting the MNGR wire yields:
* [[File:Chef Figure.png|32px]] Chef Figure x1
==== Happy Honk Dispenser ====
[[File:Happy Honk Dispenser.png|64px]]
Only available on specific stations. The Happy Honk dispenser contains happy honk meals! And each one comes with its very own toy! (meal not included). The Happy Honk Dispenser contains:
* [[File:Happy Honk Meal (clown).png|32px]] Happy Honk Meal (clown) x10
* [[File:Happy Honk Meal (mime).png|32px]] Happy Honk Meal (mime) x4
Cutting the MNGR wire yields:
* [[File:Clown Figure.png|32px]] Clown Figure x1
* [[File:Mime Figure.png|32px]] Mime Figure x1
* [[File:Syndicate Operative Figure.png|32px]] Syndicate Operative Figure x1
=== <u>Cargo Restocks</u> ===
==== Vendor Restock Boxes ====
[[File:ChefVend restock box-East-704.png|64px]]
[[File:Plasteel Chef's Restock Box.png|64px]]
[[File:Wardrobe Restock Box.png|64px]]
[[File:Happy Honk Restock Box.png|64px]]
Restock boxes can be inserted into their corresponding vending machines after the maintenance panel has been opened with a screwdriver. Adds the full contents of the vending machine to the vending machine. Vending machines have an inventory limit of three times its original stock.
* ChefVend Restock Box - $680
* Plasteel Chef's Restock Box - $2000
* Wardrobe Restock Box - $2480 (Restocks the ChefDrobe, Found in "Clothing Restock Crate")
* Happy Honk Restock Box - $2100
==== Kitchen Supplies Crate ====
[[File:Crate White.png|64px]]
Cost: $750
Contains many basic ingredients used for cooking. Great if there are no botanists, or if Botany is too focused on growing weed to get you ingredients.
Contains:
* [[File:Flour Bag.png|32px]] Flour Bag x3
* [[File:Sugar Bag.png|32px]] Sugar Bag x2
* [[File:Rice Bag.png|32px]]Rice Bag x3
* [[File:Milk Carton.png|32px]] Milk Carton x4
* [[File:Soy Milk Carton.png|32px]]Soy Milk Carton x2
* [[File:Egg Carton.png|32px]]Egg Carton x2
* [[File:Universal Enzyme.png|32px]]Universal Enzyme Bottle x2
* [[File:Cloth Box.png|32px]] Box of FlutterSoft-brand Cloth x1
==== Getmore Bakemore Crate ====
[[File:Crate White.png|64px]]
Cost: $750
An alternative supply crate containing baking ingredients.
Contains:
* [[File:Flour Bag.png|32px]] Flour Bag x3
* [[File:Sugar Bag.png|32px]] Sugar Bag x2
* [[File:Milk Carton.png|32px]] Milk Carton x2
* [[File:Egg Carton.png|32px]]Egg Carton x2
* [[File:Chocolate Bar Wrapped.png|32px]]Chocolate Bar x6
* [[File:4no Raisins.png|32px]]4no Raisins x4
* [[File:Sweetie's Pistachios.png|32px]]Sweetie's Pistachios x4
* [[File:Salt Packet.png|32px]]Salt Packet x3
* [[File:Cloth Box.png|32px]] Box of FlutterSoft-brand Cloth x1
==== Kitchen Dinnerware Crate ====
[[File:Crate White.png|64px]]
Cost: $750
Someone beak all your bowls? Want to make more than 5 pies at a time? The dinnerware crate has you covered, and it's significantly less expensive than a vendor restock.
Contains:
* [[File:Spoon.png|32px]] Spoon x2
* [[File:Fork.png|32px]] Fork x2
* [[File:Kitchen knife.png|32px]] Kitchen Knife x1
* [[File:Bowl.png|32px]] Bowl x4
* [[File:Skewer.png|32px]] Skewer x4
* [[File:Pie Tin.png|32px]] Pie Tin x4
* [[File:Small Plate.png|32px]] Small Plate x4
* [[File:Large Plate.png|32px]] Large Plate x4
* [[File:Metamorphic Glass.png|32px]] Metamorphic Glass x4
==== Animal Crates ====
[[File:Animal Crate.png|64px]]
If you need livestock, be it for milk or their meat, you can order them from Cargo. Some animals useful to chef are:
* Cow Crate - $3200
* Chicken Crate - $4000
* Goat Crate - $1200
* Pig Crate - $1100
* Crab Crate - $3000
* Duck Crate - $4000
* Penguin Crate - $2100
* Goose Crate - $2100
== Recipes ==
<!--
This is a bit complex due to the heavy styling, but just stick your recipe at the end and it'll center it and everything for you.
For almost every single damn recipe in the game check the GitHub page:
https://github.com/space-wizards/space-station-14/blob/master/Resources/Prototypes/Recipes/Cooking/meal_recipes.yml
The recipes are generated automatically. To update it, poke notafet on #wiki-work
-->
=== Base products ===


==== Mixing ====
<div style="display: flex; flex-flow: row wrap; justify-content: center; gap: 0.5em">
<div style="display: flex; flex-flow: row wrap; justify-content: center; gap: 0.5em">


{{Recipe Box |
{{Recipe Box |
  name = Tortilla Dough Slice |
  name = Dough |
  component-1 = {{Recipe Component|item=tortilla dough|image=File:Tortilla Dough.png|amount={{{amount|1}}}}} |
  component-1 = {{Recipe Component|item=flour|image=File:Flour Bag.png|amount={{{amount|15u}}}}} |
  transformer = {{Slice}} |
component-2 = {{Recipe Component|item=water|image=File:Water Bottle.png|amount={{{amount|5u}}}}} |
  result = {{Recipe Component|item=Tortilla Dough Slice|image=File:Tortilladough-slice.png|amount={{{amount|3}}}}}
transformer = {{Beaker}} |
result = {{Recipe Component|item=Dough|image=File:Dough.png|amount={{{amount|1}}}}}
}}
 
{{Recipe Box |
name = Pie Dough |
component-1 = {{Recipe Component|item=flour|image=File:Flour Bag.png|amount={{{amount|15u}}}}} |
component-2 = {{Recipe Component|item=raw egg|image=File:Egg Liquid.png|amount={{{amount|12u}}}}} |
component-3 = {{Recipe Component|item=table salt|image=File:Salt Shaker.png|amount={{{amount|5u}}}}} |
  transformer = {{Beaker}} |
  result = {{Recipe Component|item=Pie Dough|image=File:Pie Dough.png|amount={{{amount|1}}}}}
}}
}}


{{Recipe Box |
{{Recipe Box |
  name = Flattened Tortilla Dough |
  name = Cake Batter |
  component-1 = {{Recipe Component|item=tortilla dough slice|image=File:Tortilladough-slice.png|amount={{{amount|1}}}}} |
  component-1 = {{Recipe Component|item=flour|image=File:Flour Bag.png|amount={{{amount|15u}}}}} |
  transformer = {{Rolling Pin}} |
component-2 = {{Recipe Component|item=raw egg|image=File:Egg Liquid.png|amount={{{amount|12u}}}}} |
  result = {{Recipe Component|item=Flattened Tortilla Dough|image=File:Tortilladough-flat.png|amount={{{amount|1}}}}}
component-3 = {{Recipe Component|item=sugar|image=File:Sugar Bag.png|amount={{{amount|5u}}}}} |
component-4 = {{Recipe Component|item=milk|image=File:Milk Carton.png|amount={{{amount|5u}}}}} |
  transformer = {{Beaker}} |
  result = {{Recipe Component|item=Cake Batter|image=File:Cake Batter.png|amount={{{amount|1}}}}}
}}
}}


{{Recipe Box |
{{Recipe Box |
  name = Taco Shell |
  name = Cake Batter (Alt) |
  component-1 = {{Recipe Component|item=flattened tortilla dough|image=File:tortilladough-flat.png|amount={{{amount|1}}}}} |
  component-1 = {{Recipe Component|item=flour|image=File:Flour Bag.png|amount={{{amount|15u}}}}} |
  transformer = {{Microwave | time = 5}} |
component-2 = {{Recipe Component|item=soy milk|image=File:Soy Milk Carton.png|amount={{{amount|15u}}}}} |
  result = {{Recipe Component|item=Tacoshell|image=File:Tacoshell.png|amount={{{amount|1}}}}}
  component-3 = {{Recipe Component|item=sugar|image=File:Sugar Bag.png|amount={{{amount|5u}}}}} |
transformer = {{Beaker}} |
  result = {{Recipe Component|item=Cake Batter|image=File:Cake Batter.png|amount={{{amount|1}}}}}
}}
}}
{{Recipe Box |
{{Recipe Box |
  name = Fish Taco|
  name = Cheese Wheel |
  component-1 = {{Recipe Component|item=taco shell|image=File:Tacoshell.png|amount={{{amount|1}}}}} |
  component-1 = {{Recipe Component|item=milk|image=File:Milk Carton.png|amount={{{amount|40u}}}}} |
  component-2 = {{Recipe Component|item=raw carp fillet|image=File:Raw Carp Fillet.png|amount={{{amount|1}}}}} |
  component-2 = {{Recipe Component|item=universal enzyme*|image=File:Universal Enzyme.png|amount={{{amount|5u}}}}} |
  component-3 = {{Recipe Component|item=onion slice|image=File:Onion slice.png|amount={{{amount|2}}}}} |
  component-3 = {{Recipe Component|item=raw egg|image=File:Egg Liquid.png|amount={{{amount|6u}}}}} |
component-4 = {{Recipe Component|item=tomato|image=File:Tomato.png|amount={{{amount|1}}}}} |
  transformer = {{Beaker}} |
component-5 = {{Recipe Component|item=cabbage|image=File:Cabbage.png|amount={{{amount|1}}}}} |
  result = {{Recipe Component|item=Cheese Wheel|image=File:Cheese Wheel.png|amount={{{amount|1}}}}}
  transformer = {{Microwave | time = 10}} |
  result = {{Recipe Component|item=Fish Taco|image=File:Fishtaco.png|amount={{{amount|1}}}}}
}}
}}
{{Recipe Box |
{{Recipe Box |
  name = Beef Taco|
  name = Stick of Butter |
  component-1 = {{Recipe Component|item=taco shell|image=File:Tacoshell.png|amount={{{amount|1}}}}} |
  component-1 = {{Recipe Component|item=milk|image=File:Milk Carton.png|amount={{{amount|15u}}}}} |
  component-2 = {{Recipe Component|item=raw cutlet|image=File:raw cutlet.png|amount={{{amount|1}}}}} |
component-2 = {{Recipe Component|item=table salt*|image=File:Salt Shaker.png|amount={{{amount|5u}}}}} |
  component-3 = {{Recipe Component|item=cheese wedge|image=File:Cheese Wedge.png|amount={{{amount|1}}}}} |
transformer = {{Beaker}} |
  transformer = {{Microwave | time = 10}} |
result = {{Recipe Component|item=Stick Of Butter|image=File:Stick Of Butter.png|amount={{{amount|1}}}}}
  result = {{Recipe Component|item=Beef Taco|image=File:Beeftaco.png|amount={{{amount|1}}}}}
}}
 
{{Recipe Box |
name = Meatball (raw) |
component-1 = {{Recipe Component|item=uncooked animal proteins|image=File:Uncooked Animal Proteins (liquid).png|amount={{{amount|5u}}}}} |
  component-2 = {{Recipe Component|item=flour|image=File:Flour Bag.png|amount={{{amount|5u}}}}} |
  component-3 = {{Recipe Component|item=raw egg|image=File:Egg Liquid.png|amount={{{amount|6u}}}}} |
  transformer = {{Beaker}} |
  result = {{Recipe Component|item=Meatball (raw)|image=File:Meatball.png|amount={{{amount|1}}}}}
}}
}}
{{Recipe Box |
{{Recipe Box |
  name = Chicken Taco|
  name = Tofu |
  component-1 = {{Recipe Component|item=taco shell|image=File:Tacoshell.png|amount={{{amount|1}}}}} |
  component-1 = {{Recipe Component|item=soy milk|image=File:Soy Milk Carton.png|amount={{{amount|30u}}}}} |
  component-2 = {{Recipe Component|item=raw chicken cutlet|image=File:Raw Cutlet.png|amount={{{amount|1}}}}} |
  component-2 = {{Recipe Component|item=universal enzyme*|image=File:Universal Enzyme.png|amount={{{amount|5u}}}}} |
component-3 = {{Recipe Component|item=cheese wedge|image=File:Cheese Wedge.png|amount={{{amount|1}}}}} |
  transformer = {{Beaker}} |
  transformer = {{Microwave | time = 10}} |
  result = {{Recipe Component|item=Tofu|image=File:Tofu.png|amount={{{amount|1}}}}}
  result = {{Recipe Component|item=Chicken Taco|image=File:Chickentaco.png|amount={{{amount|1}}}}}
}}
}}
{{Recipe Box |
{{Recipe Box |
  name = Beef Taco Supreme|
  name = Cornmeal Dough |
  component-1 = {{Recipe Component|item=taco shell|image=File:Tacoshell.png|amount={{{amount|1}}}}} |
  component-1 = {{Recipe Component|item=cornmeal|image=File:Cornmeal Bag.png|amount={{{amount|15u}}}}} |
  component-2 = {{Recipe Component|item=raw cutlet|image=File:raw cutlet.png|amount={{{amount|1}}}}} |
  component-2 = {{Recipe Component|item=milk|image=File:Milk Carton.png|amount={{{amount|10u}}}}} |
  component-3 = {{Recipe Component|item=cheese Wedge|image=File:Cheese Wedge.png|amount={{{amount|1}}}}} |
  component-3 = {{Recipe Component|item=raw egg|image=File:Egg Liquid.png|amount={{{amount|6u}}}}} |
component-4 = {{Recipe Component|item=tomato|image=File:Tomato.png|amount={{{amount|1}}}}} |
  transformer = {{Beaker}} |
component-5 = {{Recipe Component|item=cabbage|image=File:Cabbage.png|amount={{{amount|1}}}}} |
  result = {{Recipe Component|item=Cornmeal Dough|image=File:Cornmeal Dough.png|amount={{{amount|1}}}}}
component-6 = {{Recipe Component|item=onion slice|image=File:Onion slice.png|amount={{{amount|2}}}}} |
  transformer = {{Microwave | time = 10}} |
  result = {{Recipe Component|item=Beef Taco Supreme|image=File:Beeftacosupreme.png|amount={{{amount|1}}}}}
}}
}}
{{Recipe Box |
{{Recipe Box |
  name = Chicken Taco Supreme|
  name = Tortilla Dough |
  component-1 = {{Recipe Component|item=taco shell|image=File:Tacoshell.png|amount={{{amount|1}}}}} |
  component-1 = {{Recipe Component|item=cornmeal|image=File:Cornmeal Bag.png|amount={{{amount|15u}}}}} |
  component-2 = {{Recipe Component|item=raw chicken cutlet|image=File:Raw Cutlet.png|amount={{{amount|1}}}}} |
  component-2 = {{Recipe Component|item=water|image=File:Water Bottle.png|amount={{{amount|10u}}}}} |
component-3 = {{Recipe Component|item=cheese wedge|image=File:Cheese Wedge.png|amount={{{amount|1}}}}} |
  transformer = {{Beaker}} |
component-4 = {{Recipe Component|item=tomato|image=File:Tomato.png|amount={{{amount|1}}}}} |
  result = {{Recipe Component|item=Tortilla Dough|image=File:Tortilla_Dough.png|amount={{{amount|1}}}}}
component-5 = {{Recipe Component|item=cabbage|image=File:Cabbage.png|amount={{{amount|1}}}}} |
component-6 = {{Recipe Component|item=onion slice|image=File:Onion slice.png|amount={{{amount|2}}}}} |
  transformer = {{Microwave | time = 10}} |
  result = {{Recipe Component|item=Chicken Taco Supreme|image=File:Chickentacosupreme.png|amount={{{amount|1}}}}}
}}
}}
{{Recipe Box |
{{Recipe Box |
  name = Rat Taco|
  name = Chocolate Bar |
  component-1 = {{Recipe Component|item=taco shell|image=File:Tacoshell.png|amount={{{amount|1}}}}} |
  component-1 = {{Recipe Component|item=coca powder|image=File:Cocoa Powder.png|amount={{{amount|6u}}}}} |
  component-2 = {{Recipe Component|item=rat meat|image=File:Raw Meat.png|amount={{{amount|1}}}}} |
  component-2 = {{Recipe Component|item=milk|image=File:Milk Carton.png|amount={{{amount|2u}}}}} |
  component-3 = {{Recipe Component|item=cheese wedge|image=File:Cheese Wedge.png|amount={{{amount|1}}}}} |
  component-3 = {{Recipe Component|item=sugar|image=File:Sugar Bag.png|amount={{{amount|2u}}}}} |
  transformer = {{Microwave | time = 10}} |
  transformer = {{Beaker}} |
  result = {{Recipe Component|item=Rat Taco|image=File:Rattaco.png|amount={{{amount|1}}}}}
  result = {{Recipe Component|item=Chocolate Bar|image=File:Chocolate_Bar.png|amount={{{amount|1}}}}}
}}
}}


{{Recipe Box |
{{Recipe Box |
  name = Nachos|
  name = Chèvre Log |
  component-1 = {{Recipe Component|item=flattened tortilla dough|image=File:Tortilladough-flat.png|amount={{{amount|1}}}}} |
  component-1 = {{Recipe Component|item=goats milk|image=File:Goat Milk Liquid.png|amount={{{amount|10u}}}}} |
  component-2 = {{Recipe Component|item=small plate|image=File:Small Plate.png|amount={{{amount|1}}}}} |
  component-2 = {{Recipe Component|item=universal enzyme*|image=File:Universal Enzyme.png|amount={{{amount|5u}}}}} |
component-3 = {{Recipe Component|item=table salt|image=File:Salt Shaker.png|amount={{{amount|1u}}}}} |
  transformer = {{Beaker}} |
  transformer = {{Microwave | time = 10}} |
  result = {{Recipe Component|item=Chèvre Log|image=File:Chèvre Log.png|amount={{{amount|1}}}}}
  result = {{Recipe Component|item=Nachos|image=File:Nachos.png|amount={{{amount|1}}}}}
}}
}}
</div>
Ingredient is not consumed during the reaction*


==== Rolling ====
<div style="display: flex; flex-flow: row wrap; justify-content: center; gap: 0.5em">
{{Recipe Box |
{{Recipe Box |
  name = Cheesy Nachos|
  name = Flat Dough |
  component-1 = {{Recipe Component|item=flattened tortilla dough|image=File:Tortilladough-flat.png|amount={{{amount|1}}}}} |
  component-1 = {{Recipe Component|item=Dough|image=File:dough.png|amount={{{amount|1}}}}} |
component-2 = {{Recipe Component|item=small plate|image=File:Small Plate.png|amount={{{amount|1}}}}} |
  transformer = {{Rolling Pin}} |
component-3 = {{Recipe Component|item=table salt|image=File:Salt Shaker.png|amount={{{amount|1u}}}}} |
  result = {{Recipe Component|item=Flat Dough|image=File:Flat Dough.png|amount={{{amount|1}}}}}
component-4 = {{Recipe Component|item=cheese wedge|image=File:Cheese Wedge.png|amount={{{amount|1}}}}} |
  transformer = {{Microwave | time = 10}} |
  result = {{Recipe Component|item=Cheesy Nachos|image=File:Cheesy Nachos.png|amount={{{amount|1}}}}}
}}
}}


{{Recipe Box |
{{Recipe Box |
  name = Cuban Nachos|
  name = Meat Patty |
  component-1 = {{Recipe Component|item=flattened tortilla dough|image=File:Tortilladough-flat.png|amount={{{amount|1}}}}} |
  component-1 = {{Recipe Component|item=meatball|image=File:Meatball.png|amount={{{amount|1}}}}} |
component-2 = {{Recipe Component|item=small plate|image=File:Small Plate.png|amount={{{amount|1}}}}} |
  transformer = {{Rolling Pin}} |
component-3 = {{Recipe Component|item=ketchup|image=File:Ketchup.png|amount={{{amount|5u}}}}} |
  result = {{Recipe Component|item=Meat Patty|image=File:Meat Patty.png|amount={{{amount|1}}}}}
component-4 = {{Recipe Component|item=chili pepper|image=File:Chili.png|amount={{{amount|1}}}}} |
  transformer = {{Microwave | time = 10}} |
  result = {{Recipe Component|item=Cuban Nachos|image=File:Cuban Nachos.png|amount={{{amount|1}}}}}
}}
}}
</div>
</div>


=== Burgers ===
==== Cutting ====
 
* For custom burgers, see [[Bun]]
 
<div style="display: flex; flex-flow: row wrap; justify-content: center; gap: 0.5em">
<div style="display: flex; flex-flow: row wrap; justify-content: center; gap: 0.5em">
{{Recipe Box |
{{Recipe Box |
  name = Bun |
  name = Dough Slice |
  component-1 = {{Recipe Component|item=dough slice|image=File:Dough Slice.png|amount={{{amount|1}}}}} |
  component-1 = {{Recipe Component|item=dough|image=File:Dough.png|amount={{{amount|1}}}}} |
  transformer = {{Microwave | time = 5}} |
  transformer = {{Slice}} |
  result = {{Recipe Component|item=Bun|image=File:Bun.png|amount={{{amount|1}}}}}
  result = {{Recipe Component|item=Dough Slice|image=File:Dough Slice.png|amount={{{amount|3}}}}}
}}
}}


{{Recipe Box |
{{Recipe Box |
  name = Plain Burger |
  name = Butter Slice |
  component-1 = {{Recipe Component|item=bun|image=File:Bun.png|amount={{{amount|1}}}}} |
  component-1 = {{Recipe Component|item=butter|image=File:Stick Of Butter.png|amount={{{amount|1}}}}} |
component-2 = {{Recipe Component|item=raw meat|image=File:Raw Meat.png|amount={{{amount|1}}}}} |
  transformer = {{Slice}} |
  transformer = {{Microwave | time = 10}} |
  result = {{Recipe Component|item=Butter Slice|image=File:Butter  Slice.png|amount={{{amount|3}}}}}
  result = {{Recipe Component|item=Plain Burger|image=File:Burger.png|amount={{{amount|1}}}}}
}}
}}


{{Recipe Box |
{{Recipe Box |
  name = Cheese Burger |
  name = Cheese Wedge |
  component-1 = {{Recipe Component|item=bun|image=File:Bun.png|amount={{{amount|1}}}}} |
  component-1 = {{Recipe Component|item=cheese wheel|image=File:Cheese Wheel.png|amount={{{amount|1}}}}} |
component-2 = {{Recipe Component|item=cheese wedge|image=File:Cheese Wedge.png|amount={{{amount|1}}}}} |
  transformer = {{Slice}} |
component-3 = {{Recipe Component|item=raw meat|image=File:Raw Meat.png|amount={{{amount|1}}}}} |
  result = {{Recipe Component|item=Cheese Wedge|image=File:Cheese Wedge.png|amount={{{amount|4}}}}}
  transformer = {{Microwave | time = 10}} |
  result = {{Recipe Component|item=Cheese Burger|image=File:Cheeseburger.png|amount={{{amount|1}}}}}
}}
}}


{{Recipe Box |
{{Recipe Box |
  name = Bacon Burger |
  name = Cutlets |
  component-1 = {{Recipe Component|item=bun|image=File:Bun.png|amount={{{amount|1}}}}} |
  component-1 = {{Recipe Component|item=(Nearly) Any Meat|image=File:Raw Meat.png|amount={{{amount|1}}}}} |
component-2 = {{Recipe Component|item=cheese wedge|image=File:Cheese Wedge.png|amount={{{amount|2}}}}} |
  transformer = {{Slice}} |
component-3 = {{Recipe Component|item=raw bacon|image=File:Raw Cutlet.png|amount={{{amount|1}}}}} |
  result = {{Recipe Component|item=Cutlet|image=File:Raw Cutlet.png|amount={{{amount|3}}}}}
  transformer = {{Microwave | time = 10}} |
  result = {{Recipe Component|item=Bacon Burger|image=File:Bacon Burger.png|amount={{{amount|1}}}}}
}}
}}


{{Recipe Box |
{{Recipe Box |
  name = Five Alarm Burger |
  name = Sliced Bread |
  component-1 = {{Recipe Component|item=bun|image=File:Bun.png|amount={{{amount|1}}}}} |
  component-1 = {{Recipe Component|item=Any Bread|image=File:Bread.png|amount={{{amount|1}}}}} |
component-2 = {{Recipe Component|item=chili|image=File:Chili.png|amount={{{amount|3}}}}} |
  transformer = {{Slice}} |
component-3 = {{Recipe Component|item=raw meat|image=File:Raw Meat.png|amount={{{amount|1}}}}} |
  result = {{Recipe Component|item=Bread Slice|image=File:Bread slice.png|amount={{{amount|5}}}}}
  transformer = {{Microwave | time = 10}} |
  result = {{Recipe Component|item=Five Alarm Burger|image=File:Five Alarm Burger.png|amount={{{amount|1}}}}}
}}
}}


{{Recipe Box |
{{Recipe Box |
  name = Big Bite Burger |
  name = Sliced Pizza |
  component-1 = {{Recipe Component|item=bun|image=File:Bun.png|amount={{{amount|1}}}}} |
  component-1 = {{Recipe Component|item=Any Pizza|image=File:Margherita Pizza.png|amount={{{amount|1}}}}} |
  component-2 = {{Recipe Component|item=cheese wedge|image=File:Cheese Wedge.png|amount={{{amount|1}}}}} |
  transformer = {{Slice}} |
component-3 = {{Recipe Component|item=raw meat|image=File:Raw Meat.png|amount={{{amount|2}}}}} |
  result = {{Recipe Component|item=Pizza Slice|image=File:Margherita Pizza Slice.png|amount={{{amount|8}}}}}
component-4 = {{Recipe Component|item=onion slice|image=File:Onion Slice.png|amount={{{amount|2}}}}} |
component-5 = {{Recipe Component|item=tomato|image=File:Tomato.png|amount={{{amount|1}}}}} |
transformer = {{Microwave | time = 15}} |
  result = {{Recipe Component|item=Big Bite Burger|image=File:Big Bite Burger.png|amount={{{amount|1}}}}}
}}
}}


{{Recipe Box |
{{Recipe Box |
  name = Super Bite Burger |
  name = Sliced Pie |
  component-1 = {{Chem Recipe Component|reagent=TableSalt|amount={{{amount|5}}}}} |
  component-1 = {{Recipe Component|item=Any Pie|image=File:Apple Pie.png|amount={{{amount|1}}}}} |
component-2 = {{Recipe Component|item=bun|image=File:Bun.png|amount={{{amount|1}}}}} |
  transformer = {{Slice}} |
component-3 = {{Recipe Component|item=cheese wedge|image=File:Cheese Wedge.png|amount={{{amount|2}}}}} |
  result = {{Recipe Component|item=Pie Slice|image=File:Pie Slice.png|amount={{{amount|4}}}}}
component-4 = {{Recipe Component|item=egg|image=File:Egg.png|amount={{{amount|2}}}}} |
}}
component-5 = {{Recipe Component|item=raw meat|image=File:Raw Meat.png|amount={{{amount|2}}}}} |
component-6 = {{Recipe Component|item=tomato|image=File:Tomato.png|amount={{{amount|2}}}}} |
  transformer = {{Microwave | time = 25}} |
  result = {{Recipe Component|item=Super Bite Burger|image=File:Super Bite Burger.png|amount={{{amount|1}}}}}
}}


{{Recipe Box |
{{Recipe Box |
  name = McGuffin |
  name = Sliced Cake |
  component-1 = {{Recipe Component|item=bun|image=File:Bun.png|amount={{{amount|1}}}}} |
  component-1 = {{Recipe Component|item=Any Cake|image=File:Cake.png|amount={{{amount|1}}}}} |
component-2 = {{Recipe Component|item=cheese wedge|image=File:Cheese Wedge.png|amount={{{amount|1}}}}} |
  transformer = {{Slice}} |
component-3 = {{Recipe Component|item=egg|image=File:Egg.png|amount={{{amount|2}}}}} |
  result = {{Recipe Component|item=Cake Slice|image=File:Cake Slice.png|amount={{{amount|5}}}}}
  transformer = {{Microwave | time = 10}} |
  result = {{Recipe Component|item=McGuffin|image=File:Mcguffin.png|amount={{{amount|1}}}}}
}}
}}


{{Recipe Box |
{{Recipe Box |
  name = BBQ Rib Sandwich |
  name = Onion Slice |
  component-1 = {{Recipe Component|item=bun|image=File:Bun.png|amount={{{amount|1}}}}} |
  component-1 = {{Recipe Component|item=onion|image=File:Onion.png|amount={{{amount|1}}}}} |
component-2 = {{Recipe Component|item=BBQ Ribs|image=File:ribs.png|amount={{{amount|1}}}}} |
  transformer = {{Slice}} |
component-3 = {{Recipe Component|item=onion slice|image=File:onionslice.png|amount={{{amount|1}}}}} |
  result = {{Recipe Component|item=Onion Slice|image=File:Onion Slice.png|amount={{{amount|5}}}}}
  transformer = {{Microwave | time = 10}} |
  result = {{Recipe Component|item=BBQ Rib Sandwich|image=File:McRib.png|amount={{{amount|1}}}}}
}}
}}


{{Recipe Box |
{{Recipe Box |
  name = Rat Burger |
  name = Red Onion Slice |
  component-1 = {{Recipe Component|item=bun|image=File:Bun.png|amount={{{amount|1}}}}} |
  component-1 = {{Recipe Component|item=red onion|image=File:RedOnion.png|amount={{{amount|1}}}}} |
component-2 = {{Recipe Component|item=rat meat|image=File:Raw Meat.png|amount={{{amount|1}}}}} |
  transformer = {{Slice}} |
  transformer = {{Microwave | time = 10}} |
  result = {{Recipe Component|item=Red Onion Slice|image=File:Red Onion Slice.png|amount={{{amount|5}}}}}
  result = {{Recipe Component|item=Rat Burger|image=File:Ratburger.png|amount={{{amount|1}}}}}
}}
}}


{{Recipe Box |
{{Recipe Box |
  name = Mothroachburger |
  name = Pineapple Slice |
  component-1 = {{Recipe Component|item=bun|image=File:Bun.png|amount={{{amount|1}}}}} |
  component-1 = {{Recipe Component|item=pineapple|image=File:Pineapple.png|amount={{{amount|1}}}}} |
component-2 = {{Recipe Component|image=File:Mothroach (428)-South-43136.png|item=mothroach|amount={{{amount|1}}}}} |
  transformer = {{Slice}} |
  transformer = {{Microwave | time = 10}} |
  result = {{Recipe Component|item=Pineapple Slice|image=File:Pineapple Slice.png|amount={{{amount|5}}}}}
  result = {{Recipe Component|item=Mothroachburger|image=File:Mothroachburger.png|amount={{{amount|1}}}}}
}}
}}


{{Recipe Box |
{{Recipe Box |
  name = Chicken Sandwich |
  name = Watermelon Slice |
  component-1 = {{Recipe Component|item=bun|image=File:Bun.png|amount={{{amount|1}}}}} |
  component-1 = {{Recipe Component|item=watermelon|image=File:Watermelon.png|amount={{{amount|1}}}}} |
component-2 = {{Recipe Component|item=raw chicken meat|image=File:Raw Chicken Meat.png|amount={{{amount|1}}}}} |
  transformer = {{Slice}} |
component-3 = {{Recipe Component|item=Mayonnaise|image=File:Beaker.png|amount={{{amount|5}}}}} |
  result = {{Recipe Component|item=Watermelon Slice|image=File:Watermelon Slice.png|amount={{{amount|5}}}}}
  transformer = {{Microwave | time = 10}} |
  result = {{Recipe Component|item=Chicken Sandwich|image=File:Chicken Sandwich.png|amount={{{amount|1}}}}}
}}
}}


{{Recipe Box |
{{Recipe Box |
  name = Duck Sandwich |
  name = Tofu Slice |
  component-1 = {{Recipe Component|item=bun|image=File:Bun.png|amount={{{amount|1}}}}} |
  component-1 = {{Recipe Component|item=tofu|image=File:Tofu.png|amount={{{amount|1}}}}} |
component-2 = {{Recipe Component|item=cheese wedge|image=File:Cheese Wedge.png|amount={{{amount|1}}}}} |
  transformer = {{Slice}} |
component-3 = {{Recipe Component|item=raw duck meat|image=File:Raw Duck Meat.png|amount={{{amount|1}}}}} |
  result = {{Recipe Component|item=Tofu Slice|image=File:Tofu Slice.png|amount={{{amount|3}}}}}
  transformer = {{Microwave | time = 10}} |
  result = {{Recipe Component|item=Duck Sandwich|image=File:Duck Sandwich.png|amount={{{amount|1}}}}}
}}
}}


{{Recipe Box |
</div>
name = Fillet-o-Carp Burger |
 
component-1 = {{Recipe Component|item=bun|image=File:Bun.png|amount={{{amount|1}}}}} |
=== Cooked Meat ===
component-2 = {{Recipe Component|item=cheese wedge|image=File:Cheese Wedge.png|amount={{{amount|1}}}}} |
* Raw meat can be cooked by placing it in the microwave for any amount of time, or by heating it on the [[grill]]
component-3 = {{Recipe Component|item=raw carp fillet|image=File:Raw Carp Fillet.png|amount={{{amount|1}}}}} |
transformer = {{Microwave | time = 10}} |
result = {{Recipe Component|item=Fillet-o-Carp Burger|image=File:Fillet -o- Carp Burger.png|amount={{{amount|1}}}}}
}}


{{Recipe Box |
<div style="display: flex; flex-flow: row wrap; justify-content: center; gap: 0.5em">
name = Crab Burger |
{| class="wikitable"
component-1 = {{Recipe Component|item=bun|image=File:Bun.png|amount={{{amount|1}}}}} |
|+
component-2 = {{Recipe Component|item=raw crab meat|image=File:Crabmeat.png|amount={{{amount|2}}}}} |
!Raw Food
transformer = {{Microwave | time = 10}} |
!Cooked Food
result = {{Recipe Component|item=Crab Burger|image=File:Crab Burger.png|amount={{{amount|1}}}}}
|-
}}
|raw meat [[File:Raw Meat.png]]
 
|steak [[File:Steak.png]]
{{Recipe Box |
|-
name = Corger |
|raw cutlet [[File:Raw Cutlet.png]]
component-1 = {{Recipe Component|item=bun|image=File:Bun.png|amount={{{amount|1}}}}} |
|cutlet [[File:Cutlet.png]]
component-2 = {{Recipe Component|item=raw corgi meat|image=File:Raw Meat.png|amount={{{amount|1}}}}} |
|-
transformer = {{Microwave | time = 10}} |
|raw chicken meat [[File:Raw Chicken Meat.png]]
result = {{Recipe Component|item=Corger|image=File:Corgi Burger.png|amount={{{amount|1}}}}}
|cooked chicken [[File:Cooked Chicken.png]]
}}
|-
 
|raw chicken cutlet [[File:Raw Cutlet.png]]
{{Recipe Box |
|chicken cutlet [[File:Cutlet.png]]
name = Brain Burger |
|-
component-1 = {{Recipe Component|item=bun|image=File:Bun.png|amount={{{amount|1}}}}} |
|raw bacon [[File:Raw Bacon.png]]
component-2 = {{Recipe Component|item=brain|image=File:OrganHumanBrain.png|amount={{{amount|1}}}}} |
|bacon [[File:Bacon.png]]
transformer = {{Microwave | time = 10}} |
|-
result = {{Recipe Component|item=Brain Burger|image=File:Brain Burger.png|amount={{{amount|1}}}}}
|meatball (raw) [[File:Meatball.png]]
}}
|meatball (cooked) [[File:Meatball (Cooked).png]]
 
|-
{{Recipe Box |
|meat patty [[File:Meat Patty.png]]
name = Appendix Burger |
|cooked meat patty [[File:Cooked Meat Patty.png]]
component-1 = {{Recipe Component|item=bun|image=File:Bun.png|amount={{{amount|1}}}}} |
|-
component-2 = {{Recipe Component|item=appendix|image=File:OrganHumanAppendix.png|amount={{{amount|1}}}}} |
|raw bear meat [[File:Raw Bear Meat.png]]
transformer = {{Microwave | time = 10}} |
|cooked bear [[File:Cooked Bear.png]]
result = {{Recipe Component|item=Appendix Burger|image=File:Appendix Burger.png|amount={{{amount|1}}}}}
|-
}}
|raw bear cutlet [[File:Raw Bear Cutlet.png]]
 
|bear cutlet [[File:Bear Cutlet.png]]
{{Recipe Box |
|-
name = Xenoburger |
|raw penguin meat [[File:Raw Penguin Meat.png]]
component-1 = {{Recipe Component|item=bun|image=File:Bun.png|amount={{{amount|1}}}}} |
|penguin filet [[File:Penguin Filet.png]]
component-2 = {{Recipe Component|item=raw xeno meat|image=File:Raw Xeno Meat.png|amount={{{amount|1}}}}} |
|-
transformer = {{Microwave | time = 10}} |
|raw penguin cutlet [[File:Raw Cutlet.png]]
result = {{Recipe Component|item=Xenoburger|image=File:Xenoburger.png|amount={{{amount|1}}}}}
|penguin cutlet [[File:Cutlet.png]]
}}
|-
 
|raw duck meat [[File:Raw Duck Meat.png]]
{{Recipe Box |
|cooked duck [[File:Cooked Duck.png]]
name = Tofu Burger |
|-
component-1 = {{Recipe Component|item=bun|image=File:Bun.png|amount={{{amount|1}}}}} |
|raw duck cutlet [[File:Raw Cutlet.png]]
component-2 = {{Recipe Component|item=Tofu|image=File:Tofu Slice.png|amount={{{amount|1}}}}} |
|duck cutlet [[File:Cutlet.png]]
transformer = {{Microwave | time = 10}} |
|-
result = {{Recipe Component|item=Tofu Burger|image=File:Tofu Burger.png|amount={{{amount|1}}}}}
|raw spider cutlet [[File:Spidercutlet.png]]
}}
|spider cutlet [[File:Spider Cutlet.png]]
|-
|raw xeno cutlet [[File:Raw Xeno Cutlet.png]]
|xeno cutlet [[File:Xenocutlet.png]]
|-
|raw rouny meat [[File:Raw Rouny Meat.png]]
|rouny steak [[File:Rouny Steak.png]]
|-
|raw goliath meat [[File:Raw goliath meat-East-6715.png]]
|goliath steak [[File:Goliath steak-East-6712.png]]
|-
|dragon flesh [[File:Dragon Flesh.png]]
|dragon steak [[File:Dragon Steak.png]]
|-
|raw dragon cutlet [[File:Raw Dragon Cutlet.png]]
|dragon cutlet [[File:Dragon Cutlet.png]]
|-
|raw lizard meat [[File:Raw Lizard Meat.png]]
|lizard steak [[File:Lizard Steak.png]]
|-
|raw lizard cutlet [[File:Raw Lizard Cutlet.png]]
|lizard cutlet [[File:Lizard Cutlet.png]]
|-
|raw crab meat [[File:Crabmeat.png]]
|cooked crab [[File:Cooked Crab.png]]
|-
|anomalous meat mass [[File:Anomalous Meat.png]]
|anomalous steak [[File:Anomalous Steak.png]]
|-
|spaceshroom [[File:Spaceshroom.png]]
|cooked spaceshroom [[File:Cooked Spaceshroom.png]]


{{Recipe Box |
|}
name = Bearger |
 
component-1 = {{Recipe Component|item=bun|image=File:Bun.png|amount={{{amount|1}}}}} |
 
  component-2 = {{Recipe Component|item=raw bear meat|image=File:Raw Bear Meat.png|amount={{{amount|1}}}}} |
</div>
  transformer = {{Microwave | time = 10}} |
=== Tacos & Nachos ===
  result = {{Recipe Component|item=Bearger|image=File:Bearger.png|amount={{{amount|1}}}}}
 
* For custom tacos, see [[Taco Shell]]<div style="display: flex; flex-flow: row wrap; justify-content: center; gap: 0.5em">
 
 
<div style="display: flex; flex-flow: row wrap; justify-content: center; gap: 0.5em">
 
{{Recipe Box |
name = Tortilla Dough Slice |
  component-1 = {{Recipe Component|item=tortilla dough|image=File:Tortilla Dough.png|amount={{{amount|1}}}}} |
  transformer = {{Slice}} |
  result = {{Recipe Component|item=Tortilla Dough Slice|image=File:Tortilladough-slice.png|amount={{{amount|3}}}}}
}}
}}


{{Recipe Box |
{{Recipe Box |
  name = Empowered Burger |
  name = Flattened Tortilla Dough |
  component-1 = {{Recipe Component|item=bun|image=File:Bun.png|amount={{{amount|1}}}}} |
  component-1 = {{Recipe Component|item=tortilla dough slice|image=File:Tortilladough-slice.png|amount={{{amount|1}}}}} |
component-2 = {{Recipe Component|item=Plasma Sheet|image=File:Plasma single.png|amount={{{amount|2}}}}} |
  transformer = {{Rolling Pin}} |
  transformer = {{Microwave | time = 10}} |
  result = {{Recipe Component|item=Flattened Tortilla Dough|image=File:Tortilladough-flat.png|amount={{{amount|1}}}}}
  result = {{Recipe Component|item=Empowered Burger|image=File:Empowered burger.png|amount={{{amount|1}}}}}
}}
}}


{{Recipe Box |
{{Recipe Box |
  name = Jelly Burger |
  name = Taco Shell |
  component-1 = {{Recipe Component|item=bun|image=File:Bun.png|amount={{{amount|1}}}}} |
  component-1 = {{Recipe Component|item=flattened tortilla dough|image=File:tortilladough-flat.png|amount={{{amount|1}}}}} |
  component-2 = {{Recipe Component|item=amanita jelly|image=File:Amanita jelly.png|amount={{{amount|1}}}}} |
transformer = {{Microwave | time = 5}} |
result = {{Recipe Component|item=Tacoshell|image=File:Tacoshell.png|amount={{{amount|1}}}}}
}}
{{Recipe Box |
name = Fish Taco|
component-1 = {{Recipe Component|item=taco shell|image=File:Tacoshell.png|amount={{{amount|1}}}}} |
  component-2 = {{Recipe Component|item=raw carp fillet|image=File:Raw Carp Fillet.png|amount={{{amount|1}}}}} |
component-3 = {{Recipe Component|item=onion slice|image=File:Onion slice.png|amount={{{amount|2}}}}} |
component-4 = {{Recipe Component|item=tomato|image=File:Tomato.png|amount={{{amount|1}}}}} |
component-5 = {{Recipe Component|item=cabbage|image=File:Cabbage.png|amount={{{amount|1}}}}} |
  transformer = {{Microwave | time = 10}} |
  transformer = {{Microwave | time = 10}} |
  result = {{Recipe Component|item=Jelly Burger|image=File:Jelly Burger.png|amount={{{amount|1}}}}}
  result = {{Recipe Component|item=Fish Taco|image=File:Fishtaco.png|amount={{{amount|1}}}}}
}}
}}
{{Recipe Box |
{{Recipe Box |
  name = Soylent Burger |
  name = Beef Taco|
  component-1 = {{Recipe Component|item=bun|image=File:Bun.png|amount={{{amount|1}}}}} |
  component-1 = {{Recipe Component|item=taco shell|image=File:Tacoshell.png|amount={{{amount|1}}}}} |
  component-2 = {{Recipe Component|item=cheese wedge|image=File:Cheese Wedge.png|amount={{{amount|2}}}}} |
  component-2 = {{Recipe Component|item=raw cutlet|image=File:raw cutlet.png|amount={{{amount|1}}}}} |
  component-3 = {{Recipe Component|item=soy beans|image=File:Soybean.png|amount={{{amount|2}}}}} |
  component-3 = {{Recipe Component|item=cheese wedge|image=File:Cheese Wedge.png|amount={{{amount|1}}}}} |
  transformer = {{Microwave | time = 10}} |
  transformer = {{Microwave | time = 10}} |
  result = {{Recipe Component|item=Soylent Burger|image=File:Soyburger.png|amount={{{amount|1}}}}}
  result = {{Recipe Component|item=Beef Taco|image=File:Beeftaco.png|amount={{{amount|1}}}}}
}}
}}
{{Recipe Box |
{{Recipe Box |
  name = Crazy Hamburger |
  name = Chicken Taco|
  component-1 = {{Recipe Component|item=olive oil|image=File:Beaker.png|amount={{{amount|15}}}}} |
  component-1 = {{Recipe Component|item=taco shell|image=File:Tacoshell.png|amount={{{amount|1}}}}} |
  component-2 = {{Recipe Component|item=bun|image=File:Bun.png|amount={{{amount|1}}}}} |
  component-2 = {{Recipe Component|item=raw chicken cutlet|image=File:Raw Cutlet.png|amount={{{amount|1}}}}} |
  component-3 = {{Recipe Component|item=cheese wedge|image=File:Cheese Wedge.png|amount={{{amount|2}}}}} |
  component-3 = {{Recipe Component|item=cheese wedge|image=File:Cheese Wedge.png|amount={{{amount|1}}}}} |
component-4 = {{Recipe Component|item=raw meat|image=File:Raw Meat.png|amount={{{amount|2}}}}} |
component-5 = {{Recipe Component|item=chili|image=File:Chili.png|amount={{{amount|1}}}}} |
component-6 = {{Recipe Component|item=cabbage|image=File:Cabbage.png|amount={{{amount|1}}}}} |
component-7 = {{Recipe Component|item=green crayon|image=File:Green Crayon.png|amount={{{amount|1}}}}} |
component-8 = {{Recipe Component|item=flare|image=File:Flare.png|amount={{{amount|1}}}}} |
transformer = {{Microwave | time = 15}} |
result = {{Recipe Component|item=Crazy Hamburger|image=File:Crazy Hamburger.png|amount={{{amount|1}}}}}
}}
 
{{Recipe Box |
name = Clown Burger |
component-1 = {{Recipe Component|item=bun|image=File:Bun.png|amount={{{amount|1}}}}} |
component-2 = {{Recipe Component|item=clown wig and mask|image=File:Clown mask.png|amount={{{amount|1}}}}} |
  transformer = {{Microwave | time = 10}} |
  transformer = {{Microwave | time = 10}} |
  result = {{Recipe Component|item=Clown Burger|image=File:Clownburger.png|amount={{{amount|1}}}}}
  result = {{Recipe Component|item=Chicken Taco|image=File:Chickentaco.png|amount={{{amount|1}}}}}
}}
}}
{{Recipe Box |
{{Recipe Box |
  name = Mime Burger |
  name = Beef Taco Supreme|
  component-1 = {{Recipe Component|item=bun|image=File:Bun.png|amount={{{amount|1}}}}} |
  component-1 = {{Recipe Component|item=taco shell|image=File:Tacoshell.png|amount={{{amount|1}}}}} |
  component-2 = {{Recipe Component|item=mime mask|image=File:Mime Mask.png|amount={{{amount|1}}}}} |
  component-2 = {{Recipe Component|item=raw cutlet|image=File:raw cutlet.png|amount={{{amount|1}}}}} |
component-3 = {{Recipe Component|item=cheese Wedge|image=File:Cheese Wedge.png|amount={{{amount|1}}}}} |
component-4 = {{Recipe Component|item=tomato|image=File:Tomato.png|amount={{{amount|1}}}}} |
component-5 = {{Recipe Component|item=cabbage|image=File:Cabbage.png|amount={{{amount|1}}}}} |
component-6 = {{Recipe Component|item=onion slice|image=File:Onion slice.png|amount={{{amount|2}}}}} |
  transformer = {{Microwave | time = 10}} |
  transformer = {{Microwave | time = 10}} |
  result = {{Recipe Component|item=Mime Burger|image=File:Mime_Burger.png|amount={{{amount|1}}}}}
  result = {{Recipe Component|item=Beef Taco Supreme|image=File:Beeftacosupreme.png|amount={{{amount|1}}}}}
}}
}}
{{Recipe Box |
{{Recipe Box |
  name = Ghost Burger |
  name = Chicken Taco Supreme|
  component-1 = {{Recipe Component|item=bun|image=File:Bun.png|amount={{{amount|1}}}}} |
  component-1 = {{Recipe Component|item=taco shell|image=File:Tacoshell.png|amount={{{amount|1}}}}} |
  component-2 = {{Recipe Component|item=ectoplasm|amount={{{amount|1}}}}} |
  component-2 = {{Recipe Component|item=raw chicken cutlet|image=File:Raw Cutlet.png|amount={{{amount|1}}}}} |
component-3 = {{Recipe Component|item=cheese wedge|image=File:Cheese Wedge.png|amount={{{amount|1}}}}} |
component-4 = {{Recipe Component|item=tomato|image=File:Tomato.png|amount={{{amount|1}}}}} |
component-5 = {{Recipe Component|item=cabbage|image=File:Cabbage.png|amount={{{amount|1}}}}} |
component-6 = {{Recipe Component|item=onion slice|image=File:Onion slice.png|amount={{{amount|2}}}}} |
  transformer = {{Microwave | time = 10}} |
  transformer = {{Microwave | time = 10}} |
  result = {{Recipe Component|item=Ghost Burger|image=File:Ghost Burger.png|amount={{{amount|1}}}}}
  result = {{Recipe Component|item=Chicken Taco Supreme|image=File:Chickentacosupreme.png|amount={{{amount|1}}}}}
}}
}}
{{Recipe Box |
{{Recipe Box |
  name = Human Burger |
  name = Rat Taco|
  component-1 = {{Recipe Component|item=bun|image=File:Bun.png|amount={{{amount|1}}}}} |
  component-1 = {{Recipe Component|item=taco shell|image=File:Tacoshell.png|amount={{{amount|1}}}}} |
  component-2 = {{Recipe Component|item=raw human meat|image=File:Raw Meat.png|amount={{{amount|1}}}}} |
  component-2 = {{Recipe Component|item=rat meat|image=File:Raw Meat.png|amount={{{amount|1}}}}} |
component-3 = {{Recipe Component|item=cheese wedge|image=File:Cheese Wedge.png|amount={{{amount|1}}}}} |
  transformer = {{Microwave | time = 10}} |
  transformer = {{Microwave | time = 10}} |
  result = {{Recipe Component|item=Human Burger|image=File:Human Burger.png|amount={{{amount|1}}}}}
  result = {{Recipe Component|item=Rat Taco|image=File:Rattaco.png|amount={{{amount|1}}}}}
}}
}}


{{Recipe Box |
{{Recipe Box |
  name = Spell Burger |
  name = Nachos|
  component-1 = {{Recipe Component|item=bun|image=File:Bun.png|amount={{{amount|1}}}}} |
  component-1 = {{Recipe Component|item=flattened tortilla dough|image=File:Tortilladough-flat.png|amount={{{amount|1}}}}} |
  component-2 = {{Recipe Component|item=wizard hat|image=File:Wizard Hat.png|amount={{{amount|1}}}}} |
  component-2 = {{Recipe Component|item=small plate|image=File:Small Plate.png|amount={{{amount|1}}}}} |
component-3 = {{Recipe Component|item=table salt|image=File:Salt Shaker.png|amount={{{amount|1u}}}}} |
  transformer = {{Microwave | time = 10}} |
  transformer = {{Microwave | time = 10}} |
  result = {{Recipe Component|item=Spell Burger|image=File:Spell Burger.png|amount={{{amount|1}}}}}
  result = {{Recipe Component|item=Nachos|image=File:Nachos.png|amount={{{amount|1}}}}}
}}
}}


{{Recipe Box |
{{Recipe Box |
  name = Baseball Burger |
  name = Cheesy Nachos|
  component-1 = {{Recipe Component|item=bun|image=File:Bun.png|amount={{{amount|1}}}}} |
  component-1 = {{Recipe Component|item=flattened tortilla dough|image=File:Tortilladough-flat.png|amount={{{amount|1}}}}} |
  component-2 = {{Recipe Component|item=baseball bat|image=File:Baseball bat.png|amount={{{amount|1}}}}} |
  component-2 = {{Recipe Component|item=small plate|image=File:Small Plate.png|amount={{{amount|1}}}}} |
component-3 = {{Recipe Component|item=table salt|image=File:Salt Shaker.png|amount={{{amount|1u}}}}} |
component-4 = {{Recipe Component|item=cheese wedge|image=File:Cheese Wedge.png|amount={{{amount|1}}}}} |
  transformer = {{Microwave | time = 10}} |
  transformer = {{Microwave | time = 10}} |
  result = {{Recipe Component|item=Baseball Burger|image=File:Baseball Burger.png|amount={{{amount|1}}}}}
  result = {{Recipe Component|item=Cheesy Nachos|image=File:Cheesy Nachos.png|amount={{{amount|1}}}}}
}}
}}


{{Recipe Box |
{{Recipe Box |
  name = Cat Burger |
  name = Cuban Nachos|
  component-1 = {{Recipe Component|item=bun|image=File:Bun.png|amount={{{amount|1}}}}} |
  component-1 = {{Recipe Component|item=flattened tortilla dough|image=File:Tortilladough-flat.png|amount={{{amount|1}}}}} |
  component-2 = {{Recipe Component|item=cat ears|image=File:Cat Ears.png|amount={{{amount|1}}}}} |
  component-2 = {{Recipe Component|item=small plate|image=File:Small Plate.png|amount={{{amount|1}}}}} |
  component-3 = {{Recipe Component|item=raw meat|image=File:Raw Meat.png|amount={{{amount|1}}}}} |
  component-3 = {{Recipe Component|item=ketchup|image=File:Ketchup.png|amount={{{amount|5u}}}}} |
component-4 = {{Recipe Component|item=chili pepper|image=File:Chili.png|amount={{{amount|1}}}}} |
  transformer = {{Microwave | time = 10}} |
  transformer = {{Microwave | time = 10}} |
  result = {{Recipe Component|item=Cat Burger|image=File:Cat Burger.png|amount={{{amount|1}}}}}
  result = {{Recipe Component|item=Cuban Nachos|image=File:Cuban Nachos.png|amount={{{amount|1}}}}}
}}
 
{{Recipe Box |
name = Roburger |
component-1 = {{Recipe Component|item=bun|image=File:Bun.png|amount={{{amount|1}}}}} |
component-2 = {{Recipe Component|item=capacitor|image=File:capacitor.png|amount={{{amount|2}}}}} |
transformer = {{Microwave | time = 10}} |
result = {{Recipe Component|item=Roburger|image=File:Roburger.png|amount={{{amount|1}}}}}
}}
}}


</div>
</div>


=== Breads & Sandwiches ===
=== Burgers ===
<div style="display: flex; flex-flow: row wrap; justify-content: center; gap: 0.5em">


* For custom burgers, see [[Bun]]
<div style="display: flex; flex-flow: row wrap; justify-content: center; gap: 0.5em">
{{Recipe Box |
{{Recipe Box |
  name = Dough Rope |
  name = Bun |
  component-1 = {{Recipe Component|item=dough slice|image=File:Dough Slice.png|amount={{{amount|1}}}}} |
  component-1 = {{Recipe Component|item=dough slice|image=File:Dough Slice.png|amount={{{amount|1}}}}} |
  transformer = {{Rolling Pin}} |
  transformer = {{Microwave | time = 5}} |
  result = {{Recipe Component|item=Dough Rope|image=File:Dough Rope.png|amount={{{amount|1}}}}}
  result = {{Recipe Component|item=Bun|image=File:Bun.png|amount={{{amount|1}}}}}
}}
}}


{{Recipe Box |
{{Recipe Box |
  name = Bagel |
  name = Plain Burger |
  component-1 = {{Recipe Component|item=dough rope|image=File:Dough Rope.png|amount={{{amount|1}}}}} |
  component-1 = {{Recipe Component|item=bun|image=File:Bun.png|amount={{{amount|1}}}}} |
  transformer = {{Microwave | time = 5}} |
component-2 = {{Recipe Component|item=raw meat|image=File:Raw Meat.png|amount={{{amount|1}}}}} |
  result = {{Recipe Component|item=Bagel|image=File:Bagel.png|amount={{{amount|1}}}}}
  transformer = {{Microwave | time = 10}} |
  result = {{Recipe Component|item=Plain Burger|image=File:Burger.png|amount={{{amount|1}}}}}
}}
}}


{{Recipe Box |
{{Recipe Box |
  name = Poppy Seed Bagel |
  name = Cheese Burger |
  component-1 = {{Recipe Component|item=dough rope|image=File:Dough Rope.png|amount={{{amount|1}}}}} |
  component-1 = {{Recipe Component|item=bun|image=File:Bun.png|amount={{{amount|1}}}}} |
  component-2 = {{Recipe Component|item=poppy seeds|image=File:Poppy Seeds.png|amount={{{amount|1}}}}} |
  component-2 = {{Recipe Component|item=cheese wedge|image=File:Cheese Wedge.png|amount={{{amount|1}}}}} |
  transformer = {{Microwave | time = 5}} |
component-3 = {{Recipe Component|item=raw meat|image=File:Raw Meat.png|amount={{{amount|1}}}}} |
  result = {{Recipe Component|item=Bagel|image=File:Bagel.png|amount={{{amount|1}}}}}
  transformer = {{Microwave | time = 10}} |
  result = {{Recipe Component|item=Cheese Burger|image=File:Cheeseburger.png|amount={{{amount|1}}}}}
}}
}}


{{Recipe Box |
{{Recipe Box |
  name = Bread |
  name = Bacon Burger |
  component-1 = {{Recipe Component|item=dough|image=File:Dough.png|amount={{{amount|1}}}}} |
  component-1 = {{Recipe Component|item=bun|image=File:Bun.png|amount={{{amount|1}}}}} |
component-2 = {{Recipe Component|item=cheese wedge|image=File:Cheese Wedge.png|amount={{{amount|2}}}}} |
component-3 = {{Recipe Component|item=raw bacon|image=File:Raw Cutlet.png|amount={{{amount|1}}}}} |
  transformer = {{Microwave | time = 10}} |
  transformer = {{Microwave | time = 10}} |
  result = {{Recipe Component|item=Bread|image=File:Bread.png|amount={{{amount|1}}}}}
  result = {{Recipe Component|item=Bacon Burger|image=File:Bacon Burger.png|amount={{{amount|1}}}}}
}}
}}


{{Recipe Box |
{{Recipe Box |
  name = Baguette |
  name = Five Alarm Burger |
  component-1 = {{Recipe Component|item=table salt|image=File:Salt Shaker.png|amount={{{amount|5u}}}}} |
  component-1 = {{Recipe Component|item=bun|image=File:Bun.png|amount={{{amount|1}}}}} |
  component-2 = {{Recipe Component|item=black pepper|image=File:Pepper Shaker.png|amount={{{amount|5u}}}}} |
  component-2 = {{Recipe Component|item=chili|image=File:Chili.png|amount={{{amount|3}}}}} |
  component-3 = {{Recipe Component|item=dough|image=File:Dough.png|amount={{{amount|1}}}}} |
  component-3 = {{Recipe Component|item=raw meat|image=File:Raw Meat.png|amount={{{amount|1}}}}} |
  transformer = {{Microwave | time = 15}} |
  transformer = {{Microwave | time = 10}} |
  result = {{Recipe Component|item=Baguette|image=File:Baguette.png|amount={{{amount|1}}}}}
  result = {{Recipe Component|item=Five Alarm Burger|image=File:Five Alarm Burger.png|amount={{{amount|1}}}}}
}}
}}


{{Recipe Box |
{{Recipe Box |
  name = Crostini |
  name = Big Bite Burger |
  component-1 = {{Recipe Component|item=baguette|image=File:Baguette.png|amount={{{amount|1}}}}} |
  component-1 = {{Recipe Component|item=bun|image=File:Bun.png|amount={{{amount|1}}}}} |
  transformer = {{Slice}} |
component-2 = {{Recipe Component|item=cheese wedge|image=File:Cheese Wedge.png|amount={{{amount|1}}}}} |
  result = {{Recipe Component|item=Crostini|image=File:Crostini.png|amount={{{amount|12}}}}}
component-3 = {{Recipe Component|item=raw meat|image=File:Raw Meat.png|amount={{{amount|2}}}}} |
component-4 = {{Recipe Component|item=onion slice|image=File:Onion Slice.png|amount={{{amount|2}}}}} |
component-5 = {{Recipe Component|item=tomato|image=File:Tomato.png|amount={{{amount|1}}}}} |
  transformer = {{Microwave | time = 15}} |
  result = {{Recipe Component|item=Big Bite Burger|image=File:Big Bite Burger.png|amount={{{amount|1}}}}}
}}
}}


{{Recipe Box |
{{Recipe Box |
  name = Chèvre Chaud |
  name = Super Bite Burger |
  component-1 = {{Recipe Component|item=[[crostini]]|image=File:Cotton Crostini.png|amount={{{amount|1}}}}} |
  component-1 = {{Recipe Component|item=table salt|image=File:Salt Shaker.png|amount={{{amount|5u}}}}} |
  component-2 = {{Recipe Component|item=chèvre disk|image=File:Chèvre Disk.png|amount={{{amount|1}}}}} |
component-2 = {{Recipe Component|item=bun|image=File:Bun.png|amount={{{amount|1}}}}} |
  transformer = {{Microwave | time = 5}} |
  component-3 = {{Recipe Component|item=cheese wedge|image=File:Cheese Wedge.png|amount={{{amount|2}}}}} |
  result = {{Recipe Component|item=Chèvre Chaud|image=File:Chèvre Chaud.png|amount={{{amount|1}}}}}
component-4 = {{Recipe Component|item=raw egg|image=File:Egg Liquid.png|amount={{{amount|12u}}}}} |
component-5 = {{Recipe Component|item=raw meat|image=File:Raw Meat.png|amount={{{amount|2}}}}} |
component-6 = {{Recipe Component|item=tomato|image=File:Tomato.png|amount={{{amount|2}}}}} |
  transformer = {{Microwave | time = 25}} |
  result = {{Recipe Component|item=Super Bite Burger|image=File:Super Bite Burger.png|amount={{{amount|1}}}}}
}}
}}


{{Recipe Box |
{{Recipe Box |
  name = Cream Cheese Bread |
  name = McGuffin |
  component-1 = {{Recipe Component|item=milk|image=File:beaker.png|amount={{{amount|5}}}}} |
  component-1 = {{Recipe Component|item=bun|image=File:Bun.png|amount={{{amount|1}}}}} |
  component-2 = {{Recipe Component|item=cheese wedge|image=File:Cheese Wedge.png|amount={{{amount|2}}}}} |
  component-2 = {{Recipe Component|item=cheese wedge|image=File:Cheese Wedge.png|amount={{{amount|1}}}}} |
  component-3 = {{Recipe Component|item=dough|image=File:Dough.png|amount={{{amount|1}}}}} |
  component-3 = {{Recipe Component|item=raw egg|image=File:Egg Liquid.png|amount={{{amount|12u}}}}} |
  transformer = {{Microwave | time = 15}} |
  transformer = {{Microwave | time = 10}} |
  result = {{Recipe Component|item=Cream Cheese Bread|image=File:Cream Cheese Bread.png|amount={{{amount|1}}}}}
  result = {{Recipe Component|item=McGuffin|image=File:Mcguffin.png|amount={{{amount|1}}}}}
}}
}}


{{Recipe Box |
{{Recipe Box |
  name = Banana Bread |
  name = BBQ Rib Sandwich |
  component-1 = {{Recipe Component|item=banana|image=File:Banana.png|amount={{{amount|1}}}}} |
  component-1 = {{Recipe Component|item=bun|image=File:Bun.png|amount={{{amount|1}}}}} |
  component-2 = {{Recipe Component|item=dough|image=File:Dough.png|amount={{{amount|1}}}}} |
  component-2 = {{Recipe Component|item=BBQ Ribs|image=File:ribs.png|amount={{{amount|1}}}}} |
  transformer = {{Microwave | time = 15}} |
component-3 = {{Recipe Component|item=onion slice|image=File:onionslice.png|amount={{{amount|1}}}}} |
  result = {{Recipe Component|item=Banana Bread|image=File:Banana-nut Bread.png|amount={{{amount|1}}}}}
  transformer = {{Microwave | time = 10}} |
  result = {{Recipe Component|item=BBQ Rib Sandwich|image=File:McRib.png|amount={{{amount|1}}}}}
}}
}}


{{Recipe Box |
{{Recipe Box |
  name = Sausage Bread |
  name = Rat Burger |
  component-1 = {{Recipe Component|item=raw meat|image=File:Raw Meat.png|amount={{{amount|1}}}}} |
  component-1 = {{Recipe Component|item=bun|image=File:Bun.png|amount={{{amount|1}}}}} |
  component-2 = {{Recipe Component|item=dough|image=File:Dough.png|amount={{{amount|1}}}}} |
  component-2 = {{Recipe Component|item=rat meat|image=File:Raw Meat.png|amount={{{amount|1}}}}} |
  transformer = {{Microwave | time = 15}} |
  transformer = {{Microwave | time = 10}} |
  result = {{Recipe Component|item=Sausage Bread|image=File:Sausage-bread.png|amount={{{amount|1}}}}}
  result = {{Recipe Component|item=Rat Burger|image=File:Ratburger.png|amount={{{amount|1}}}}}
}}
}}


{{Recipe Box |
{{Recipe Box |
  name = Meat Bread |
  name = Mothroachburger |
  component-1 = {{Recipe Component|item=raw cutlet|image=File:Raw Cutlet.png|amount={{{amount|2}}}}} |
  component-1 = {{Recipe Component|item=bun|image=File:Bun.png|amount={{{amount|1}}}}} |
  component-2 = {{Recipe Component|item=cheese wedge|image=File:Cheese Wedge.png|amount={{{amount|2}}}}} |
  component-2 = {{Recipe Component|image=File:Mothroach (428)-South-43136.png|item=mothroach|amount={{{amount|1}}}}} |
component-3 = {{Recipe Component|item=dough|image=File:Dough.png|amount={{{amount|1}}}}} |
  transformer = {{Microwave | time = 10}} |
  transformer = {{Microwave | time = 15}} |
  result = {{Recipe Component|item=Mothroachburger|image=File:Mothroachburger.png|amount={{{amount|1}}}}}
  result = {{Recipe Component|item=Meat Bread|image=File:Meat-bread.png|amount={{{amount|1}}}}}
}}
}}


{{Recipe Box |
{{Recipe Box |
  name = Spider Meat Bread |
  name = Chicken Sandwich |
  component-1 = {{Recipe Component|item=raw spider cutlet|image=File:Spidercutlet.png|amount={{{amount|2}}}}} |
  component-1 = {{Recipe Component|item=bun|image=File:Bun.png|amount={{{amount|1}}}}} |
  component-2 = {{Recipe Component|item=cheese wedge|image=File:Cheese Wedge.png|amount={{{amount|2}}}}} |
  component-2 = {{Recipe Component|item=raw chicken meat|image=File:Raw Chicken Meat.png|amount={{{amount|1}}}}} |
  component-3 = {{Recipe Component|item=dough|image=File:Dough.png|amount={{{amount|1}}}}} |
  component-3 = {{Recipe Component|item=Mayonnaise|image=File:Mayonnaise Bottle.png|amount={{{amount|5u}}}}} |
  transformer = {{Microwave | time = 15}} |
  transformer = {{Microwave | time = 10}} |
  result = {{Recipe Component|item=Spider Meat Bread|image=File:Spidermeat-bread.png|amount={{{amount|1}}}}}
  result = {{Recipe Component|item=Chicken Sandwich|image=File:Chicken Sandwich.png|amount={{{amount|1}}}}}
}}
}}


{{Recipe Box |
{{Recipe Box |
  name = Xeno Meat Bread |
  name = Duck Sandwich |
  component-1 = {{Recipe Component|item=raw xeno cutlet|image=File:Xenocutlet.png|amount={{{amount|2}}}}} |
  component-1 = {{Recipe Component|item=bun|image=File:Bun.png|amount={{{amount|1}}}}} |
  component-2 = {{Recipe Component|item=cheese wedge|image=File:Cheese Wedge.png|amount={{{amount|2}}}}} |
  component-2 = {{Recipe Component|item=cheese wedge|image=File:Cheese Wedge.png|amount={{{amount|1}}}}} |
  component-3 = {{Recipe Component|item=dough|image=File:Dough.png|amount={{{amount|1}}}}} |
  component-3 = {{Recipe Component|item=raw duck meat|image=File:Raw Duck Meat.png|amount={{{amount|1}}}}} |
  transformer = {{Microwave | time = 15}} |
  transformer = {{Microwave | time = 10}} |
  result = {{Recipe Component|item=Xeno Meat Bread|image=File:Xenomeat-bread.png|amount={{{amount|1}}}}}
  result = {{Recipe Component|item=Duck Sandwich|image=File:Duck Sandwich.png|amount={{{amount|1}}}}}
}}
}}


{{Recipe Box |
{{Recipe Box |
  name = Cornbread |
  name = Fillet-o-Carp Burger |
  component-1 = {{Recipe Component|item=cornmeal dough|image=File:Cornmealdough.png|amount={{{amount|1}}}}} |
component-1 = {{Recipe Component|item=bun|image=File:Bun.png|amount={{{amount|1}}}}} |
  component-2 = {{Recipe Component|item=cheese wedge|image=File:Cheese Wedge.png|amount={{{amount|1}}}}} |
component-3 = {{Recipe Component|item=raw carp fillet|image=File:Raw Carp Fillet.png|amount={{{amount|1}}}}} |
  transformer = {{Microwave | time = 10}} |
  transformer = {{Microwave | time = 10}} |
  result = {{Recipe Component|item=Cornbread|image=File:Cornbread.png|amount={{{amount|1}}}}}
  result = {{Recipe Component|item=Fillet-o-Carp Burger|image=File:Fillet -o- Carp Burger.png|amount={{{amount|1}}}}}
}}
}}


{{Recipe Box |
{{Recipe Box |
  name = Tofu Bread |
  name = Crab Burger |
  component-1 = {{Recipe Component|item=Tofu|image=File:Tofu.png|amount={{{amount|1}}}}} |
  component-1 = {{Recipe Component|item=bun|image=File:Bun.png|amount={{{amount|1}}}}} |
  component-2 = {{Recipe Component|item=dough|image=File:Dough.png|amount={{{amount|1}}}}} |
  component-2 = {{Recipe Component|item=raw crab meat|image=File:Crabmeat.png|amount={{{amount|2}}}}} |
  transformer = {{Microwave | time = 15}} |
  transformer = {{Microwave | time = 10}} |
  result = {{Recipe Component|item=Tofu Bread|image=File:Tofu Bread.png|amount={{{amount|1}}}}}
  result = {{Recipe Component|item=Crab Burger|image=File:Crab Burger.png|amount={{{amount|1}}}}}
}}
}}


{{Recipe Box |
{{Recipe Box |
  name = Mimana Bread |
  name = Corger |
  component-1 = {{Recipe Component|item=mimana|image=File:mimanaproduce.png|amount={{{amount|1}}}}} |
  component-1 = {{Recipe Component|item=bun|image=File:Bun.png|amount={{{amount|1}}}}} |
  component-2 = {{Recipe Component|item=Nothing|image=File:beaker.png|amount={{{amount|5}}}}} |
  component-2 = {{Recipe Component|item=prime-cut corgi meat|image=File:Corgi Meat.png|amount={{{amount|1}}}}} |
component-3 = {{Recipe Component|item=dough|image=File:Dough.png|amount={{{amount|1}}}}} |
  transformer = {{Microwave | time = 10}} |
  transformer = {{Microwave | time = 15}} |
  result = {{Recipe Component|item=Corger|image=File:Corgi Burger.png|amount={{{amount|1}}}}}
  result = {{Recipe Component|item=Mimana Bread|image=File:Mimanabread.png|amount={{{amount|1}}}}}
}}
}}


{{Recipe Box |
{{Recipe Box |
  name = Raw Croissant |
  name = Brain Burger |
  component-1 = {{Recipe Component|item=flat dough|image=File:Flat Dough.png|amount={{{amount|1}}}}} |
  component-1 = {{Recipe Component|item=bun|image=File:Bun.png|amount={{{amount|1}}}}} |
  transformer = {{Slice}} |
component-2 = {{Recipe Component|item=brain|image=File:OrganHumanBrain.png|amount={{{amount|1}}}}} |
  result = {{Recipe Component|item=Raw Croissant|image=File:Raw Croissant.png|amount={{{amount|3}}}}}
  transformer = {{Microwave | time = 10}} |
  result = {{Recipe Component|item=Brain Burger|image=File:Brain Burger.png|amount={{{amount|1}}}}}
}}
}}


{{Recipe Box |
{{Recipe Box |
  name = Croissant |
  name = Appendix Burger |
  component-1 = {{Recipe Component|item=raw croissant|image=File:Raw Croissant.png|amount={{{amount|1}}}}} |
  component-1 = {{Recipe Component|item=bun|image=File:Bun.png|amount={{{amount|1}}}}} |
  component-2 = {{Recipe Component|item=butter slice|image=File:Butter Slice.png|amount={{{amount|1}}}}} |
  component-2 = {{Recipe Component|item=appendix|image=File:OrganHumanAppendix.png|amount={{{amount|1}}}}} |
  transformer = {{Microwave | time = 5}} |
  transformer = {{Microwave | time = 10}} |
  result = {{Recipe Component|item=Croissant|image=File:Croissant.png|amount={{{amount|1}}}}}
  result = {{Recipe Component|item=Appendix Burger|image=File:Appendix Burger.png|amount={{{amount|1}}}}}
}}
}}


{{Recipe Box |
{{Recipe Box |
  name = Buttered Toast|
  name = Xenoburger |
  component-1 = {{Recipe Component|item=bread slice|image=File:Bread slice.png|amount={{{amount|1}}}}} |
  component-1 = {{Recipe Component|item=bun|image=File:Bun.png|amount={{{amount|1}}}}} |
  component-2 = {{Recipe Component|item=butter slice|image=File:Butter Slice.png|amount={{{amount|1}}}}} |
  component-2 = {{Recipe Component|item=raw xeno meat|image=File:Raw Xeno Meat.png|amount={{{amount|1}}}}} |
  transformer = {{Microwave | time = 5}} |
  transformer = {{Microwave | time = 10}} |
  result = {{Recipe Component|item=Buttered Toast|image=File:Buttered-toast.png|amount={{{amount|1}}}}}
  result = {{Recipe Component|item=Xenoburger|image=File:Xenoburger.png|amount={{{amount|1}}}}}
}}
}}


{{Recipe Box |
{{Recipe Box |
  name = French Toast|
  name = Tofu Burger |
  component-1 = {{Recipe Component|item=bread slice|image=File:Bread slice.png|amount={{{amount|1}}}}} |
  component-1 = {{Recipe Component|item=bun|image=File:Bun.png|amount={{{amount|1}}}}} |
  component-2 = {{Recipe Component|item=milk|image=File:beaker.png|amount={{{amount|5}}}}} |
  component-2 = {{Recipe Component|item=tofu slice|image=File:Tofu Slice.png|amount={{{amount|1}}}}} |
component-3 = {{Chem Recipe Component|reagent=Egg|amount={{{amount|12}}}}} |
  transformer = {{Microwave | time = 10}} |
  transformer = {{Microwave | time = 5}} |
  result = {{Recipe Component|item=Tofu Burger|image=File:Tofu Burger.png|amount={{{amount|1}}}}}
  result = {{Recipe Component|item=French Toast|image=File:French-toast.png|amount={{{amount|1}}}}}
}}
}}


{{Recipe Box |
{{Recipe Box |
  name = Garlic Bread|
  name = Bearger |
  component-1 = {{Recipe Component|item=bread slice|image=File:Bread slice.png|amount={{{amount|1}}}}} |
  component-1 = {{Recipe Component|item=bun|image=File:Bun.png|amount={{{amount|1}}}}} |
  component-2 = {{Recipe Component|item=butter slice|image=File:Butter Slice.png|amount={{{amount|1}}}}} |
  component-2 = {{Recipe Component|item=raw bear meat|image=File:Raw Bear Meat.png|amount={{{amount|1}}}}} |
component-3 = {{Recipe Component|item=garlic|image=File:Garlic.png|amount={{{amount|1}}}}} |
  transformer = {{Microwave | time = 10}} |
  transformer = {{Microwave | time = 5}} |
  result = {{Recipe Component|item=Bearger|image=File:Bearger.png|amount={{{amount|1}}}}}
  result = {{Recipe Component|item=Garlic Bread|image=File:Garlic-slice.png|amount={{{amount|1}}}}}
}}
}}


{{Recipe Box |
{{Recipe Box |
  name = Jelly Toast|
  name = Empowered Burger |
  component-1 = {{Recipe Component|item=bread slice|image=File:Bread slice.png|amount={{{amount|1}}}}} |
  component-1 = {{Recipe Component|item=bun|image=File:Bun.png|amount={{{amount|1}}}}} |
  component-2 = {{Recipe Component|item=amanita jelly|image=File:amanita_jelly.png|amount={{{amount|1}}}}} |
  component-2 = {{Recipe Component|item=plasma (solid)|image=File:Plasma single.png|amount={{{amount|2}}}}} |
  transformer = {{Microwave | time = 5}} |
  transformer = {{Microwave | time = 10}} |
  result = {{Recipe Component|item=Jelly Toast|image=File:Jelly-toast.png|amount={{{amount|1}}}}}
  result = {{Recipe Component|item=Empowered Burger|image=File:Empowered burger.png|amount={{{amount|1}}}}}
}}
}}


{{Recipe Box |
{{Recipe Box |
  name = Two Slice|
  name = Jelly Burger |
  component-1 = {{Recipe Component|item=bread slice|image=File:Bread slice.png|amount={{{amount|2}}}}} |
  component-1 = {{Recipe Component|item=bun|image=File:Bun.png|amount={{{amount|1}}}}} |
  component-2 = {{Recipe Component|item=wine|image=File:Beaker.png|amount={{{amount|5}}}}} |
  component-2 = {{Recipe Component|item=amanita jelly|image=File:Amanita jelly.png|amount={{{amount|1}}}}} |
  transformer = {{Microwave | time = 5}} |
  transformer = {{Microwave | time = 10}} |
  result = {{Recipe Component|item=Two Slice|image=File:Two-slice.png|amount={{{amount|1}}}}}
  result = {{Recipe Component|item=Jelly Burger|image=File:Jelly Burger.png|amount={{{amount|1}}}}}
}}
}}


{{Recipe Box |
{{Recipe Box |
  name = Moldy Bread Slice |
  name = Soylent Burger |
  component-1 = {{Recipe Component|item=bread slice|image=File:Bread slice.png|amount={{{amount|1}}}}} |
  component-1 = {{Recipe Component|item=bun|image=File:Bun.png|amount={{{amount|1}}}}} |
  component-2 = {{Recipe Component|item=fly amanita|image=File:Fly amanita.png|amount={{{amount|1}}}}} |
  component-2 = {{Recipe Component|item=cheese wedge|image=File:Cheese Wedge.png|amount={{{amount|2}}}}} |
  transformer = {{Microwave | time = 5}} |
component-3 = {{Recipe Component|item=soy beans|image=File:Soybean.png|amount={{{amount|2}}}}} |
  result = {{Recipe Component|item=Moldy Bread Slice|image=File:Moldy slice.png|amount={{{amount|1}}}}}
  transformer = {{Microwave | time = 10}} |
  result = {{Recipe Component|item=Soylent Burger|image=File:Soyburger.png|amount={{{amount|1}}}}}
}}
}}


{{Recipe Box |
{{Recipe Box |
  name = Grilled Cheese Sandwich|
  name = Crazy Hamburger |
  component-1 = {{Recipe Component|item=bread slice|image=File:Bread slice.png|amount={{{amount|2}}}}} |
  component-1 = {{Recipe Component|item=olive oil|image=File:Olive Oil.png|amount={{{amount|15u}}}}} |
  component-2 = {{Recipe Component|item=cheese wedge|image=File:Cheese Wedge.png|amount={{{amount|1}}}}} |
component-2 = {{Recipe Component|item=bun|image=File:Bun.png|amount={{{amount|1}}}}} |
  component-3 = {{Recipe Component|item=butter slice|image=File:Butter Slice.png|amount={{{amount|1}}}}} |
  component-3 = {{Recipe Component|item=cheese wedge|image=File:Cheese Wedge.png|amount={{{amount|2}}}}} |
  transformer = {{Microwave | time = 10}} |
component-4 = {{Recipe Component|item=raw meat|image=File:Raw Meat.png|amount={{{amount|2}}}}} |
  result = {{Recipe Component|item=Grilled Cheese Sandwich|image=File:Buttered-toast.png|amount={{{amount|1}}}}}
component-5 = {{Recipe Component|item=chili|image=File:Chili.png|amount={{{amount|1}}}}} |
component-6 = {{Recipe Component|item=cabbage|image=File:Cabbage.png|amount={{{amount|1}}}}} |
component-7 = {{Recipe Component|item=green crayon|image=File:Green Crayon.png|amount={{{amount|1}}}}} |
  component-8 = {{Recipe Component|item=flare|image=File:Flare.png|amount={{{amount|1}}}}} |
  transformer = {{Microwave | time = 15}} |
  result = {{Recipe Component|item=Crazy Hamburger|image=File:Crazy Hamburger.png|amount={{{amount|1}}}}}
}}
}}
</div>
=== Pizzas ===


<div style="display: flex; flex-flow: row wrap; justify-content: center; gap: 0.5em">
{{Recipe Box |
{{Recipe Box |
  name = Margherita Pizza |
  name = Clown Burger |
  component-1 = {{Recipe Component|item=cheese wedge|image=File:Cheese Wedge.png|amount={{{amount|1}}}}} |
  component-1 = {{Recipe Component|item=bun|image=File:Bun.png|amount={{{amount|1}}}}} |
  component-2 = {{Recipe Component|item=[[Flat dough]]|image=File:Flat Dough.png|amount={{{amount|1}}}}} |
  component-2 = {{Recipe Component|item=clown wig and mask|image=File:Clown mask.png|amount={{{amount|1}}}}} |
component-3 = {{Recipe Component|item=tomato|image=File:Tomato.png|amount={{{amount|4}}}}} |
  transformer = {{Microwave | time = 10}} |
  transformer = {{Microwave | time = 30}} |
  result = {{Recipe Component|item=Clown Burger|image=File:Clownburger.png|amount={{{amount|1}}}}}
  result = {{Recipe Component|item=Margherita Pizza|image=File:Margherita Pizza.png|amount={{{amount|1}}}}}
}}
}}


{{Recipe Box |
{{Recipe Box |
  name = Mushroom Pizza |
  name = Mime Burger |
  component-1 = {{Recipe Component|item=[[Flat dough]]|image=File:Flat Dough.png|amount={{{amount|1}}}}} |
  component-1 = {{Recipe Component|item=bun|image=File:Bun.png|amount={{{amount|1}}}}} |
  component-2 = {{Recipe Component|item=chanterelle cluster|image=File:Chanterelle Cluster.png|amount={{{amount|5}}}}} |
  component-2 = {{Recipe Component|item=mime mask|image=File:Mime Mask.png|amount={{{amount|1}}}}} |
  transformer = {{Microwave | time = 30}} |
  transformer = {{Microwave | time = 10}} |
  result = {{Recipe Component|item=Mushroom Pizza|image=File:Mushroom Pizza.png|amount={{{amount|1}}}}}
  result = {{Recipe Component|item=Mime Burger|image=File:Mime_Burger.png|amount={{{amount|1}}}}}
}}
}}


{{Recipe Box |
{{Recipe Box |
  name = Meat Pizza |
  name = Ghost Burger |
  component-1 = {{Recipe Component|item=cheese wedge|image=File:Cheese Wedge.png|amount={{{amount|1}}}}} |
  component-1 = {{Recipe Component|item=bun|image=File:Bun.png|amount={{{amount|1}}}}} |
  component-2 = {{Recipe Component|item=[[Flat dough]]|image=File:Flat Dough.png|amount={{{amount|1}}}}} |
  component-2 = {{Recipe Component|item=ectoplasm|image=File:Ectoplasm.png|amount={{{amount|1}}}}} |
component-3 = {{Recipe Component|item=raw meat|image=File:Raw Meat.png|amount={{{amount|3}}}}} |
  transformer = {{Microwave | time = 10}} |
component-4 = {{Recipe Component|item=tomato|image=File:Tomato.png|amount={{{amount|1}}}}} |
  result = {{Recipe Component|item=Ghost Burger|image=File:Ghost Burger.png|amount={{{amount|1}}}}}
  transformer = {{Microwave | time = 30}} |
  result = {{Recipe Component|item=Meat Pizza|image=File:Meat Pizza.png|amount={{{amount|1}}}}}
}}
}}


{{Recipe Box |
{{Recipe Box |
  name = Vegetable Pizza |
  name = Human Burger |
  component-1 = {{Recipe Component|item=carrot|image=File:Carrot.png|amount={{{amount|1}}}}} |
  component-1 = {{Recipe Component|item=bun|image=File:Bun.png|amount={{{amount|1}}}}} |
  component-2 = {{Recipe Component|item=ear of corn|image=File:Ear Of Corn.png|amount={{{amount|1}}}}} |
  component-2 = {{Recipe Component|item=raw human meat|image=File:Raw Meat.png|amount={{{amount|1}}}}} |
component-3 = {{Recipe Component|item=[[Flat dough]]|image=File:Flat Dough.png|amount={{{amount|1}}}}} |
  transformer = {{Microwave | time = 10}} |
component-4 = {{Recipe Component|item=eggplant|image=File:Eggplant.png|amount={{{amount|1}}}}} |
  result = {{Recipe Component|item=Human Burger|image=File:Human Burger.png|amount={{{amount|1}}}}}
component-5 = {{Recipe Component|item=tomato|image=File:Tomato.png|amount={{{amount|1}}}}} |
  transformer = {{Microwave | time = 30}} |
  result = {{Recipe Component|item=Vegetable Pizza|image=File:Vegetable Pizza.png|amount={{{amount|1}}}}}
}}
}}


{{Recipe Box |
{{Recipe Box |
  name = Hawaiian Pizza |
  name = Spell Burger |
  component-1 = {{Recipe Component|item=[[Flat dough]]|image=File:Flat Dough.png|amount={{{amount|1}}}}} |
  component-1 = {{Recipe Component|item=bun|image=File:Bun.png|amount={{{amount|1}}}}} |
  component-2 = {{Recipe Component|item=raw chicken cutlet|image=File:Raw Cutlet.png|amount={{{amount|3}}}}} |
  component-2 = {{Recipe Component|item=wizard hat|image=File:Wizard Hat.png|amount={{{amount|1}}}}} |
component-3 = {{Recipe Component|item=pineapple slice|image=File:Pineapple Slice.png|amount={{{amount|5}}}}} |
  transformer = {{Microwave | time = 10}} |
  transformer = {{Microwave | time = 30}} |
  result = {{Recipe Component|item=Spell Burger|image=File:Spell Burger.png|amount={{{amount|1}}}}}
  result = {{Recipe Component|item=Hawaiian Pizza|image=File:Hawaiian Pizza.png|amount={{{amount|1}}}}}
}}
}}


{{Recipe Box |
{{Recipe Box |
  name = Dank Pizza |
  name = Baseball Burger |
  component-1 = {{Recipe Component|item=cannabis leaves|image=File:Cannabis-produce.png|amount={{{amount|2}}}}} |
  component-1 = {{Recipe Component|item=bun|image=File:Bun.png|amount={{{amount|1}}}}} |
  component-2 = {{Recipe Component|item=cheese wedge|image=File:Cheese Wedge.png|amount={{{amount|1}}}}} |
  component-2 = {{Recipe Component|item=baseball bat|image=File:Baseball bat.png|amount={{{amount|1}}}}} |
component-3 = {{Recipe Component|item=[[Flat dough]]|image=File:Flat Dough.png|amount={{{amount|1}}}}} |
  transformer = {{Microwave | time = 10}} |
component-4 = {{Recipe Component|item=tomato|image=File:Tomato.png|amount={{{amount|1}}}}} |
  result = {{Recipe Component|item=Baseball Burger|image=File:Baseball Burger.png|amount={{{amount|1}}}}}
  transformer = {{Microwave | time = 30}} |
  result = {{Recipe Component|item=Dank Pizza|image=File:Dank pizza.png|amount={{{amount|1}}}}}
}}
}}


{{Recipe Box |
{{Recipe Box |
  name = Donk-pocket Pizza |
  name = Cat Burger |
  component-1 = {{Recipe Component|item=cheese wedge|image=File:Cheese Wedge.png|amount={{{amount|1}}}}} |
  component-1 = {{Recipe Component|item=bun|image=File:Bun.png|amount={{{amount|1}}}}} |
  component-2 = {{Recipe Component|item=warm donk-pocket|image=File:Warm Donk-pocket.png|amount={{{amount|3}}}}} |
  component-2 = {{Recipe Component|item=cat ears|image=File:Cat Ears.png|amount={{{amount|1}}}}} |
  component-3 = {{Recipe Component|item=[[Flat dough]]|image=File:Flat Dough.png|amount={{{amount|1}}}}} |
  component-3 = {{Recipe Component|item=raw meat|image=File:Raw Meat.png|amount={{{amount|1}}}}} |
component-4 = {{Recipe Component|item=tomato|image=File:Tomato.png|amount={{{amount|1}}}}} |
  transformer = {{Microwave | time = 10}} |
  transformer = {{Microwave | time = 30}} |
  result = {{Recipe Component|item=Cat Burger|image=File:Cat Burger.png|amount={{{amount|1}}}}}
  result = {{Recipe Component|item=Donk-pocket Pizza|image=File:Donk pizza.png|amount={{{amount|1}}}}}
}}
}}


{{Recipe Box |
{{Recipe Box |
  name = Spicy Rock Pizza |
  name = Roburger |
 
  component-1 = {{Recipe Component|item=bun|image=File:Bun.png|amount={{{amount|1}}}}} |
  component-1 = {{Recipe Component|item=[[Flat dough]]|image=File:Flat Dough.png|amount={{{amount|1}}}}} |
  component-2 = {{Recipe Component|item=capacitor|image=File:capacitor.png|amount={{{amount|2}}}}} |
  component-2 = {{Recipe Component|item=chili pepper|image=File:Chili.png|amount={{{amount|2}}}}} |
  transformer = {{Microwave | time = 10}} |
  component-3 = {{Recipe Component|item=tomato|image=File:Tomato.png|amount={{{amount|2}}}}} |
  result = {{Recipe Component|item=Roburger|image=File:Roburger.png|amount={{{amount|1}}}}}
  component-4 = {{Recipe Component|item=uranium|image=File:Uranium-East-18875.png|amount={{{amount|2}}}}} |
}}


transformer = {{Microwave | time = 30}} |
result = {{Recipe Component|item=Spicy Rock Pizza|image=File:Donk pizza.png|amount={{{amount|1}}}}}
}}
</div>
</div>


=== Pasta ===
=== Breads & Sandwiches ===
<div style="display: flex; flex-flow: row wrap; justify-content: center; gap: 0.5em">


<div style="display: flex; flex-flow: row wrap; justify-content: center; gap: 0.5em">
{{Recipe Box |
{{Recipe Box |
  name = Boiled Spaghetti |
  name = Dough Rope |
  component-1 = {{Chem Recipe Component|reagent=Egg|amount={{{amount|6}}}}} |
  component-1 = {{Recipe Component|item=dough slice|image=File:Dough Slice.png|amount={{{amount|1}}}}} |
component-2 = {{Chem Recipe Component|reagent=Flour|amount={{{amount|15}}}}} |
  transformer = {{Rolling Pin}} |
component-3 = {{Recipe Component|item=olive oil|image=File:Beaker.png|amount={{{amount|5}}}}} |
  result = {{Recipe Component|item=Dough Rope|image=File:Dough Rope.png|amount={{{amount|1}}}}}
component-4 =  |
  transformer = {{Microwave | time = 15}} |
  result = {{Recipe Component|item=Boiled Spaghetti|image=File:Boiled Spaghetti.png|amount={{{amount|1}}}}}
}}
}}


{{Recipe Box |
{{Recipe Box |
  name = Spaghetti |
  name = Bagel |
  component-1 = {{Recipe Component|item=boiled spaghetti|image=File:Boiled Spaghetti.png|amount={{{amount|1}}}}} |
  component-1 = {{Recipe Component|item=dough rope|image=File:Dough Rope.png|amount={{{amount|1}}}}} |
component-2 = {{Recipe Component|item=tomato|image=File:Tomato.png|amount={{{amount|2}}}}} |
  transformer = {{Microwave | time = 5}} |
  transformer = {{Microwave | time = 10}} |
  result = {{Recipe Component|item=Bagel|image=File:Bagel.png|amount={{{amount|1}}}}}
  result = {{Recipe Component|item=Spaghetti|image=File:Spaghetti.png|amount={{{amount|1}}}}}
}}
}}


{{Recipe Box |
{{Recipe Box |
  name = Spaghetti And Meatballs |
  name = Poppy Seed Bagel |
  component-1 = {{Recipe Component|item=meatball|image=File:Meatball.png|amount={{{amount|2}}}}} |
  component-1 = {{Recipe Component|item=dough rope|image=File:Dough Rope.png|amount={{{amount|1}}}}} |
  component-2 = {{Recipe Component|item=boiled spaghetti|image=File:Boiled Spaghetti.png|amount={{{amount|1}}}}} |
  component-2 = {{Recipe Component|item=poppy seeds|image=File:Poppy Seeds.png|amount={{{amount|1}}}}} |
  transformer = {{Microwave | time = 10}} |
  transformer = {{Microwave | time = 5}} |
  result = {{Recipe Component|item=Spaghetti And Meatballs|image=File:Spaghetti And Meatballs.png|amount={{{amount|1}}}}}
  result = {{Recipe Component|item=Bagel|image=File:Bagel.png|amount={{{amount|1}}}}}
}}
}}


{{Recipe Box |
{{Recipe Box |
  name = Butter Noodles |
  name = Bread |
  component-1 = {{Recipe Component|item=stick of butter|image=File:Stick Of Butter.png|amount={{{amount|1}}}}} |
  component-1 = {{Recipe Component|item=dough|image=File:Dough.png|amount={{{amount|1}}}}} |
component-2 = {{Recipe Component|item=boiled spaghetti|image=File:Boiled Spaghetti.png|amount={{{amount|1}}}}} |
  transformer = {{Microwave | time = 10}} |
  transformer = {{Microwave | time = 10}} |
  result = {{Recipe Component|item=Butter Noodles|image=File:Butter Noodles.png|amount={{{amount|1}}}}}
  result = {{Recipe Component|item=Bread|image=File:Bread.png|amount={{{amount|1}}}}}
}}
}}


{{Recipe Box |
{{Recipe Box |
  name = Chow Mein |
  name = Baguette |
  component-1 = {{Recipe Component|item=carrot|image=File:Carrot.png|amount={{{amount|1}}}}} |
  component-1 = {{Recipe Component|item=table salt|image=File:Salt Shaker.png|amount={{{amount|5u}}}}} |
  component-2 = {{Recipe Component|item=ear of corn|image=File:Ear Of Corn.png|amount={{{amount|1}}}}} |
  component-2 = {{Recipe Component|item=black pepper|image=File:Pepper Shaker.png|amount={{{amount|5u}}}}} |
  component-3 = {{Chem Recipe Component|reagent=Egg|amount={{{amount|6}}}}} |
  component-3 = {{Recipe Component|item=dough|image=File:Dough.png|amount={{{amount|1}}}}} |
component-4 = {{Recipe Component|item=eggplant|image=File:Eggplant.png|amount={{{amount|1}}}}} |
  transformer = {{Microwave | time = 15}} |
component-5 = {{Recipe Component|item=boiled spaghetti|image=File:Boiled Spaghetti.png|amount={{{amount|1}}}}} |
  result = {{Recipe Component|item=Baguette|image=File:Baguette.png|amount={{{amount|1}}}}}
  transformer = {{Microwave | time = 10}} |
  result = {{Recipe Component|item=Chow Mein|image=File:Chow Mein.png|amount={{{amount|1}}}}}
}}
}}


{{Recipe Box |
{{Recipe Box |
  name = Copypasta |
  name = Crostini |
  component-1 = {{Recipe Component|item=spaghetti|image=File:Spaghetti.png|amount={{{amount|2}}}}} |
  component-1 = {{Recipe Component|item=baguette|image=File:Baguette.png|amount={{{amount|1}}}}} |
  transformer = {{Microwave | time = 10}} |
  transformer = {{Slice}} |
  result = {{Recipe Component|item=Copypasta|image=File:Copypasta.png|amount={{{amount|1}}}}}
  result = {{Recipe Component|item=Crostini|image=File:Crostini.png|amount={{{amount|12}}}}}
|component-2={{Recipe Component|item=small plate|image=File:Small Plate.png|amount={{{amount|2}}}}}}}
}}
</div>
 
=== Rice dishes ===


<div style="display: flex; flex-flow: row wrap; justify-content: center; gap: 0.5em">
{{Recipe Box |
{{Recipe Box |
  name = Boiled Rice |
  name = Chèvre Chaud |
  component-1 = {{Chem Recipe Component|reagent=Rice|amount={{{amount|15}}}}} |
  component-1 = {{Recipe Component|item=[[crostini]]|image=File:Cotton Crostini.png|amount={{{amount|1}}}}} |
component-2 = {{Chem Recipe Component|reagent=Water|amount={{{amount|10}}}}} |
  component-2 = {{Recipe Component|item=chèvre disk|image=File:Chèvre Disk.png|amount={{{amount|1}}}}} |
  component-3 = {{Recipe Component|item=bowl|image=File:Bowl.png|amount={{{amount|1}}}}} |
  transformer = {{Microwave | time = 5}} |
  transformer = {{Microwave | time = 15}} |
  result = {{Recipe Component|item=Chèvre Chaud|image=File:Chèvre Chaud.png|amount={{{amount|1}}}}}
  result = {{Recipe Component|item=Boiled Rice|image=File:Boiled Rice.png|amount={{{amount|1}}}}}
}}
}}


{{Recipe Box |
{{Recipe Box |
  name = Rice Pudding |
  name = Cream Cheese Bread |
  component-1 = {{Chem Recipe Component|reagent=Milk|amount={{{amount|10}}}}} |
  component-1 = {{Recipe Component|item=milk|image=File:Milk Carton.png|amount={{{amount|5}}}}} |
  component-2 = {{Chem Recipe Component|reagent=Rice|amount={{{amount|15}}}}} |
  component-2 = {{Recipe Component|item=cheese wedge|image=File:Cheese Wedge.png|amount={{{amount|2}}}}} |
component-3 = {{Chem Recipe Component|reagent=Sugar|amount={{{amount|5}}}}} |
  component-3 = {{Recipe Component|item=dough|image=File:Dough.png|amount={{{amount|1}}}}} |
  component-4 = {{Recipe Component|item=bowl|image=File:Bowl.png|amount={{{amount|1}}}}} |
  transformer = {{Microwave | time = 15}} |
  transformer = {{Microwave | time = 15}} |
  result = {{Recipe Component|item=Rice Pudding|image=File:Rice Pudding.png|amount={{{amount|1}}}}}
  result = {{Recipe Component|item=Cream Cheese Bread|image=File:Cream Cheese Bread.png|amount={{{amount|1}}}}}
}}
}}


{{Recipe Box |
{{Recipe Box |
  name = Rice And Pork |
  name = Banana Bread |
  component-1 = {{Recipe Component|item=raw cutlet|image=File:Raw Cutlet.png|amount={{{amount|3}}}}} |
  component-1 = {{Recipe Component|item=banana|image=File:Banana.png|amount={{{amount|1}}}}} |
  component-2 = {{Recipe Component|item=boiled rice|image=File:Boiled Rice.png|amount={{{amount|1}}}}} |
  component-2 = {{Recipe Component|item=dough|image=File:Dough.png|amount={{{amount|1}}}}} |
  transformer = {{Microwave | time = 15}} |
  transformer = {{Microwave | time = 15}} |
  result = {{Recipe Component|item=Rice And Pork|image=File:Rice And Pork.png|amount={{{amount|1}}}}}
  result = {{Recipe Component|item=Banana Bread|image=File:Banana-nut Bread.png|amount={{{amount|1}}}}}
}}
}}


{{Recipe Box |
{{Recipe Box |
  name = Black-eyed Gumbo |
  name = Sausage Bread |
  component-1 = {{Recipe Component|item=chili|image=File:Chili.png|amount={{{amount|2}}}}} |
  component-1 = {{Recipe Component|item=raw meat|image=File:Raw Meat.png|amount={{{amount|1}}}}} |
component-2 = {{Recipe Component|item=raw cutlet|image=File:Raw Cutlet.png|amount={{{amount|3}}}}} |
  component-2 = {{Recipe Component|item=dough|image=File:Dough.png|amount={{{amount|1}}}}} |
  component-3 = {{Recipe Component|item=boiled rice|image=File:Boiled Rice.png|amount={{{amount|1}}}}} |
  transformer = {{Microwave | time = 15}} |
  transformer = {{Microwave | time = 15}} |
  result = {{Recipe Component|item=Black-eyed Gumbo|image=File:Black-eyed Gumbo.png|amount={{{amount|1}}}}}
  result = {{Recipe Component|item=Sausage Bread|image=File:Sausage-bread.png|amount={{{amount|1}}}}}
}}
}}


{{Recipe Box |
{{Recipe Box |
  name = Egg-fried Rice |
  name = Meat Bread |
  component-1 = {{Recipe Component|item=carrot|image=File:Carrot.png|amount={{{amount|1}}}}} |
  component-1 = {{Recipe Component|item=raw cutlet|image=File:Raw Cutlet.png|amount={{{amount|2}}}}} |
  component-2 = {{Chem Recipe Component|reagent=Egg|amount={{{amount|6}}}}} |
  component-2 = {{Recipe Component|item=cheese wedge|image=File:Cheese Wedge.png|amount={{{amount|2}}}}} |
  component-3 = {{Recipe Component|item=boiled rice|image=File:Boiled Rice.png|amount={{{amount|1}}}}} |
  component-3 = {{Recipe Component|item=dough|image=File:Dough.png|amount={{{amount|1}}}}} |
  transformer = {{Microwave | time = 15}} |
  transformer = {{Microwave | time = 15}} |
  result = {{Recipe Component|item=Egg-fried Rice|image=File:Egg-fried Rice.png|amount={{{amount|1}}}}}
  result = {{Recipe Component|item=Meat Bread|image=File:Meat-bread.png|amount={{{amount|1}}}}}
}}
}}
</div>


=== Soups ===
{{Recipe Box |
 
name = Spider Meat Bread |
<div style="display: flex; flex-flow: row wrap; justify-content: center; gap: 0.5em">
component-1 = {{Recipe Component|item=raw spider cutlet|image=File:Spidercutlet.png|amount={{{amount|2}}}}} |
component-2 = {{Recipe Component|item=cheese wedge|image=File:Cheese Wedge.png|amount={{{amount|2}}}}} |
component-3 = {{Recipe Component|item=dough|image=File:Dough.png|amount={{{amount|1}}}}} |
transformer = {{Microwave | time = 15}} |
result = {{Recipe Component|item=Spider Meat Bread|image=File:Spidermeat-bread.png|amount={{{amount|1}}}}}
}}


{{Recipe Box |
{{Recipe Box |
  name = French Onion Soup |
  name = Xeno Meat Bread |
  component-1 = {{Chem Recipe Component|reagent=Water|amount={{{amount|10}}}}} |
  component-1 = {{Recipe Component|item=raw xeno cutlet|image=File:Xenocutlet.png|amount={{{amount|2}}}}} |
component-2 = {{Recipe Component|item=bowl|image=File:Bowl.png|amount={{{amount|1}}}}} |
  component-2 = {{Recipe Component|item=cheese wedge|image=File:Cheese Wedge.png|amount={{{amount|2}}}}} |
  component-3 = {{Recipe Component|item=onion slice|image=File:Onion slice.png|amount={{{amount|5}}}}} |
  component-3 = {{Recipe Component|item=dough|image=File:Dough.png|amount={{{amount|1}}}}} |
  component-4 = {{Recipe Component|item=cheese wedge|image=File:Cheese Wedge.png|amount={{{amount|1}}}}} |
  transformer = {{Microwave | time = 15}} |
  transformer = {{Microwave | time = 10}} |
  result = {{Recipe Component|item=Xeno Meat Bread|image=File:Xenomeat-bread.png|amount={{{amount|1}}}}}
  result = {{Recipe Component|item=French Onion Soup|image=File:Onion Soup.png|amount={{{amount|1}}}}}
}}
}}


{{Recipe Box |
{{Recipe Box |
  name = Mushroom Soup |
  name = Cornbread |
  component-1 = {{Chem Recipe Component|reagent=Water|amount={{{amount|5}}}}} |
  component-1 = {{Recipe Component|item=cornmeal dough|image=File:Cornmealdough.png|amount={{{amount|1}}}}} |
component-2 = {{Chem Recipe Component|reagent=Milk|amount={{{amount|5}}}}} |
component-3 = {{Recipe Component|item=bowl|image=File:Bowl.png|amount={{{amount|1}}}}} |
component-4 = {{Recipe Component|item=chanterelle cluster|image=File:Chanterelle_Cluster.png|amount={{{amount|2}}}}} |
  transformer = {{Microwave | time = 10}} |
  transformer = {{Microwave | time = 10}} |
  result = {{Recipe Component|item=Mushroom Soup|image=File:Mushroom Soup.png|amount={{{amount|1}}}}}
  result = {{Recipe Component|item=Cornbread|image=File:Cornbread.png|amount={{{amount|1}}}}}
}}
}}


{{Recipe Box |
{{Recipe Box |
  name = Nettle Soup |
  name = Tofu Bread |
  component-1 = {{Chem Recipe Component|reagent=Egg|amount={{{amount|6}}}}} |
  component-1 = {{Recipe Component|item=Tofu|image=File:Tofu.png|amount={{{amount|1}}}}} |
component-2 = {{Chem Recipe Component|reagent=Water|amount={{{amount|10}}}}} |
  component-2 = {{Recipe Component|item=dough|image=File:Dough.png|amount={{{amount|1}}}}} |
component-3 = {{Recipe Component|item=bowl|image=File:Bowl.png|amount={{{amount|1}}}}} |
  transformer = {{Microwave | time = 15}} |
  component-4 = {{Recipe Component|item=potato|image=File:Potato.png|amount={{{amount|1}}}}} |
  result = {{Recipe Component|item=Tofu Bread|image=File:Tofu Bread.png|amount={{{amount|1}}}}}
component-5 = {{Recipe Component|item=nettle|image=File:Nettle.png|amount={{{amount|1}}}}} |
  transformer = {{Microwave | time = 10}} |
  result = {{Recipe Component|item=Nettle Soup|image=File:Nettle soup.png|amount={{{amount|1}}}}}
}}
}}


{{Recipe Box |
{{Recipe Box |
  name = Tomato Soup|
  name = Mimana Bread |
  component-1 = {{Chem Recipe Component|reagent=Water|amount={{{amount|10}}}}} |
  component-1 = {{Recipe Component|item=mimana|image=File:mimanaproduce.png|amount={{{amount|1}}}}} |
  component-2 = {{Recipe Component|item=bowl|image=File:Bowl.png|amount={{{amount|1}}}}} |
  component-2 = {{Recipe Component|item=nothing|image=File:Bottle Of Nothing.png|amount={{{amount|5u}}}}} |
  component-3 = {{Recipe Component|item=tomato|image=File:Tomato.png|amount={{{amount|2}}}}} |
  component-3 = {{Recipe Component|item=dough|image=File:Dough.png|amount={{{amount|1}}}}} |
  transformer = {{Microwave | time = 10}} |
  transformer = {{Microwave | time = 15}} |
  result = {{Recipe Component|item=Tomato Soup|image=File:Tomato Soup.png|amount={{{amount|1}}}}}
  result = {{Recipe Component|item=Mimana Bread|image=File:Mimanabread.png|amount={{{amount|1}}}}}
}}
}}


{{Recipe Box |
{{Recipe Box |
  name = Blood Tomato Soup|
  name = Raw Croissant |
  component-1 = {{Chem Recipe Component|reagent=Blood|amount={{{amount|10}}}}} |
  component-1 = {{Recipe Component|item=flat dough|image=File:Flat Dough.png|amount={{{amount|1}}}}} |
component-2 = {{Recipe Component|item=bowl|image=File:Bowl.png|amount={{{amount|1}}}}} |
  transformer = {{Slice}} |
component-3 = {{Recipe Component|item=tomato|image=File:Tomato.png|amount={{{amount|2}}}}} |
  result = {{Recipe Component|item=Raw Croissant|image=File:Raw Croissant.png|amount={{{amount|3}}}}}
  transformer = {{Microwave | time = 10}} |
  result = {{Recipe Component|item=Tomato Soup|image=File:Tomato Soup.png|amount={{{amount|1}}}}}
}}
}}


{{Recipe Box |
{{Recipe Box |
  name = Vegetable Soup|
  name = Croissant |
  component-1 = {{Chem Recipe Component|reagent=Water|amount={{{amount|5}}}}} |
  component-1 = {{Recipe Component|item=raw croissant|image=File:Raw Croissant.png|amount={{{amount|1}}}}} |
component-2 = {{Recipe Component|item=bowl|image=File:Bowl.png|amount={{{amount|1}}}}} |
  component-2 = {{Recipe Component|item=butter slice|image=File:Butter Slice.png|amount={{{amount|1}}}}} |
  component-3 = {{Recipe Component|item=corn|image=File:Corn.png|amount={{{amount|1}}}}} |
  transformer = {{Microwave | time = 5}} |
component-4 = {{Recipe Component|item=carrot|image=File:Carrot.png|amount={{{amount|1}}}}} |
  result = {{Recipe Component|item=Croissant|image=File:Croissant.png|amount={{{amount|1}}}}}
component-5 = {{Recipe Component|item=potato|image=File:Potato.png|amount={{{amount|1}}}}} |
component-6 = {{Recipe Component|item=eggplant|image=File:Eggplant.png|amount={{{amount|1}}}}} |
  transformer = {{Microwave | time = 10}} |
  result = {{Recipe Component|item=Vegetable Soup|image=File:Vegetable Soup.png|amount={{{amount|1}}}}}
}}
}}


{{Recipe Box |
{{Recipe Box |
  name = Pea Soup |
  name = Buttered Toast|
component-1 = {{Chem Recipe Component|reagent=Water|amount={{{amount|10}}}}} |
component-1 = {{Recipe Component|item=bread slice|image=File:Bread slice.png|amount={{{amount|1}}}}} |
component-2 = {{Recipe Component|item=bowl|image=File:Bowl.png|amount={{{amount|1}}}}} |
  component-2 = {{Recipe Component|item=butter slice|image=File:Butter Slice.png|amount={{{amount|1}}}}} |
  component-3 = {{Recipe Component|item=pea pod|image=File:Peapod.png|amount={{{amount|2}}}}} |
  transformer = {{Microwave | time = 5}} |
  transformer = {{Microwave | time = 10}} |
  result = {{Recipe Component|item=Buttered Toast|image=File:Buttered-toast.png|amount={{{amount|1}}}}}
  result = {{Recipe Component|item=Pea Soup|image=File:Wing Fang Chu Soup.png|amount={{{amount|1}}}}}
}}
}}


{{Recipe Box |
{{Recipe Box |
  name = Bisque |
  name = French Toast|
  component-1 = {{Chem Recipe Component|reagent=Water|amount={{{amount|10}}}}} |
  component-1 = {{Recipe Component|item=bread slice|image=File:Bread slice.png|amount={{{amount|1}}}}} |
component-2 = {{Recipe Component|item=bowl|image=File:Bowl.png|amount={{{amount|1}}}}} |
  component-2 = {{Recipe Component|item=milk|image=File:Milk Carton.png|amount={{{amount|5u}}}}} |
  component-3 = {{Recipe Component|item=raw carp fillet|image=File:Raw Carp Fillet.png|amount={{{amount|1}}}}} |
  component-3 = {{Recipe Component|item=egg|image=File:Egg Liquid.png|amount={{{amount|12u}}}}} |
  component-4 = {{Recipe Component|item=chanterelle cluster|image=File:Chanterelle Cluster.png|amount={{{amount|1}}}}} |
  transformer = {{Microwave | time = 5}} |
component-5 = {{Recipe Component|item=tomato|image=File:Tomato.png|amount={{{amount|1}}}}} |
  result = {{Recipe Component|item=French Toast|image=File:French-toast.png|amount={{{amount|1}}}}}
  transformer = {{Microwave | time = 10}} |
}}
  result = {{Recipe Component|item=Bisque|image=File:Bisque.png|amount={{{amount|1}}}}}
}}


{{Recipe Box |
{{Recipe Box |
  name = Meatball Soup |
  name = Garlic Bread|
  component-1 = {{Chem Recipe Component|reagent=Water|amount={{{amount|10}}}}} |
  component-1 = {{Recipe Component|item=bread slice|image=File:Bread slice.png|amount={{{amount|1}}}}} |
component-2 = {{Recipe Component|item=bowl|image=File:Bowl.png|amount={{{amount|1}}}}} |
  component-2 = {{Recipe Component|item=butter slice|image=File:Butter Slice.png|amount={{{amount|1}}}}} |
  component-3 = {{Recipe Component|item=carrot|image=File:Carrot.png|amount={{{amount|1}}}}} |
  component-3 = {{Recipe Component|item=garlic|image=File:Garlic.png|amount={{{amount|1}}}}} |
  component-4 = {{Recipe Component|item=meatball|image=File:Meatball.png|amount={{{amount|1}}}}} |
  transformer = {{Microwave | time = 5}} |
component-5 = {{Recipe Component|item=potato|image=File:Potato.png|amount={{{amount|1}}}}} |
  result = {{Recipe Component|item=Garlic Bread|image=File:Garlic-slice.png|amount={{{amount|1}}}}}
  transformer = {{Microwave | time = 10}} |
  result = {{Recipe Component|item=Meatball Soup|image=File:Meatball soup.png|amount={{{amount|1}}}}}
}}
}}


{{Recipe Box |
{{Recipe Box |
  name = Wing Fang Chu Soup (Xeno) |
  name = Jelly Toast|
  component-1 = {{Recipe Component|item=soy sauce|image=File:Beaker.png|amount={{{amount|1}}}}} |
  component-1 = {{Recipe Component|item=bread slice|image=File:Bread slice.png|amount={{{amount|1}}}}} |
  component-2 = {{Recipe Component|item=bowl|image=File:Bowl.png|amount={{{amount|1}}}}} |
  component-2 = {{Recipe Component|item=amanita jelly|image=File:amanita_jelly.png|amount={{{amount|1}}}}} |
component-3 = {{Recipe Component|item=raw xeno cutlet|image=File:Xenocutlet.png|amount={{{amount|2}}}}} |
  transformer = {{Microwave | time = 5}} |
  transformer = {{Microwave | time = 10}} |
  result = {{Recipe Component|item=Jelly Toast|image=File:Jelly-toast.png|amount={{{amount|1}}}}}
  result = {{Recipe Component|item=Wing Fang Chu Soup|image=File:Wing Fang Chu Soup.png|amount={{{amount|1}}}}}
}}
}}


{{Recipe Box |
{{Recipe Box |
  name = Wing Fang Chu Soup (Spider) |
  name = Two Slice|
  component-1 = {{Recipe Component|item=soy sauce|image=File:Beaker.png|amount={{{amount|1}}}}} |
  component-1 = {{Recipe Component|item=bread slice|image=File:Bread slice.png|amount={{{amount|2}}}}} |
  component-2 = {{Recipe Component|item=bowl|image=File:Bowl.png|amount={{{amount|1}}}}} |
  component-2 = {{Recipe Component|item=wine|image=File:Wine Bottle.png|amount={{{amount|5u}}}}} |
component-3 = {{Recipe Component|item=raw spider meat|image=File:Raw Meat.png|amount={{{amount|2}}}}} |
  transformer = {{Microwave | time = 5}} |
  transformer = {{Microwave | time = 10}} |
  result = {{Recipe Component|item=Two Slice|image=File:Two-slice.png|amount={{{amount|1}}}}}
  result = {{Recipe Component|item=Wing Fang Chu Soup|image=File:Wing Fang Chu Soup.png|amount={{{amount|1}}}}}
}}
}}


{{Recipe Box |
{{Recipe Box |
  name = Stew |
  name = Moldy Bread Slice |
  component-1 = {{Chem Recipe Component|reagent=Water|amount={{{amount|10}}}}} |
  component-1 = {{Recipe Component|item=bread slice|image=File:Bread slice.png|amount={{{amount|1}}}}} |
component-2 = {{Recipe Component|item=bowl|image=File:Bowl.png|amount={{{amount|1}}}}} |
  component-2 = {{Recipe Component|item=fly amanita|image=File:Fly amanita.png|amount={{{amount|1}}}}} |
  component-3 = {{Recipe Component|item=raw cutlet|image=File:Raw Cutlet.png|amount={{{amount|3}}}}} |
  transformer = {{Microwave | time = 5}} |
component-4 = {{Recipe Component|item=tomato|image=File:Tomato.png|amount={{{amount|1}}}}} |
  result = {{Recipe Component|item=Moldy Bread Slice|image=File:Moldy slice.png|amount={{{amount|1}}}}}
component-5 = {{Recipe Component|item=potato|image=File:Potato.png|amount={{{amount|1}}}}} |
component-6 = {{Recipe Component|item=carrot|image=File:Carrot.png|amount={{{amount|1}}}}} |
component-7 = {{Recipe Component|item=eggplant|image=File:Eggplant.png|amount={{{amount|1}}}}} |
component-8 = {{Recipe Component|item=chanterelle cluster|image=File:Chanterelle_Cluster.png|amount={{{amount|1}}}}} |
  transformer = {{Microwave | time = 10}} |
  result = {{Recipe Component|item=Stew|image=File:Stew.png|amount={{{amount|1}}}}}
}}
}}


{{Recipe Box |
{{Recipe Box |
  name = Salty Sweet Miso Cola Soup |
  name = Grilled Cheese Sandwich|
  component-1 = {{Chem Recipe Component|reagent=Cola|amount={{{amount|5}}}}} |
  component-1 = {{Recipe Component|item=bread slice|image=File:Bread slice.png|amount={{{amount|2}}}}} |
  component-2 = {{Recipe Component|item=miso soup|image=File:Miso soup.png|amount={{{amount|1}}}}} |
  component-2 = {{Recipe Component|item=cheese wedge|image=File:Cheese Wedge.png|amount={{{amount|1}}}}} |
  transformer = {{Microwave | time = 15}} |
component-3 = {{Recipe Component|item=butter slice|image=File:Butter Slice.png|amount={{{amount|1}}}}} |
  result = {{Recipe Component|item=Salty Sweet Miso Cola Soup|image=File:Salty Sweet Miso Cola Soup.png|amount={{{amount|1}}}}}
  transformer = {{Microwave | time = 10}} |
  result = {{Recipe Component|item=Grilled Cheese Sandwich|image=File:Buttered-toast.png|amount={{{amount|1}}}}}
}}
}}
</div>


=== Pizzas ===
<div style="display: flex; flex-flow: row wrap; justify-content: center; gap: 0.5em">
{{Recipe Box |
{{Recipe Box |
  name = Clown's Tears |
  name = Margherita Pizza |
  component-1 = {{Chem Recipe Component|reagent=Water|amount={{{amount|10}}}}} |
  component-1 = {{Recipe Component|item=cheese wedge|image=File:Cheese Wedge.png|amount={{{amount|1}}}}} |
component-2 = {{Recipe Component|item=bowl|image=File:Bowl.png|amount={{{amount|1}}}}} |
  component-2 = {{Recipe Component|item=[[Flat dough]]|image=File:Flat Dough.png|amount={{{amount|1}}}}} |
  component-3 = {{Recipe Component|item=banana|image=File:Banana.png|amount={{{amount|1}}}}} |
  component-3 = {{Recipe Component|item=tomato|image=File:Tomato.png|amount={{{amount|4}}}}} |
  component-4 = {{Recipe Component|item=glass shard|image=File:Glass Shard.png|amount={{{amount|1}}}}} |
  transformer = {{Microwave | time = 30}} |
  transformer = {{Microwave | time = 10}} |
  result = {{Recipe Component|item=Margherita Pizza|image=File:Margherita Pizza.png|amount={{{amount|1}}}}}
  result = {{Recipe Component|item=Clown's Tears|image=File:Clown's_Tears.png|amount={{{amount|1}}}}}
}}
}}


{{Recipe Box |
{{Recipe Box |
  name = Clown's Tears (Alt) |
  name = Mushroom Pizza |
  component-1 = {{Recipe Component|item=bowl|image=File:Bowl.png|amount={{{amount|1}}}}} |
  component-1 = {{Recipe Component|item=[[Flat dough]]|image=File:Flat Dough.png|amount={{{amount|1}}}}} |
  component-2 = {{Recipe Component|item=onion slice|image=File:Onion Slice.png|amount={{{amount|1}}}}} |
  component-2 = {{Recipe Component|item=chanterelle cluster|image=File:Chanterelle Cluster.png|amount={{{amount|5}}}}} |
component-3 = {{Recipe Component|item=tomato|image=File:Tomato.png|amount={{{amount|1}}}}} |
  transformer = {{Microwave | time = 30}} |
component-4 = {{Recipe Component|item=bike horn|image=File:BikeHorn.png|amount={{{amount|1}}}}} |
  result = {{Recipe Component|item=Mushroom Pizza|image=File:Mushroom Pizza.png|amount={{{amount|1}}}}}
  transformer = {{Microwave | time = 10}} |
  result = {{Recipe Component|item=Clown's Tears|image=File:Clown's_Tears.png|amount={{{amount|1}}}}}
}}
}}


{{Recipe Box |
{{Recipe Box |
  name = Eyeball Soup |
  name = Meat Pizza |
  component-1 = {{Chem Recipe Component|reagent=Water|amount={{{amount|10}}}}} |
  component-1 = {{Recipe Component|item=cheese wedge|image=File:Cheese Wedge.png|amount={{{amount|1}}}}} |
component-2 = {{Recipe Component|item=bowl|image=File:Bowl.png|amount={{{amount|1}}}}} |
  component-2 = {{Recipe Component|item=[[Flat dough]]|image=File:Flat Dough.png|amount={{{amount|1}}}}} |
  component-3 = {{Recipe Component|item=carrot|image=File:Carrot.png|amount={{{amount|1}}}}} |
  component-3 = {{Recipe Component|item=raw meat|image=File:Raw Meat.png|amount={{{amount|3}}}}} |
  component-4 = {{Recipe Component|item=potato|image=File:Potato.png|amount={{{amount|1}}}}} |
  component-4 = {{Recipe Component|item=tomato|image=File:Tomato.png|amount={{{amount|1}}}}} |
  component-5 = {{Recipe Component|item=eyes|image=File:OrganHumanEyes.png|amount={{{amount|1}}}}} |
  transformer = {{Microwave | time = 30}} |
  transformer = {{Microwave | time = 10}} |
  result = {{Recipe Component|item=Meat Pizza|image=File:Meat Pizza.png|amount={{{amount|1}}}}}
  result = {{Recipe Component|item=Eyeball Soup|image=File:Eyeball Soup.png|amount={{{amount|1}}}}}
}}
}}


{{Recipe Box |
{{Recipe Box |
  name = Monkey's Delight |
  name = Vegetable Pizza |
  component-1 = {{Chem Recipe Component|reagent=Flour|amount={{{amount|5}}}}} |
  component-1 = {{Recipe Component|item=carrot|image=File:Carrot.png|amount={{{amount|1}}}}} |
component-2 = {{Chem Recipe Component|reagent=TableSalt|amount={{{amount|1}}}}} |
  component-2 = {{Recipe Component|item=ear of corn|image=File:Ear Of Corn.png|amount={{{amount|1}}}}} |
  component-3 = {{Recipe Component|item=black pepper|image=File:Beaker.png|amount={{{amount|1}}}}} |
  component-3 = {{Recipe Component|item=[[Flat dough]]|image=File:Flat Dough.png|amount={{{amount|1}}}}} |
  component-4 = {{Recipe Component|item=bowl|image=File:Bowl.png|amount={{{amount|1}}}}} |
  component-4 = {{Recipe Component|item=eggplant|image=File:Eggplant.png|amount={{{amount|1}}}}} |
  component-5 = {{Recipe Component|item=banana|image=File:Banana.png|amount={{{amount|1}}}}} |
  component-5 = {{Recipe Component|item=tomato|image=File:Tomato.png|amount={{{amount|1}}}}} |
  component-6 = {{Recipe Component|item=monkey cube|image=File:Monkey Cube.png|amount={{{amount|1}}}}} |
  transformer = {{Microwave | time = 30}} |
  transformer = {{Microwave | time = 10}} |
  result = {{Recipe Component|item=Vegetable Pizza|image=File:Vegetable Pizza.png|amount={{{amount|1}}}}}
  result = {{Recipe Component|item=Monkey's Delight|image=File:Monkey's_Delight.png|amount={{{amount|1}}}}}
}}
}}


{{Recipe Box |
{{Recipe Box |
  name = Escargot |
  name = Hawaiian Pizza |
  component-1 = {{Recipe Component|item=bowl|image=File:Bowl.png|amount={{{amount|1}}}}} |
  component-1 = {{Recipe Component|item=[[Flat dough]]|image=File:Flat Dough.png|amount={{{amount|1}}}}} |
  component-2 = {{Recipe Component|item=water|image=File:Beaker.png|amount={{{amount|5u}}}}} |
  component-2 = {{Recipe Component|item=raw chicken cutlet|image=File:Raw Cutlet.png|amount={{{amount|3}}}}} |
  component-3 = {{Recipe Component|item=boiled snail|image=File:Boiled Snail.png|amount={{{amount|1}}}}} |
  component-3 = {{Recipe Component|item=pineapple slice|image=File:Pineapple Slice.png|amount={{{amount|5}}}}} |
component-4 = {{Recipe Component|item=stick of butter|image=File:Stick Of Butter.png|amount={{{amount|1}}}}} |
  transformer = {{Microwave | time = 30}} |
component-5 = {{Recipe Component|item=onion slice|image=File:Onion Slice.png|amount={{{amount|1}}}}} |
  result = {{Recipe Component|item=Hawaiian Pizza|image=File:Hawaiian Pizza.png|amount={{{amount|1}}}}}
  transformer = {{Microwave | time = 10}} |
  result = {{Recipe Component|item=Escargot|image=File:Escargot.png|amount={{{amount|1}}}}}
}}
}}


{{Recipe Box |
{{Recipe Box |
  name = Oatmeal |
  name = Dank Pizza |
  component-1 = {{Chem Recipe Component|reagent=Oats|amount={{{amount|15}}}}} |
  component-1 = {{Recipe Component|item=cannabis leaves|image=File:Cannabis-produce.png|amount={{{amount|2}}}}} |
  component-2 = {{Chem Recipe Component|reagent=Water|amount={{{amount|10}}}}} |
  component-2 = {{Recipe Component|item=cheese wedge|image=File:Cheese Wedge.png|amount={{{amount|1}}}}} |
  component-3 = {{Recipe Component|item=bowl|image=File:Bowl.png|amount={{{amount|1}}}}} |
  component-3 = {{Recipe Component|item=[[Flat dough]]|image=File:Flat Dough.png|amount={{{amount|1}}}}} |
  transformer = {{Microwave | time = 15}} |
component-4 = {{Recipe Component|item=tomato|image=File:Tomato.png|amount={{{amount|1}}}}} |
  result = {{Recipe Component|item=Oatmeal|image=File:Oatmeal.png|amount={{{amount|1}}}}}
  transformer = {{Microwave | time = 30}} |
  result = {{Recipe Component|item=Dank Pizza|image=File:Dank pizza.png|amount={{{amount|1}}}}}
}}
}}


</div>
=== Potato dishes and fries ===
<div style="display: flex; flex-flow: row wrap; justify-content: center; gap: 0.5em">
{{Recipe Box |
{{Recipe Box |
  name = Loaded Baked Potato |
  name = Donk-pocket Pizza |
  component-1 = {{Recipe Component|item=cheese wedge|image=File:Cheese Wedge.png|amount={{{amount|1}}}}} |
  component-1 = {{Recipe Component|item=cheese wedge|image=File:Cheese Wedge.png|amount={{{amount|1}}}}} |
  component-2 = {{Recipe Component|item=potato|image=File:Potato.png|amount={{{amount|1}}}}} |
  component-2 = {{Recipe Component|item=warm donk-pocket|image=File:Warm Donk-pocket.png|amount={{{amount|3}}}}} |
  transformer = {{Microwave | time = 15}} |
component-3 = {{Recipe Component|item=[[Flat dough]]|image=File:Flat Dough.png|amount={{{amount|1}}}}} |
  result = {{Recipe Component|item=Loaded Baked Potato|image=File:Loaded Baked Potato.png|amount={{{amount|1}}}}}
component-4 = {{Recipe Component|item=tomato|image=File:Tomato.png|amount={{{amount|1}}}}} |
  transformer = {{Microwave | time = 30}} |
  result = {{Recipe Component|item=Donk-pocket Pizza|image=File:Donk pizza.png|amount={{{amount|1}}}}}
}}
}}


{{Recipe Box |
{{Recipe Box |
  name = Space Fries |
  name = Spicy Rock Pizza |
  component-1 = {{Chem Recipe Component|reagent=TableSalt|amount={{{amount|5}}}}} |
 
  component-2 = {{Recipe Component|item=potato|image=File:Potato.png|amount={{{amount|1}}}}} |
  component-1 = {{Recipe Component|item=[[Flat dough]]|image=File:Flat Dough.png|amount={{{amount|1}}}}} |
  transformer = {{Microwave | time = 15}} |
  component-2 = {{Recipe Component|item=chili pepper|image=File:Chili.png|amount={{{amount|2}}}}} |
  result = {{Recipe Component|item=Space Fries|image=File:Space Fries.png|amount={{{amount|1}}}}}
component-3 = {{Recipe Component|item=tomato|image=File:Tomato.png|amount={{{amount|2}}}}} |
component-4 = {{Recipe Component|item=uranium|image=File:Uranium-East-18875.png|amount={{{amount|2}}}}} |
 
  transformer = {{Microwave | time = 30}} |
  result = {{Recipe Component|item=Spicy Rock Pizza|image=File:Spicy Rock Pizza.png|amount={{{amount|1}}}}}
}}
}}


{{Recipe Box |
{{Recipe Box |
  name = Cheesy Fries |
  name = World Peazza |
  component-1 = {{Chem Recipe Component|reagent=TableSalt|amount={{{amount|5}}}}} |
 
component-2 = {{Recipe Component|item=cheese wedge|image=File:Cheese Wedge.png|amount={{{amount|1}}}}} |
  component-1 = {{Recipe Component|item=[[Flat dough]]|image=File:Flat Dough.png|amount={{{amount|1}}}}} |
  component-3 = {{Recipe Component|item=potato|image=File:Potato.png|amount={{{amount|1}}}}} |
  component-2 = {{Recipe Component|item=cluster of world peas|image=File:WorldPeas.png|amount={{{amount|2}}}}} |
  transformer = {{Microwave | time = 15}} |
 
  result = {{Recipe Component|item=Cheesy Fries|image=File:Cheesy Fries.png|amount={{{amount|1}}}}}
  transformer = {{Microwave | time = 30}} |
  result = {{Recipe Component|item=World Peazza|image=File:World Peazza.png|amount={{{amount|1}}}}}
}}
}}


</div>
=== Pasta ===
<div style="display: flex; flex-flow: row wrap; justify-content: center; gap: 0.5em">
{{Recipe Box |
{{Recipe Box |
  name = Carrot Fries |
  name = Boiled Spaghetti |
  component-1 = {{Chem Recipe Component|reagent=TableSalt|amount={{{amount|5}}}}} |
  component-1 = {{Recipe Component|item=raw egg|image=File:Egg Liquid.png|amount={{{amount|6u}}}}} |
  component-2 = {{Recipe Component|item=carrot|image=File:Carrot.png|amount={{{amount|1}}}}} |
  component-2 = {{Recipe Component|item=flour|image=File:Flour Bag.png|amount={{{amount|5u}}}}} |
component-3 = {{Recipe Component|item=olive oil|image=File:Olive Oil.png|amount={{{amount|5u}}}}} |
component-4 =  |
  transformer = {{Microwave | time = 15}} |
  transformer = {{Microwave | time = 15}} |
  result = {{Recipe Component|item=Carrot Fries|image=File:Carrot Fries.png|amount={{{amount|1}}}}}
  result = {{Recipe Component|item=Boiled Spaghetti|image=File:Boiled Spaghetti.png|amount={{{amount|1}}}}}
}}
}}


{{Recipe Box |
{{Recipe Box |
  name = Onion Rings |
  name = Spaghetti |
  component-1 = {{Recipe Component|item=onion slice|image=File:onion slice.png|amount={{{amount|1}}}}} |
  component-1 = {{Recipe Component|item=boiled spaghetti|image=File:Boiled Spaghetti.png|amount={{{amount|1}}}}} |
  transformer = {{Microwave | time = 15}} |
component-2 = {{Recipe Component|item=tomato|image=File:Tomato.png|amount={{{amount|2}}}}} |
  result = {{Recipe Component|item=Onion Rings|image=File:Onionrings.png|amount={{{amount|1}}}}}
  transformer = {{Microwave | time = 10}} |
  result = {{Recipe Component|item=Spaghetti|image=File:Spaghetti.png|amount={{{amount|1}}}}}
}}
}}
</div>


=== Skewers ===
{{Recipe Box |
 
  name = Spaghetti And Meatballs |
* For custom skewers, see [[Skewer]]
  component-1 = {{Recipe Component|item=meatball|image=File:Meatball.png|amount={{{amount|2}}}}} |
<div style="display: flex; flex-flow: row wrap; justify-content: center; gap: 0.5em">{{Recipe Box |
  component-2 = {{Recipe Component|item=boiled spaghetti|image=File:Boiled Spaghetti.png|amount={{{amount|1}}}}} |
  name = BBQ Ribs |
  transformer = {{Microwave | time = 10}} |
  component-1 = {{Recipe Component|item=BBQ Sauce|image=File:Beaker.png|amount={{{amount|5}}}}} |
  result = {{Recipe Component|item=Spaghetti And Meatballs|image=File:Spaghetti And Meatballs.png|amount={{{amount|1}}}}}
  component-2 = {{Recipe Component|item=raw meat|image=File:Raw Meat.png|amount={{{amount|2}}}}} |
component-3 = {{Recipe Component|item=skewer|image=File:Skewer.png|amount={{{amount|1}}}}} |
  transformer = {{Microwave | time = 15}} |
  result = {{Recipe Component|item=BBQ Ribs|image=File:Ribs.png|amount={{{amount|1}}}}}
}}
}}
</div>


=== Chilis ===
<div style="display: flex; flex-flow: row wrap; justify-content: center; gap: 0.5em">
{{Recipe Box |
{{Recipe Box |
  name = Bowl Of Hot Chili |
  name = Butter Noodles |
  component-1 = {{Recipe Component|item=bowl|image=File:Bowl.png|amount={{{amount|1}}}}} |
  component-1 = {{Recipe Component|item=stick of butter|image=File:Stick Of Butter.png|amount={{{amount|1}}}}} |
  component-2 = {{Recipe Component|item=chili|image=File:Chili.png|amount={{{amount|1}}}}} |
  component-2 = {{Recipe Component|item=boiled spaghetti|image=File:Boiled Spaghetti.png|amount={{{amount|1}}}}} |
component-3 = {{Recipe Component|item=raw cutlet|image=File:Raw Cutlet.png|amount={{{amount|1}}}}} |
  transformer = {{Microwave | time = 10}} |
component-4 = {{Recipe Component|item=onion slice|image=File:Onion Slice.png|amount={{{amount|1}}}}} |
  result = {{Recipe Component|item=Butter Noodles|image=File:Butter Noodles.png|amount={{{amount|1}}}}}
component-5 = {{Recipe Component|item=tomato|image=File:Tomato.png|amount={{{amount|1}}}}} |
  transformer = {{Microwave | time = 20}} |
  result = {{Recipe Component|item=Bowl Of Hot Chili|image=File:Bowl Of Hot Chili.png|amount={{{amount|1}}}}}
}}
}}


{{Recipe Box |
{{Recipe Box |
  name = Cold Chili |
  name = Chow Mein |
  component-1 = {{Chem Recipe Component|reagent=Nitrogen|amount={{{amount|5}}}}} |
  component-1 = {{Recipe Component|item=carrot|image=File:Carrot.png|amount={{{amount|1}}}}} |
  component-2 = {{Recipe Component|item=bowl of hot chili|image=File:Bowl Of Hot Chili.png|amount={{{amount|1}}}}} |
  component-2 = {{Recipe Component|item=ear of corn|image=File:Ear Of Corn.png|amount={{{amount|1}}}}} |
  transformer = {{Microwave | time = 5}} |
component-3 = {{Recipe Component|item=raw egg|image=File:Egg Liquid.png|amount={{{amount|6u}}}}} |
  result = {{Recipe Component|item=Cold Chili|image=File:Cold Chili.png|amount={{{amount|1}}}}}
component-4 = {{Recipe Component|item=eggplant|image=File:Eggplant.png|amount={{{amount|1}}}}} |
component-5 = {{Recipe Component|item=boiled spaghetti|image=File:Boiled Spaghetti.png|amount={{{amount|1}}}}} |
  transformer = {{Microwave | time = 10}} |
  result = {{Recipe Component|item=Chow Mein|image=File:Chow Mein.png|amount={{{amount|1}}}}}
}}
}}


{{Recipe Box |
{{Recipe Box |
  name = Chili Con Carnival |
  name = Copypasta |
  component-1 = {{Recipe Component|item=clown shoes|image=File:Clown shoes.png|amount={{{amount|1}}}}} |
  component-1 = {{Recipe Component|item=spaghetti|image=File:Spaghetti.png|amount={{{amount|2}}}}} |
  component-2 = {{Recipe Component|item=bowl|image=File:Bowl.png|amount={{{amount|1}}}}} |
  transformer = {{Microwave | time = 10}} |
  component-3 = {{Recipe Component|item=chili|image=File:Chili.png|amount={{{amount|1}}}}} |
  result = {{Recipe Component|item=Copypasta|image=File:Copypasta.png|amount={{{amount|1}}}}}
component-4 = {{Recipe Component|item=raw cutlet|image=File:Raw Cutlet.png|amount={{{amount|1}}}}} |
|component-2={{Recipe Component|item=small plate|image=File:Small Plate.png|amount={{{amount|2}}}}}}}
component-5 = {{Recipe Component|item=onion slice|image=File:Onion Slice.png|amount={{{amount|1}}}}} |
</div>
component-6 = {{Recipe Component|item=tomato|image=File:Tomato.png|amount={{{amount|1}}}}} |
 
transformer = {{Microwave | time = 30}} |
=== Rice dishes ===
result = {{Recipe Component|item=Chili Con Carnival|image=File:Chili con carnival.png|amount={{{amount|1}}}}}
}}


<div style="display: flex; flex-flow: row wrap; justify-content: center; gap: 0.5em">
{{Recipe Box |
{{Recipe Box |
  name = Queso |
  name = Boiled Rice |
  component-1 = {{Recipe Component|item=cheese wedge|image=File:Cheese Wedge.png|amount={{{amount|2}}}}} |
  component-1 = {{Recipe Component|item=rice|image=File:Rice Bag.png|amount={{{amount|15u}}}}} |
  component-2 = {{Recipe Component|item=chili|image=File:Chili.png|amount={{{amount|1}}}}} |
component-2 = {{Recipe Component|item=water|image=File:Water Bottle.png|amount={{{amount|10u}}}}} |
  component-3 = {{Recipe Component|item=bowl|image=File:Bowl.png|amount={{{amount|1}}}}} |
  transformer = {{Microwave | time = 15}} |
  transformer = {{Microwave | time = 15}} |
  result = {{Recipe Component|item=Queso|image=File:Queso.png|amount={{{amount|1}}}}}
  result = {{Recipe Component|item=Boiled Rice|image=File:Boiled Rice.png|amount={{{amount|1}}}}}
}}
}}


{{Recipe Box |
{{Recipe Box |
  name = Bungo Curry |
  name = Rice Pudding |
  component-1 = {{Recipe Component|item=bowl|image=File:Bowl.png|amount={{{amount|1}}}}} |
  component-1 = {{Recipe Component|item=milk|image=File:Milk Carton.png|amount={{{amount|10u}}}}} |
  component-2 = {{Recipe Component|item=bungo fruit|image=File:Bungo.png|amount={{{amount|2}}}}} |
  component-2 = {{Recipe Component|item=rice|image=File:Rice Bag.png|amount={{{amount|15u}}}}} |
  component-3 = {{Recipe Component|item=chili|image=File:Chili.png|amount={{{amount|1}}}}} |
  component-3 = {{Recipe Component|item=sugar|image=File:Sugar Bag.png|amount={{{amount|5u}}}}} |
  component-4 = {{Recipe Component|item=water|image=File:Beaker.png|amount={{{amount|5u}}}}} |
  component-4 = {{Recipe Component|item=bowl|image=File:Bowl.png|amount={{{amount|1}}}}} |
  transformer = {{Microwave | time = 10}} |
  transformer = {{Microwave | time = 15}} |
  result = {{Recipe Component|item=Bungo Curry|image=File:Bungo Curry.png|amount={{{amount|1}}}}}
  result = {{Recipe Component|item=Rice Pudding|image=File:Rice Pudding.png|amount={{{amount|1}}}}}
}}
}}


{{Recipe Box |
{{Recipe Box |
  name = Enchiladas |
  name = Rice And Pork |
component-1 = {{Recipe Component|item=raw cutlet|image=File:Raw Cutlet.png|amount={{{amount|3}}}}} |
component-2 = {{Recipe Component|item=boiled rice|image=File:Boiled Rice.png|amount={{{amount|1}}}}} |
transformer = {{Microwave | time = 15}} |
result = {{Recipe Component|item=Rice And Pork|image=File:Rice And Pork.png|amount={{{amount|1}}}}}
}}
 
{{Recipe Box |
name = Black-eyed Gumbo |
  component-1 = {{Recipe Component|item=chili|image=File:Chili.png|amount={{{amount|2}}}}} |
  component-1 = {{Recipe Component|item=chili|image=File:Chili.png|amount={{{amount|2}}}}} |
  component-2 = {{Recipe Component|item=ear of corn|image=File:Ear Of Corn.png|amount={{{amount|1}}}}} |
  component-2 = {{Recipe Component|item=raw cutlet|image=File:Raw Cutlet.png|amount={{{amount|3}}}}} |
  component-3 = {{Recipe Component|item=raw cutlet|image=File:Raw Cutlet.png|amount={{{amount|1}}}}} |
component-3 = {{Recipe Component|item=boiled rice|image=File:Boiled Rice.png|amount={{{amount|1}}}}} |
  transformer = {{Microwave | time = 20}} |
transformer = {{Microwave | time = 15}} |
  result = {{Recipe Component|item=Enchiladas|image=File:Enchiladas.png|amount={{{amount|1}}}}}
result = {{Recipe Component|item=Black-eyed Gumbo|image=File:Black-eyed Gumbo.png|amount={{{amount|1}}}}}
}}
 
{{Recipe Box |
name = Egg-fried Rice |
component-1 = {{Recipe Component|item=carrot|image=File:Carrot.png|amount={{{amount|1}}}}} |
component-2 = {{Recipe Component|item=raw egg|image=File:Egg Liquid.png|amount={{{amount|6u}}}}} |
  component-3 = {{Recipe Component|item=boiled rice|image=File:Boiled Rice.png|amount={{{amount|1}}}}} |
  transformer = {{Microwave | time = 15}} |
  result = {{Recipe Component|item=Egg-fried Rice|image=File:Egg-fried Rice.png|amount={{{amount|1}}}}}
}}
}}
</div>
</div>


=== Salads ===
=== Soups ===


<div style="display: flex; flex-flow: row wrap; justify-content: center; gap: 0.5em">
<div style="display: flex; flex-flow: row wrap; justify-content: center; gap: 0.5em">
{{Recipe Box |
{{Recipe Box |
  name = Herb Salad |
  name = French Onion Soup |
  component-1 = {{Recipe Component|item=ambrosia vulgaris|image=File:Ambrosia Vulgaris.png|amount={{{amount|3}}}}} |
  component-1 = {{Recipe Component|item=water|image=File:Water Bottle.png|amount={{{amount|10u}}}}} |
  component-2 = {{Recipe Component|item=apple|image=File:Apple.png|amount={{{amount|1}}}}} |
  component-2 = {{Recipe Component|item=bowl|image=File:Bowl.png|amount={{{amount|1}}}}} |
  component-3 = {{Recipe Component|item=bowl|image=File:Bowl.png|amount={{{amount|1}}}}} |
  component-3 = {{Recipe Component|item=onion slice|image=File:Onion slice.png|amount={{{amount|5}}}}} |
  transformer = {{Microwave | time = 5}} |
component-4 = {{Recipe Component|item=cheese wedge|image=File:Cheese Wedge.png|amount={{{amount|1}}}}} |
  result = {{Recipe Component|item=Herb Salad|image=File:Herb salad.png|amount={{{amount|1}}}}}
  transformer = {{Microwave | time = 10}} |
  result = {{Recipe Component|item=French Onion Soup|image=File:Onion Soup.png|amount={{{amount|1}}}}}
}}
}}


{{Recipe Box |
{{Recipe Box |
  name = Coleslaw |
  name = Mushroom Soup |
  component-1 = {{Recipe Component|item=vinaigrette|image=File:Beaker.png|amount={{{amount|5}}}}} | |
  component-1 = {{Recipe Component|item=water|image=File:Water Bottle.png|amount={{{amount|5u}}}}} |
  component-2 = {{Recipe Component|item=bowl|image=File:Bowl.png|amount={{{amount|1}}}}} |
  component-2 = {{Recipe Component|item=milk|image=File:Milk Carton.png|amount={{{amount|5u}}}}} |
  component-3 = {{Recipe Component|item=red onion|image=File:Red Onion.png|amount={{{amount|1}}}}} |
  component-3 = {{Recipe Component|item=bowl|image=File:Bowl.png|amount={{{amount|1}}}}} |
  component-4 = {{Recipe Component|item=cabbage|image=File:Cabbage.png|amount={{{amount|1}}}}} |
  component-4 = {{Recipe Component|item=chanterelle cluster|image=File:Chanterelle_Cluster.png|amount={{{amount|2}}}}} |
  transformer = {{Microwave | time = 5}} |
  transformer = {{Microwave | time = 10}} |
  result = {{Recipe Component|item=Coleslaw|image=File:Coleslaw.png|amount={{{amount|1}}}}}
  result = {{Recipe Component|item=Mushroom Soup|image=File:Mushroom Soup.png|amount={{{amount|1}}}}}
}}
}}


{{Recipe Box |
{{Recipe Box |
  name = Caesar Salad |
  name = Nettle Soup |
  component-1 = {{Recipe Component|item=olive oil|image=File:Beaker.png|amount={{{amount|5}}}}} |
  component-1 = {{Recipe Component|item=raw egg|image=File:Egg Liquid.png|amount={{{amount|6u}}}}} |
  component-2 = {{Recipe Component|item=bread slice|image=File:Bread slice.png|amount={{{amount|1}}}}} |
  component-2 = {{Recipe Component|item=water|image=File:Water Bottle.png|amount={{{amount|10u}}}}} |
  component-3 = {{Recipe Component|item=bowl|image=File:Bowl.png|amount={{{amount|1}}}}} |
  component-3 = {{Recipe Component|item=bowl|image=File:Bowl.png|amount={{{amount|1}}}}} |
  component-4 = {{Recipe Component|item=cheese wedge|image=File:Cheese Wedge.png|amount={{{amount|1}}}}} |
  component-4 = {{Recipe Component|item=potato|image=File:Potato.png|amount={{{amount|1}}}}} |
  component-5 = {{Recipe Component|item=cabbage|image=File:Cabbage.png|amount={{{amount|1}}}}} |
  component-5 = {{Recipe Component|item=nettle|image=File:Nettle.png|amount={{{amount|1}}}}} |
component-6 = {{Recipe Component|item=red onion slice|image=File:Red Onion_Slice.png|amount={{{amount|1}}}}} |
  transformer = {{Microwave | time = 10}} |
  transformer = {{Microwave | time = 5}} |
  result = {{Recipe Component|item=Nettle Soup|image=File:Nettle soup.png|amount={{{amount|1}}}}}
  result = {{Recipe Component|item=Caesar Salad|image=File:Caesar Salad.png|amount={{{amount|1}}}}}
}}
}}


{{Recipe Box |
{{Recipe Box |
  name = Kimchi Salad |
  name = Tomato Soup|
  component-1 = {{Recipe Component|item=vinegar|image=File:Beaker.png|amount={{{amount|5}}}}} |
  component-1 = {{Recipe Component|item=water|image=File:Water Bottle.png|amount={{{amount|10u}}}}} |
  component-2 = {{Recipe Component|item=bowl|image=File:Bowl.png|amount={{{amount|1}}}}} |
  component-2 = {{Recipe Component|item=bowl|image=File:Bowl.png|amount={{{amount|1}}}}} |
  component-3 = {{Recipe Component|item=carrot|image=File:Carrot.png|amount={{{amount|1}}}}} |
  component-3 = {{Recipe Component|item=tomato|image=File:Tomato.png|amount={{{amount|2}}}}} |
component-4 = {{Recipe Component|item=cabbage|image=File:Cabbage.png|amount={{{amount|1}}}}} |
  transformer = {{Microwave | time = 10}} |
component-5 = {{Recipe Component|item=garlic|image=File:Garlic.png|amount={{{amount|1}}}}} |
  result = {{Recipe Component|item=Tomato Soup|image=File:Tomato Soup.png|amount={{{amount|1}}}}}
  transformer = {{Microwave | time = 5}} |
  result = {{Recipe Component|item=Kimchi Salad|image=File:Kimchi.png|amount={{{amount|1}}}}}
}}
}}


{{Recipe Box |
{{Recipe Box |
  name = Valid Salad |
  name = Blood Tomato Soup|
  component-1 = {{Recipe Component|item=ambrosia vulgaris|image=File:Ambrosia Vulgaris.png|amount={{{amount|3}}}}} |
  component-1 = {{Recipe Component|item=blood|image=File:Blood Liquid.png|amount={{{amount|10u}}}}} |
  component-2 = {{Recipe Component|item=bowl|image=File:Bowl.png|amount={{{amount|1}}}}} |
  component-2 = {{Recipe Component|item=bowl|image=File:Bowl.png|amount={{{amount|1}}}}} |
  component-3 = {{Recipe Component|item=meatball|image=File:Meatball.png|amount={{{amount|1}}}}} |
  component-3 = {{Recipe Component|item=blood tomato|image=File:Blood Tomato.png|amount={{{amount|2}}}}} |
component-4 = {{Recipe Component|item=potato|image=File:Potato.png|amount={{{amount|1}}}}} |
  transformer = {{Microwave | time = 10}} |
  transformer = {{Microwave | time = 5}} |
  result = {{Recipe Component|item=Tomato Soup|image=File:Tomato Soup.png|amount={{{amount|1}}}}}
  result = {{Recipe Component|item=Valid Salad|image=File:Valid salad.png|amount={{{amount|1}}}}}
}}
}}


{{Recipe Box |
{{Recipe Box |
  name = Citrus Salad |
  name = Vegetable Soup|
  component-1 = {{Recipe Component|item=bowl|image=File:Bowl.png|amount={{{amount|1}}}}} | |
  component-1 = {{Recipe Component|item=water|image=File:Water Bottle.png|amount={{{amount|10u}}}}} |
  component-2 = {{Recipe Component|item=Lemon|image=File:Lemon.png|amount={{{amount|1}}}}} |
component-2 = {{Recipe Component|item=bowl|image=File:Bowl.png|amount={{{amount|1}}}}} |
  component-3 = {{Recipe Component|item=Lime|image=File:Lime.png|amount={{{amount|1}}}}} |
component-3 = {{Recipe Component|item=corn|image=File:Corn.png|amount={{{amount|1}}}}} |
  component-4 = {{Recipe Component|item=Orange|image=File:Orange.png|amount={{{amount|1}}}}} |
  component-4 = {{Recipe Component|item=carrot|image=File:Carrot.png|amount={{{amount|1}}}}} |
  transformer = {{Microwave | time = 5}} |
  component-5 = {{Recipe Component|item=potato|image=File:Potato.png|amount={{{amount|1}}}}} |
  result = {{Recipe Component|item=Citrus Salad|image=File:Citrus Salad.png|amount={{{amount|1}}}}}
  component-6 = {{Recipe Component|item=eggplant|image=File:Eggplant.png|amount={{{amount|1}}}}} |
  transformer = {{Microwave | time = 10}} |
  result = {{Recipe Component|item=Vegetable Soup|image=File:Vegetable Soup.png|amount={{{amount|1}}}}}
}}
}}


{{Recipe Box |
{{Recipe Box |
  name = Fruit Salad |
  name = Pea Soup |
component-1 = {{Recipe Component|item=bowl|image=File:Bowl.png|amount={{{amount|1}}}}} | |
component-1 = {{Recipe Component|item=water|image=File:Water Bottle.png|amount={{{amount|10u}}}}} |
  component-2 = {{Recipe Component|item=orange|image=File:Orange.png|amount={{{amount|1}}}}} |
  component-2 = {{Recipe Component|item=bowl|image=File:Bowl.png|amount={{{amount|1}}}}} |
  component-3 = {{Recipe Component|item=apple|image=File:Apple.png|amount={{{amount|1}}}}} |
  component-3 = {{Recipe Component|item=pea pod|image=File:Peapod.png|amount={{{amount|2}}}}} |
component-4 = {{Recipe Component|item=grape|image=File:Grape.png|amount={{{amount|1}}}}} |
  transformer = {{Microwave | time = 10}} |
component-5 = {{Recipe Component|item=watermelon slice|image=File:Watermelon Slice.png|amount={{{amount|2}}}}} |
  result = {{Recipe Component|item=Pea Soup|image=File:Wing Fang Chu Soup.png|amount={{{amount|1}}}}}
  transformer = {{Microwave | time = 5}} |
  result = {{Recipe Component|item=Fruit Salad|image=File:Fruit Salad.png|amount={{{amount|1}}}}}
}}
}}


{{Recipe Box |
{{Recipe Box |
  name = Jungle Salad |
  name = Bisque |
  component-1 = {{Recipe Component|item=bowl|image=File:Bowl.png|amount={{{amount|1}}}}} | |
  component-1 = {{Recipe Component|item=water|image=File:Water Bottle.png|amount={{{amount|10u}}}}} |
  component-2 = {{Recipe Component|item=banana|image=File:Banana.png|amount={{{amount|1}}}}} |
  component-2 = {{Recipe Component|item=bowl|image=File:Bowl.png|amount={{{amount|1}}}}} |
  component-3 = {{Recipe Component|item=apple|image=File:Apple.png|amount={{{amount|1}}}}} |
  component-3 = {{Recipe Component|item=raw carp fillet|image=File:Raw Carp Fillet.png|amount={{{amount|1}}}}} |
  component-4 = {{Recipe Component|item=grape|image=File:Grape.png|amount={{{amount|1}}}}} |
  component-4 = {{Recipe Component|item=chanterelle cluster|image=File:Chanterelle Cluster.png|amount={{{amount|1}}}}} |
  component-5 = {{Recipe Component|item=watermelon slice|image=File:Watermelon Slice.png|amount={{{amount|2}}}}} |
  component-5 = {{Recipe Component|item=tomato|image=File:Tomato.png|amount={{{amount|1}}}}} |
  transformer = {{Microwave | time = 5}} |
  transformer = {{Microwave | time = 10}} |
  result = {{Recipe Component|item=Jungle Salad|image=File:Jungle Salad.png|amount={{{amount|1}}}}}
  result = {{Recipe Component|item=Bisque|image=File:Bisque.png|amount={{{amount|1}}}}}
}}
}}


{{Recipe Box |
{{Recipe Box |
  name = Melon Fruit Bowl |
  name = Meatball Soup |
  component-1 = {{Recipe Component|item=watermelon|image=File:Watermelon.png|amount={{{amount|1}}}}} | |
  component-1 = {{Recipe Component|item=water|image=File:Water Bottle.png|amount={{{amount|10u}}}}} |
  component-2 = {{Recipe Component|item=orange|image=File:Orange.png|amount={{{amount|1}}}}} |
  component-2 = {{Recipe Component|item=bowl|image=File:Bowl.png|amount={{{amount|1}}}}} |
  component-3 = {{Recipe Component|item=apple|image=File:Apple.png|amount={{{amount|1}}}}} |
  component-3 = {{Recipe Component|item=carrot|image=File:Carrot.png|amount={{{amount|1}}}}} |
  component-4 = {{Recipe Component|item=banana|image=File:Banana.png|amount={{{amount|1}}}}} |
  component-4 = {{Recipe Component|item=meatball|image=File:Meatball.png|amount={{{amount|1}}}}} |
  component-5 = {{Recipe Component|item=lemon|image=File:Lemon.png|amount={{{amount|1}}}}} |
  component-5 = {{Recipe Component|item=potato|image=File:Potato.png|amount={{{amount|1}}}}} |
component-6 = {{Recipe Component|item=ambrosia vulgaris|image=File:Ambrosia Vulgaris.png|amount={{{amount|1}}}}} |
  transformer = {{Microwave | time = 10}} |
  transformer = {{Microwave | time = 5}} |
  result = {{Recipe Component|item=Meatball Soup|image=File:Meatball soup.png|amount={{{amount|1}}}}}
  result = {{Recipe Component|item=Melon Fruit Bowl|image=File:Watermelon Fruit Bowl.png|amount={{{amount|1}}}}}
}}
}}
</div>
=== Pancakes & Waffles ===


<div style="display: flex; flex-flow: row wrap; justify-content: center; gap: 0.5em">
{{Recipe Box |
{{Recipe Box |
  name = Pancake |
  name = Wing Fang Chu Soup (Xeno) |
  component-1 = {{Chem Recipe Component|reagent=Egg|amount={{{amount|6}}}}} |
  component-1 = {{Recipe Component|item=soy sauce|image=File:Soy Sauce Packet.png|amount={{{amount|5u}}}}} |
  component-2 = {{Chem Recipe Component|reagent=Flour|amount={{{amount|5}}}}} |
  component-2 = {{Recipe Component|item=bowl|image=File:Bowl.png|amount={{{amount|1}}}}} |
  component-3 = {{Chem Recipe Component|reagent=Milk|amount={{{amount|5}}}}} |
  component-3 = {{Recipe Component|item=raw xeno cutlet|image=File:Xenocutlet.png|amount={{{amount|2}}}}} |
  transformer = {{Microwave | time = 5}} |
  transformer = {{Microwave | time = 10}} |
  result = {{Recipe Component|item=Pancake|image=File:Pancake.png|amount={{{amount|1}}}}}
  result = {{Recipe Component|item=Wing Fang Chu Soup|image=File:Wing Fang Chu Soup.png|amount={{{amount|1}}}}}
}}
}}


{{Recipe Box |
{{Recipe Box |
  name = Chocolate Chip Pancake |
  name = Wing Fang Chu Soup (Spider) |
  component-1 = {{Chem Recipe Component|reagent=Egg|amount={{{amount|6}}}}} |
  component-1 = {{Recipe Component|item=soy sauce|image=File:Soy Sauce Packet.png|amount={{{amount|5u}}}}} |
  component-2 = {{Chem Recipe Component|reagent=Flour|amount={{{amount|5}}}}} |
  component-2 = {{Recipe Component|item=bowl|image=File:Bowl.png|amount={{{amount|1}}}}} |
component-3 = {{Chem Recipe Component|reagent=Milk|amount={{{amount|5}}}}} |
  component-3 = {{Recipe Component|item=raw spider meat|image=File:Raw Spider  Meat.png|amount={{{amount|2}}}}} |
  component-4 = {{Recipe Component|item=chocolate bar|image=File:Chocolate Bar.png|amount={{{amount|1}}}}} |
  transformer = {{Microwave | time = 10}} |
  transformer = {{Microwave | time = 5}} |
  result = {{Recipe Component|item=Wing Fang Chu Soup|image=File:Wing Fang Chu Soup.png|amount={{{amount|1}}}}}
  result = {{Recipe Component|item=Chocolate Chip Pancake|image=File:Chocolate Chip Pancake.png|amount={{{amount|1}}}}}
}}
}}


{{Recipe Box |
{{Recipe Box |
  name = Blueberry Pancake |
  name = Stew |
  component-1 = {{Chem Recipe Component|reagent=Egg|amount={{{amount|6}}}}} |
  component-1 = {{Recipe Component|item=water|image=File:Water Bottle.png|amount={{{amount|10u}}}}} |
  component-2 = {{Chem Recipe Component|reagent=Flour|amount={{{amount|5}}}}} |
  component-2 = {{Recipe Component|item=bowl|image=File:Bowl.png|amount={{{amount|1}}}}} |
  component-3 = {{Chem Recipe Component|reagent=Milk|amount={{{amount|5}}}}} |
  component-3 = {{Recipe Component|item=raw cutlet|image=File:Raw Cutlet.png|amount={{{amount|3}}}}} |
  component-4 = {{Recipe Component|item=berries|image=File:Berries.png|amount={{{amount|2}}}}} |
component-4 = {{Recipe Component|item=tomato|image=File:Tomato.png|amount={{{amount|1}}}}} |
  transformer = {{Microwave | time = 5}} |
component-5 = {{Recipe Component|item=potato|image=File:Potato.png|amount={{{amount|1}}}}} |
  result = {{Recipe Component|item=Blueberry Pancake|image=File:Chocolate Chip Pancake.png|amount={{{amount|1}}}}}
  component-6 = {{Recipe Component|item=carrot|image=File:Carrot.png|amount={{{amount|1}}}}} |
component-7 = {{Recipe Component|item=eggplant|image=File:Eggplant.png|amount={{{amount|1}}}}} |
component-8 = {{Recipe Component|item=chanterelle cluster|image=File:Chanterelle_Cluster.png|amount={{{amount|1}}}}} |
  transformer = {{Microwave | time = 10}} |
  result = {{Recipe Component|item=Stew|image=File:Stew.png|amount={{{amount|1}}}}}
}}
}}


{{Recipe Box |
{{Recipe Box |
  name = Waffles |
  name = Salty Sweet Miso Cola Soup |
  component-1 = {{Chem Recipe Component|reagent=Egg|amount={{{amount|6}}}}} |
  component-1 = {{Recipe Component|item=Cola|image=File:Space Cola Can.png|amount={{{amount|5u}}}}} |
component-2 = {{Chem Recipe Component|reagent=Flour|amount={{{amount|5}}}}} |
  component-2 = {{Recipe Component|item=miso soup|image=File:Miso soup.png|amount={{{amount|1}}}}} |
  component-3 = {{Chem Recipe Component|reagent=Milk|amount={{{amount|5}}}}} |
  transformer = {{Microwave | time = 15}} |
component-4 = {{Chem Recipe Component|reagent=SodaWater|amount={{{amount|5}}}}} |
  result = {{Recipe Component|item=Salty Sweet Miso Cola Soup|image=File:Salty Sweet Miso Cola Soup.png|amount={{{amount|1}}}}}
  transformer = {{Microwave | time = 10}} |
  result = {{Recipe Component|item=Waffles|image=File:Waffles.png|amount={{{amount|1}}}}}
}}
}}


{{Recipe Box |
{{Recipe Box |
  name = Soy Waffles |
  name = Clown's Tears |
  component-1 = {{Chem Recipe Component|reagent=Egg|amount={{{amount|6}}}}} |
  component-1 = {{Recipe Component|item=water|image=File:Water Bottle.png|amount={{{amount|10u}}}}} |
  component-2 = {{Chem Recipe Component|reagent=Flour|amount={{{amount|5}}}}} |
  component-2 = {{Recipe Component|item=bowl|image=File:Bowl.png|amount={{{amount|1}}}}} |
  component-3 = {{Chem Recipe Component|reagent=MilkSoy|amount={{{amount|5}}}}} |
  component-3 = {{Recipe Component|item=banana|image=File:Banana.png|amount={{{amount|1}}}}} |
  component-4 = {{Chem Recipe Component|reagent=SodaWater|amount={{{amount|5}}}}} |
  component-4 = {{Recipe Component|item=glass shard|image=File:Glass Shard.png|amount={{{amount|1}}}}} |
  transformer = {{Microwave | time = 10}} |
  transformer = {{Microwave | time = 10}} |
  result = {{Recipe Component|item=Soy Waffles|image=File:Soy Waffles.png|amount={{{amount|1}}}}}
  result = {{Recipe Component|item=Clown's Tears|image=File:Clown's_Tears.png|amount={{{amount|1}}}}}
}}
}}


</div>
{{Recipe Box |
 
name = Clown's Tears (Alt) |
=== Pies & Tarts ===
component-1 = {{Recipe Component|item=bowl|image=File:Bowl.png|amount={{{amount|1}}}}} |
component-2 = {{Recipe Component|item=onion slice|image=File:Onion Slice.png|amount={{{amount|1}}}}} |
component-3 = {{Recipe Component|item=tomato|image=File:Tomato.png|amount={{{amount|1}}}}} |
component-4 = {{Recipe Component|item=bike horn|image=File:BikeHorn.png|amount={{{amount|1}}}}} |
transformer = {{Microwave | time = 10}} |
result = {{Recipe Component|item=Clown's Tears|image=File:Clown's_Tears.png|amount={{{amount|1}}}}}
}}


<div style="display: flex; flex-flow: row wrap; justify-content: center; gap: 0.5em">
{{Recipe Box |
{{Recipe Box |
  name = Apple Pie |
  name = Eyeball Soup |
  component-1 = {{Recipe Component|item=pie dough|image=File:Pie Dough.png|amount={{{amount|1}}}}} |
  component-1 = {{Recipe Component|item=water|image=File:Water Bottle.png|amount={{{amount|10u}}}}} |
  component-2 = {{Recipe Component|item=apple|image=File:Apple.png|amount={{{amount|3}}}}} |
  component-2 = {{Recipe Component|item=bowl|image=File:Bowl.png|amount={{{amount|1}}}}} |
  component-3 = {{Recipe Component|item=pie tin|image=File:Pie Tin.png|amount={{{amount|1}}}}} |
component-3 = {{Recipe Component|item=carrot|image=File:Carrot.png|amount={{{amount|1}}}}} |
  transformer = {{Microwave | time = 15}} |
  component-4 = {{Recipe Component|item=potato|image=File:Potato.png|amount={{{amount|1}}}}} |
  result = {{Recipe Component|item=Apple Pie|image=File:Apple_Pie.png|amount={{{amount|1}}}}}
component-5 = {{Recipe Component|item=eyes|image=File:OrganHumanEyes.png|amount={{{amount|1}}}}} |
  transformer = {{Microwave | time = 10}} |
  result = {{Recipe Component|item=Eyeball Soup|image=File:Eyeball Soup.png|amount={{{amount|1}}}}}
}}
}}


{{Recipe Box |
{{Recipe Box |
  name = Banana Cream Pie |
  name = Monkey's Delight |
  component-1 = {{Recipe Component|item=pie dough|image=File:Pie Dough.png|amount={{{amount|1}}}}} |
  component-1 = {{Recipe Component|item=flour|image=File:Flour Bag.png|amount={{{amount|5u}}}}} |
  component-2 = {{Recipe Component|item=banana|image=File:Banana.png|amount={{{amount|3}}}}} |
component-2 = {{Recipe Component|item=table salt|image=File:Salt Shaker.png|amount={{{amount|1u}}}}} |
  component-3 = {{Recipe Component|item=pie tin|image=File:Pie Tin.png|amount={{{amount|1}}}}} |
component-3 = {{Recipe Component|item=black pepper|image=File:Pepper Shaker.png|amount={{{amount|1u}}}}} |
  transformer = {{Microwave | time = 15}} |
component-4 = {{Recipe Component|item=bowl|image=File:Bowl.png|amount={{{amount|1}}}}} |
  result = {{Recipe Component|item=Banana Cream Pie|image=File:Banana cream pie.png|amount={{{amount|1}}}}}
  component-5 = {{Recipe Component|item=banana|image=File:Banana.png|amount={{{amount|1}}}}} |
  component-6 = {{Recipe Component|item=monkey cube|image=File:Monkey Cube.png|amount={{{amount|1}}}}} |
  transformer = {{Microwave | time = 10}} |
  result = {{Recipe Component|item=Monkey's Delight|image=File:Monkey's_Delight.png|amount={{{amount|1}}}}}
}}
}}


{{Recipe Box |
{{Recipe Box |
  name = Meat Pie |
  name = Escargot |
  component-1 = {{Recipe Component|item=pie dough|image=File:Pie Dough.png|amount={{{amount|1}}}}} |
  component-1 = {{Recipe Component|item=bowl|image=File:Bowl.png|amount={{{amount|1}}}}} |
  component-2 = {{Recipe Component|item=raw meat|image=File:Raw Meat.png|amount={{{amount|3}}}}} |
  component-2 = {{Recipe Component|item=water|image=File:Water Bottle.png|amount={{{amount|5u}}}}} |
  component-3 = {{Recipe Component|item=pie tin|image=File:Pie Tin.png|amount={{{amount|1}}}}} |
component-3 = {{Recipe Component|item=boiled snail|image=File:Boiled Snail.png|amount={{{amount|1}}}}} |
  transformer = {{Microwave | time = 15}} |
  component-4 = {{Recipe Component|item=stick of butter|image=File:Stick Of Butter.png|amount={{{amount|1}}}}} |
  result = {{Recipe Component|item=Meat Pie|image=File:Meat_Pie.png|amount={{{amount|1}}}}}
component-5 = {{Recipe Component|item=onion slice|image=File:Onion Slice.png|amount={{{amount|1}}}}} |
  transformer = {{Microwave | time = 10}} |
  result = {{Recipe Component|item=Escargot|image=File:Escargot.png|amount={{{amount|1}}}}}
}}
}}


{{Recipe Box |
{{Recipe Box |
  name = Xeno Pie |
  name = Oatmeal |
  component-1 = {{Recipe Component|item=pie dough|image=File:Pie Dough.png|amount={{{amount|1}}}}} |
  component-1 = {{Recipe Component|item=oats|image=File:Oats Liquid.png|amount={{{amount|15u}}}}} |
  component-2 = {{Recipe Component|item=raw xeno meat|image=File:Raw Xeno Meat.png|amount={{{amount|3}}}}} |
  component-2 = {{Recipe Component|item=water|image=File:Water Bottle.png|amount={{{amount|10u}}}}} |
  component-3 = {{Recipe Component|item=pie tin|image=File:Pie Tin.png|amount={{{amount|1}}}}} |
  component-3 = {{Recipe Component|item=bowl|image=File:Bowl.png|amount={{{amount|1}}}}} |
  transformer = {{Microwave | time = 15}} |
  transformer = {{Microwave | time = 15}} |
  result = {{Recipe Component|item=Xeno Pie|image=File:Xeno_Pie.png|amount={{{amount|1}}}}}
  result = {{Recipe Component|item=Oatmeal|image=File:Oatmeal.png|amount={{{amount|1}}}}}
}}
}}


{{Recipe Box |
</div>
name = Amanita Pie |
 
component-1 = {{Recipe Component|item=pie dough|image=File:Pie Dough.png|amount={{{amount|1}}}}} |
=== Potato dishes and fries ===
component-2 = {{Recipe Component|item=fly amanita|image=File:Fly amanita.png|amount={{{amount|1}}}}} |
component-3 = {{Recipe Component|item=pie tin|image=File:Pie Tin.png|amount={{{amount|1}}}}} |
transformer = {{Microwave | time = 15}} |
result = {{Recipe Component|item=Amanita Pie|image=File:Amanita pie-East-5359.png|amount={{{amount|1}}}}}
}}


<div style="display: flex; flex-flow: row wrap; justify-content: center; gap: 0.5em">
{{Recipe Box |
{{Recipe Box |
  name = Berry Clafoutis |
  name = Loaded Baked Potato |
  component-1 = {{Recipe Component|item=pie dough|image=File:Pie Dough.png|amount={{{amount|1}}}}} |
  component-1 = {{Recipe Component|item=cheese wedge|image=File:Cheese Wedge.png|amount={{{amount|1}}}}} |
  component-2 = {{Recipe Component|item=berries|image=File:Berries.png|amount={{{amount|3}}}}} |
  component-2 = {{Recipe Component|item=potato|image=File:Potato.png|amount={{{amount|1}}}}} |
component-3 = {{Recipe Component|item=pie tin|image=File:Pie Tin.png|amount={{{amount|1}}}}} |
  transformer = {{Microwave | time = 15}} |
  transformer = {{Microwave | time = 15}} |
  result = {{Recipe Component|item=Berry Clafoutis|image=File:Berry Clafoutis.png|amount={{{amount|1}}}}}
  result = {{Recipe Component|item=Loaded Baked Potato|image=File:Loaded Baked Potato.png|amount={{{amount|1}}}}}
}}
}}


{{Recipe Box |
{{Recipe Box |
  name = Baklava |
  name = Space Fries |
  component-1 = {{Recipe Component|item=pie dough|image=File:Pie Dough.png|amount={{{amount|1}}}}} |
  component-1 = {{Recipe Component|item=table salt|image=File:Salt Shaker.png|amount={{{amount|5u}}}}} |
  component-2 = {{Recipe Component|item=sweetie's pistachios|image=File:Sweetie's Pistachios.png|amount={{{amount|1}}}}} |
  component-2 = {{Recipe Component|item=potato|image=File:Potato.png|amount={{{amount|1}}}}} |
component-3 = {{Recipe Component|item=pie tin|image=File:Pie Tin.png|amount={{{amount|1}}}}} |
  transformer = {{Microwave | time = 15}} |
  transformer = {{Microwave | time = 15}} |
  result = {{Recipe Component|item=Baklava|image=File:Baklava.png|amount={{{amount|1}}}}}
  result = {{Recipe Component|item=Space Fries|image=File:Space Fries.png|amount={{{amount|1}}}}}
}}
}}


{{Recipe Box |
{{Recipe Box |
  name = Pumpkin Pie |
  name = Cheesy Fries |
  component-1 = {{Recipe Component|item=pie dough|image=File:Pie Dough.png|amount={{{amount|1}}}}} |
  component-1 = {{Recipe Component|item=table salt|image=File:Salt Shaker.png|amount={{{amount|5u}}}}} |
  component-2 = {{Recipe Component|item=Pumpkin|image=File:Pumpkin.png|amount={{{amount|1}}}}} |
  component-2 = {{Recipe Component|item=cheese wedge|image=File:Cheese Wedge.png|amount={{{amount|1}}}}} |
  component-3 = {{Recipe Component|item=pie tin|image=File:Pie Tin.png|amount={{{amount|1}}}}} |
  component-3 = {{Recipe Component|item=potato|image=File:Potato.png|amount={{{amount|1}}}}} |
  transformer = {{Microwave | time = 15}} |
  transformer = {{Microwave | time = 15}} |
  result = {{Recipe Component|item=Pumpkin Pie|image=File:Pumpkin Pie.png|amount={{{amount|1}}}}}
  result = {{Recipe Component|item=Cheesy Fries|image=File:Cheesy Fries.png|amount={{{amount|1}}}}}
}}
}}


{{Recipe Box |
{{Recipe Box |
  name = Cherry Pie |
  name = Carrot Fries |
  component-1 = {{Recipe Component|item=pie dough|image=File:Pie Dough.png|amount={{{amount|1}}}}} |
  component-1 = {{Recipe Component|item=table salt|image=File:Salt Shaker.png|amount={{{amount|5u}}}}} |
  component-2 = {{Recipe Component|item=cherry|image=File:Cherry.png|amount={{{amount|5}}}}} |
  component-2 = {{Recipe Component|item=carrot|image=File:Carrot.png|amount={{{amount|1}}}}} |
component-3 = {{Recipe Component|item=pie tin|image=File:Pie Tin.png|amount={{{amount|1}}}}} |
  transformer = {{Microwave | time = 15}} |
  transformer = {{Microwave | time = 15}} |
  result = {{Recipe Component|item=Cherry Pie|image=File:Banana cream pie.png|amount={{{amount|1}}}}}
  result = {{Recipe Component|item=Carrot Fries|image=File:Carrot Fries.png|amount={{{amount|1}}}}}
}}
}}


{{Recipe Box |
{{Recipe Box |
  name = Frosty Pie |
  name = Onion Rings |
  component-1 = {{Recipe Component|item=pie dough|image=File:Pie Dough.png|amount={{{amount|1}}}}} |
  component-1 = {{Recipe Component|item=onion slice|image=File:onion slice.png|amount={{{amount|1}}}}} |
component-2 = {{Recipe Component|item=chilly pepper|image=File:Chillyproduce.png|amount={{{amount|1}}}}} |
component-3 = {{Recipe Component|item=pie tin|image=File:Pie Tin.png|amount={{{amount|1}}}}} |
  transformer = {{Microwave | time = 15}} |
  transformer = {{Microwave | time = 15}} |
  result = {{Recipe Component|item=Frosty Pie|image=File:Frosty Pie.png|amount={{{amount|1}}}}}
  result = {{Recipe Component|item=Onion Rings|image=File:Onionrings.png|amount={{{amount|1}}}}}
}}
}}
</div>
=== Skewers ===


{{Recipe Box |
* For custom skewers, see [[Skewer]]
  name = Grape Tart |
<div style="display: flex; flex-flow: row wrap; justify-content: center; gap: 0.5em">{{Recipe Box |
  component-1 = {{Recipe Component|item=pie dough|image=File:Pie Dough.png|amount={{{amount|1}}}}} |
  name = BBQ Ribs |
component-2 = {{Recipe Component|item=sugar|image=File:Beaker.png|amount={{{amount|5}}}}} |
  component-1 = {{Recipe Component|item=BBQ Sauce|image=File:BBQ sauce bottle-East-5662.png|amount={{{amount|5}}}}} |
  component-3 = {{Recipe Component|item=milk|image=File:Beaker.png|amount={{{amount|5}}}}} |
  component-2 = {{Recipe Component|item=raw meat|image=File:Raw Meat.png|amount={{{amount|2}}}}} |
  component-4 = {{Recipe Component|item=grape|image=File:Grape.png|amount={{{amount|3}}}}} |
  component-3 = {{Recipe Component|item=skewer|image=File:Skewer.png|amount={{{amount|1}}}}} |
component-5 = {{Recipe Component|item=pie tin|image=File:Pie Tin.png|amount={{{amount|1}}}}} |
  transformer = {{Microwave | time = 15}} |
  transformer = {{Microwave | time = 15}} |
  result = {{Recipe Component|item=Grape Tart|image=File:Grape Tart.png|amount={{{amount|1}}}}}
  result = {{Recipe Component|item=BBQ Ribs|image=File:Ribs.png|amount={{{amount|1}}}}}
}}
}}
</div>
=== Chilis ===


<div style="display: flex; flex-flow: row wrap; justify-content: center; gap: 0.5em">
{{Recipe Box |
{{Recipe Box |
  name = Golden Apple Streusel Tart |
  name = Bowl Of Hot Chili |
  component-1 = {{Recipe Component|item=pie dough|image=File:Pie Dough.png|amount={{{amount|1}}}}} |
  component-1 = {{Recipe Component|item=bowl|image=File:Bowl.png|amount={{{amount|1}}}}} |
  component-2 = {{Recipe Component|item=apple|image=File:Apple.png|amount={{{amount|2}}}}} |
  component-2 = {{Recipe Component|item=chili|image=File:Chili.png|amount={{{amount|1}}}}} |
  component-3 = {{Recipe Component|item=pie tin|image=File:Pie Tin.png|amount={{{amount|1}}}}} |
  component-3 = {{Recipe Component|item=raw cutlet|image=File:Raw Cutlet.png|amount={{{amount|1}}}}} |
  component-4 = {{Recipe Component|item=gold (liquid)|image=File:Beaker.png|amount={{{amount|10}}}}} |
  component-4 = {{Recipe Component|item=onion slice|image=File:Onion Slice.png|amount={{{amount|1}}}}} |
  component-5 = {{Recipe Component|item=sugar|image=File:Beaker.png|amount={{{amount|5}}}}} |
  component-5 = {{Recipe Component|item=tomato|image=File:Tomato.png|amount={{{amount|1}}}}} |
component-6 = {{Recipe Component|item=milk|image=File:Beaker.png|amount={{{amount|5}}}}} |
  transformer = {{Microwave | time = 20}} |
 
  result = {{Recipe Component|item=Bowl Of Hot Chili|image=File:Bowl Of Hot Chili.png|amount={{{amount|1}}}}}
  transformer = {{Microwave | time = 15}} |
  result = {{Recipe Component|item=Golden Apple Streusel Tart|image=File:Golden Apple Streusel Tart.png|amount={{{amount|1}}}}}
}}
}}


{{Recipe Box |
{{Recipe Box |
  name = Mime Tart |
  name = Cold Chili |
  component-1 = {{Recipe Component|item=pie dough|image=File:Pie Dough.png|amount={{{amount|1}}}}} |
  component-1 = {{Recipe Component|item=nitrogen|image=File:Nitrogen Liquid.png|amount={{{amount|5u}}}}} |
  component-2 = {{Recipe Component|item=mimana|image=File:Mimanaproduce.png|amount={{{amount|3}}}}} |
  component-2 = {{Recipe Component|item=bowl of hot chili|image=File:Bowl Of Hot Chili.png|amount={{{amount|1}}}}} |
component-3 = {{Recipe Component|item=pie tin|image=File:Pie Tin.png|amount={{{amount|1}}}}} |
  transformer = {{Microwave | time = 5}} |
component-4 = {{Recipe Component|item=sugar|image=File:Beaker.png|amount={{{amount|5}}}}} |
  result = {{Recipe Component|item=Cold Chili|image=File:Cold Chili.png|amount={{{amount|1}}}}}
component-5 = {{Recipe Component|item=milk|image=File:Beaker.png|amount={{{amount|5}}}}} |
  transformer = {{Microwave | time = 15}} |
  result = {{Recipe Component|item=Mime Tart|image=File:Mime Tart.png|amount={{{amount|1}}}}}
}}
}}


{{Recipe Box |
{{Recipe Box |
  name = Chocolate Lava Tart |
  name = Chili Con Carnival |
  component-1 = {{Recipe Component|item=pie dough|image=File:Pie Dough.png|amount={{{amount|1}}}}} |
  component-1 = {{Recipe Component|item=clown shoes|image=File:Clown shoes.png|amount={{{amount|1}}}}} |
  component-2 = {{Recipe Component|item=chocolate bar|image=File:Chocolate Bar.png|amount={{{amount|3}}}}} |
  component-2 = {{Recipe Component|item=bowl|image=File:Bowl.png|amount={{{amount|1}}}}} |
  component-3 = {{Recipe Component|item=pie tin|image=File:Pie Tin.png|amount={{{amount|1}}}}} |
  component-3 = {{Recipe Component|item=chili|image=File:Chili.png|amount={{{amount|1}}}}} |
  component-4 = {{Recipe Component|item=sugar|image=File:Beaker.png|amount={{{amount|5}}}}} |
  component-4 = {{Recipe Component|item=raw cutlet|image=File:Raw Cutlet.png|amount={{{amount|1}}}}} |
  component-5 = {{Recipe Component|item=milk|image=File:Beaker.png|amount={{{amount|5}}}}} |
component-5 = {{Recipe Component|item=onion slice|image=File:Onion Slice.png|amount={{{amount|1}}}}} |
  transformer = {{Microwave | time = 15}} |
  component-6 = {{Recipe Component|item=tomato|image=File:Tomato.png|amount={{{amount|1}}}}} |
  result = {{Recipe Component|item=Chocolate Lava Tart|image=File:Chocolate Lava Tart.png|amount={{{amount|1}}}}}
  transformer = {{Microwave | time = 30}} |
  result = {{Recipe Component|item=Chili Con Carnival|image=File:Chili con carnival.png|amount={{{amount|1}}}}}
}}
}}


</div>
=== Cakes ===
<div style="display: flex; flex-flow: row wrap; justify-content: center; gap: 0.5em">
{{Recipe Box |
{{Recipe Box |
  name = Cake |
  name = Queso |
  component-1 = {{Recipe Component|item=cake batter|image=File:Cake Batter.png|amount={{{amount|1}}}}} |
  component-1 = {{Recipe Component|item=cheese wedge|image=File:Cheese Wedge.png|amount={{{amount|2}}}}} |
  transformer = {{Microwave | time = 15}} |
component-2 = {{Recipe Component|item=chili|image=File:Chili.png|amount={{{amount|1}}}}} |
  result = {{Recipe Component|item=Cake|image=File:Cake.png|amount={{{amount|1}}}}}
  transformer = {{Microwave | time = 15}} |
  result = {{Recipe Component|item=Queso|image=File:Queso.png|amount={{{amount|1}}}}}
}}
}}


{{Recipe Box |
{{Recipe Box |
  name = Apple Cake |
  name = Bungo Curry |
  component-1 = {{Recipe Component|item=apple|image=File:Apple.png|amount={{{amount|3}}}}} |
  component-1 = {{Recipe Component|item=bowl|image=File:Bowl.png|amount={{{amount|1}}}}} |
  component-2 = {{Recipe Component|item=cake|image=File:Cake.png|amount={{{amount|1}}}}} |
  component-2 = {{Recipe Component|item=bungo fruit|image=File:Bungo.png|amount={{{amount|2}}}}} |
  transformer = {{Microwave | time = 5}} |
component-3 = {{Recipe Component|item=chili|image=File:Chili.png|amount={{{amount|1}}}}} |
  result = {{Recipe Component|item=Apple Cake|image=File:Apple Cake.png|amount={{{amount|1}}}}}
component-4 = {{Recipe Component|item=water|image=File:Water Bottle.png|amount={{{amount|5u}}}}} |
  transformer = {{Microwave | time = 10}} |
  result = {{Recipe Component|item=Bungo Curry|image=File:Bungo Curry.png|amount={{{amount|1}}}}}
}}
}}


{{Recipe Box |
{{Recipe Box |
  name = Carrot Cake |
  name = Enchiladas |
  component-1 = {{Recipe Component|item=cake|image=File:Cake.png|amount={{{amount|1}}}}} |
  component-1 = {{Recipe Component|item=chili|image=File:Chili.png|amount={{{amount|2}}}}} |
  component-2 = {{Recipe Component|item=carrot|image=File:Carrot.png|amount={{{amount|3}}}}} |
  component-2 = {{Recipe Component|item=ear of corn|image=File:Ear Of Corn.png|amount={{{amount|1}}}}} |
  transformer = {{Microwave | time = 5}} |
component-3 = {{Recipe Component|item=raw cutlet|image=File:Raw Cutlet.png|amount={{{amount|1}}}}} |
  result = {{Recipe Component|item=Carrot Cake|image=File:Carrot Cake.png|amount={{{amount|1}}}}}
  transformer = {{Microwave | time = 20}} |
  result = {{Recipe Component|item=Enchiladas|image=File:Enchiladas.png|amount={{{amount|1}}}}}
}}
}}
</div>


=== Salads ===
<div style="display: flex; flex-flow: row wrap; justify-content: center; gap: 0.5em">
{{Recipe Box |
{{Recipe Box |
  name = Lemon Cake |
  name = Herb Salad |
  component-1 = {{Recipe Component|item=cake|image=File:Cake.png|amount={{{amount|1}}}}} |
  component-1 = {{Recipe Component|item=ambrosia vulgaris|image=File:Ambrosia Vulgaris.png|amount={{{amount|3}}}}} |
  component-2 = {{Recipe Component|item=lemon|image=File:Lemon.png|amount={{{amount|3}}}}} |
  component-2 = {{Recipe Component|item=apple|image=File:Apple.png|amount={{{amount|1}}}}} |
component-3 = {{Recipe Component|item=bowl|image=File:Bowl.png|amount={{{amount|1}}}}} |
  transformer = {{Microwave | time = 5}} |
  transformer = {{Microwave | time = 5}} |
  result = {{Recipe Component|item=Lemon Cake|image=File:Lemon Cake.png|amount={{{amount|1}}}}}
  result = {{Recipe Component|item=Herb Salad|image=File:Herb salad.png|amount={{{amount|1}}}}}
}}
}}


{{Recipe Box |
{{Recipe Box |
  name = Lemoon Cake |
  name = Coleslaw |
  component-1 = {{Recipe Component|item=cake|image=File:Cake.png|amount={{{amount|1}}}}} |
  component-1 = {{Recipe Component|item=vinaigrette|image=File:Vinaigrette Liquid.png|amount={{{amount|5u}}}}} | |
  component-2 = {{Recipe Component|item=lemoon|image=File:Lemoon.png|amount={{{amount|2}}}}} |
  component-2 = {{Recipe Component|item=bowl|image=File:Bowl.png|amount={{{amount|1}}}}} |
  component-3 = {{Recipe Component|item=berries|image=File:Berries.png|amount={{{amount|1}}}}} |
  component-3 = {{Recipe Component|item=red onion|image=File:Red Onion.png|amount={{{amount|1}}}}} |
 
component-4 = {{Recipe Component|item=cabbage|image=File:Cabbage.png|amount={{{amount|1}}}}} |
  transformer = {{Microwave | time = 5}} |
  transformer = {{Microwave | time = 5}} |
  result = {{Recipe Component|item=Lemoon Cake|image=File:Lemoon Cake.png|amount={{{amount|1}}}}}
  result = {{Recipe Component|item=Coleslaw|image=File:Coleslaw.png|amount={{{amount|1}}}}}
}}
}}


{{Recipe Box |
{{Recipe Box |
  name = Orange Cake |
  name = Caesar Salad |
  component-1 = {{Recipe Component|item=cake|image=File:Cake.png|amount={{{amount|1}}}}} |
  component-1 = {{Recipe Component|item=olive oil|image=File:Olive Oil.png|amount={{{amount|5}}}}} |
  component-2 = {{Recipe Component|item=orange|image=File:Orange.png|amount={{{amount|3}}}}} |
  component-2 = {{Recipe Component|item=bread slice|image=File:Bread slice.png|amount={{{amount|1}}}}} |
component-3 = {{Recipe Component|item=bowl|image=File:Bowl.png|amount={{{amount|1}}}}} |
component-4 = {{Recipe Component|item=cheese wedge|image=File:Cheese Wedge.png|amount={{{amount|1}}}}} |
component-5 = {{Recipe Component|item=cabbage|image=File:Cabbage.png|amount={{{amount|1}}}}} |
component-6 = {{Recipe Component|item=red onion slice|image=File:Red Onion_Slice.png|amount={{{amount|1}}}}} |
  transformer = {{Microwave | time = 5}} |
  transformer = {{Microwave | time = 5}} |
  result = {{Recipe Component|item=Orange Cake|image=File:Orange Cake.png|amount={{{amount|1}}}}}
  result = {{Recipe Component|item=Caesar Salad|image=File:Caesar Salad.png|amount={{{amount|1}}}}}
}}
}}


{{Recipe Box |
{{Recipe Box |
  name = Lime Cake |
  name = Kimchi Salad |
  component-1 = {{Recipe Component|item=cake|image=File:Cake.png|amount={{{amount|1}}}}} |
  component-1 = {{Recipe Component|item=vinegar|image=File:Vinegar Liquid.png|amount={{{amount|5u}}}}} |
  component-2 = {{Recipe Component|item=lime|image=File:Lime.png|amount={{{amount|3}}}}} |
  component-2 = {{Recipe Component|item=bowl|image=File:Bowl.png|amount={{{amount|1}}}}} |
component-3 = {{Recipe Component|item=carrot|image=File:Carrot.png|amount={{{amount|1}}}}} |
component-4 = {{Recipe Component|item=cabbage|image=File:Cabbage.png|amount={{{amount|1}}}}} |
component-5 = {{Recipe Component|item=garlic|image=File:Garlic.png|amount={{{amount|1}}}}} |
  transformer = {{Microwave | time = 5}} |
  transformer = {{Microwave | time = 5}} |
  result = {{Recipe Component|item=Lime Cake|image=File:Lime Cake.png|amount={{{amount|1}}}}}
  result = {{Recipe Component|item=Kimchi Salad|image=File:Kimchi.png|amount={{{amount|1}}}}}
}}
}}


{{Recipe Box |
{{Recipe Box |
  name = Pumpkin-Spice Cake |
  name = Valid Salad |
  component-1 = {{Recipe Component|item=cake|image=File:Cake.png|amount={{{amount|1}}}}} |
component-1 = {{Recipe Component|item=ambrosia vulgaris|image=File:Ambrosia Vulgaris.png|amount={{{amount|3}}}}} |
  component-2 = {{Recipe Component|item=pumpkin|image=File:Pumpkin.png|amount={{{amount|1}}}}} |
  component-2 = {{Recipe Component|item=bowl|image=File:Bowl.png|amount={{{amount|1}}}}} |
 
component-3 = {{Recipe Component|item=meatball|image=File:Meatball.png|amount={{{amount|1}}}}} |
  component-4 = {{Recipe Component|item=potato|image=File:Potato.png|amount={{{amount|1}}}}} |
  transformer = {{Microwave | time = 5}} |
  transformer = {{Microwave | time = 5}} |
  result = {{Recipe Component|item=Pumpkin-Spice Cake|image=File:Pumpkin-Spice Cake.png|amount={{{amount|1}}}}}
  result = {{Recipe Component|item=Valid Salad|image=File:Valid salad.png|amount={{{amount|1}}}}}
}}
}}


{{Recipe Box |
{{Recipe Box |
  name = Cheese Cake |
  name = Citrus Salad |
  component-1 = {{Chem Recipe Component|reagent=Cream|amount={{{amount|10}}}}} |
  component-1 = {{Recipe Component|item=bowl|image=File:Bowl.png|amount={{{amount|1}}}}} | |
  component-2 = {{Recipe Component|item=cake|image=File:Cake.png|amount={{{amount|1}}}}} |
  component-2 = {{Recipe Component|item=Lemon|image=File:Lemon.png|amount={{{amount|1}}}}} |
  component-3 = {{Recipe Component|item=cheese wedge|image=File:Cheese Wedge.png|amount={{{amount|3}}}}} |
  component-3 = {{Recipe Component|item=Lime|image=File:Lime.png|amount={{{amount|1}}}}} |
component-4 = {{Recipe Component|item=Orange|image=File:Orange.png|amount={{{amount|1}}}}} |
  transformer = {{Microwave | time = 5}} |
  transformer = {{Microwave | time = 5}} |
  result = {{Recipe Component|item=Cheese Cake|image=File:Cheese Cake.png|amount={{{amount|1}}}}}
  result = {{Recipe Component|item=Citrus Salad|image=File:Citrus Salad.png|amount={{{amount|1}}}}}
}}
}}


{{Recipe Box |
{{Recipe Box |
  name = Clown Cake |
  name = Fruit Salad |
  component-1 = {{Recipe Component|item=clown mask|image=File:Clown_mask.png|amount={{{amount|1}}}}} |
  component-1 = {{Recipe Component|item=bowl|image=File:Bowl.png|amount={{{amount|1}}}}} | |
  component-2 = {{Recipe Component|item=cake|image=File:Cake.png|amount={{{amount|1}}}}} |
  component-2 = {{Recipe Component|item=orange|image=File:Orange.png|amount={{{amount|1}}}}} |
component-3 = {{Recipe Component|item=apple|image=File:Apple.png|amount={{{amount|1}}}}} |
component-4 = {{Recipe Component|item=grape|image=File:Grape.png|amount={{{amount|1}}}}} |
component-5 = {{Recipe Component|item=watermelon slice|image=File:Watermelon Slice.png|amount={{{amount|2}}}}} |
  transformer = {{Microwave | time = 5}} |
  transformer = {{Microwave | time = 5}} |
  result = {{Recipe Component|item=Clown Cake|image=File:Clown Cake.png|amount={{{amount|1}}}}}
  result = {{Recipe Component|item=Fruit Salad|image=File:Fruit Salad.png|amount={{{amount|1}}}}}
}}
}}


{{Recipe Box |
{{Recipe Box |
  name = Birthday Cake |
  name = Jungle Salad |
  component-1 = {{Chem Recipe Component|reagent=Cream|amount={{{amount|5}}}}} |
  component-1 = {{Recipe Component|item=bowl|image=File:Bowl.png|amount={{{amount|1}}}}} | |
  component-2 = {{Recipe Component|item=cake|image=File:Cake.png|amount={{{amount|1}}}}} |
  component-2 = {{Recipe Component|item=banana|image=File:Banana.png|amount={{{amount|1}}}}} |
component-3 = {{Recipe Component|item=apple|image=File:Apple.png|amount={{{amount|1}}}}} |
component-4 = {{Recipe Component|item=grape|image=File:Grape.png|amount={{{amount|1}}}}} |
component-5 = {{Recipe Component|item=watermelon slice|image=File:Watermelon Slice.png|amount={{{amount|2}}}}} |
  transformer = {{Microwave | time = 5}} |
  transformer = {{Microwave | time = 5}} |
  result = {{Recipe Component|item=Birthday Cake|image=File:Birthday Cake.png|amount={{{amount|1}}}}}
  result = {{Recipe Component|item=Jungle Salad|image=File:Jungle Salad.png|amount={{{amount|1}}}}}
}}
}}


{{Recipe Box |
{{Recipe Box |
  name = Chocolate Cake |
  name = Melon Fruit Bowl |
  component-1 = {{Recipe Component|item=cake|image=File:Cake.png|amount={{{amount|1}}}}} |
  component-1 = {{Recipe Component|item=watermelon|image=File:Watermelon.png|amount={{{amount|1}}}}} | |
  component-2 = {{Recipe Component|item=chocolate bar|image=File:Chocolate Bar.png|amount={{{amount|2}}}}} |
  component-2 = {{Recipe Component|item=orange|image=File:Orange.png|amount={{{amount|1}}}}} |
component-3 = {{Recipe Component|item=apple|image=File:Apple.png|amount={{{amount|1}}}}} |
component-4 = {{Recipe Component|item=banana|image=File:Banana.png|amount={{{amount|1}}}}} |
component-5 = {{Recipe Component|item=lemon|image=File:Lemon.png|amount={{{amount|1}}}}} |
component-6 = {{Recipe Component|item=ambrosia vulgaris|image=File:Ambrosia Vulgaris.png|amount={{{amount|1}}}}} |
  transformer = {{Microwave | time = 5}} |
  transformer = {{Microwave | time = 5}} |
  result = {{Recipe Component|item=Chocolate Cake|image=File:Chocolate Cake.png|amount={{{amount|1}}}}}
  result = {{Recipe Component|item=Melon Fruit Bowl|image=File:Watermelon Fruit Bowl.png|amount={{{amount|1}}}}}
}}
}}
</div>
=== Pancakes & Waffles ===


<div style="display: flex; flex-flow: row wrap; justify-content: center; gap: 0.5em">
{{Recipe Box |
{{Recipe Box |
  name = Brain Cake |
  name = Pancake |
  component-1 = {{Recipe Component|item=cake|image=File:Cake.png|amount={{{amount|1}}}}} |
  component-1 = {{Recipe Component|item=raw egg|image=File:Egg Liquid.png|amount={{{amount|6u}}}}} |
  component-2 = {{Recipe Component|item=brain|image=File:OrganHumanBrain.png|amount={{{amount|1}}}}} |
  component-2 = {{Recipe Component|item=flour|image=File:Flour Bag.png|amount={{{amount|5u}}}}} |
  transformer = {{Microwave | time = 15}} |
component-3 = {{Recipe Component|item=milk|image=File:Milk Carton.png|amount={{{amount|5u}}}}} |
  result = {{Recipe Component|item=Brain Cake|image=File:Brain Cake.png|amount={{{amount|1}}}}}
  transformer = {{Microwave | time = 5}} |
  result = {{Recipe Component|item=Pancake|image=File:Pancake.png|amount={{{amount|1}}}}}
}}
}}


{{Recipe Box |
{{Recipe Box |
  name = Slime Cake |
  name = Chocolate Chip Pancake |
  component-1 = {{Chem Recipe Component|reagent=Slime|amount={{{amount|15}}}}} |
  component-1 = {{Recipe Component|item=raw egg|image=File:Egg Liquid.png|amount={{{amount|6u}}}}} |
  component-2 = {{Recipe Component|item=cake|image=File:Cake.png|amount={{{amount|1}}}}} |
  component-2 = {{Recipe Component|item=flour|image=File:Flour Bag.png|amount={{{amount|5u}}}}} |
component-3 = {{Recipe Component|item=milk|image=File:Milk Carton.png|amount={{{amount|5u}}}}} |
component-4 = {{Recipe Component|item=chocolate bar|image=File:Chocolate Bar.png|amount={{{amount|1}}}}} |
  transformer = {{Microwave | time = 5}} |
  transformer = {{Microwave | time = 5}} |
  result = {{Recipe Component|item=Slime Cake|image=File:Slime Cake.png|amount={{{amount|1}}}}}
  result = {{Recipe Component|item=Chocolate Chip Pancake|image=File:Chocolate Chip Pancake.png|amount={{{amount|1}}}}}
}}
}}


{{Recipe Box |
{{Recipe Box |
  name = Suppermatter |
  name = Blueberry Pancake |
  component-1 = {{Chem Recipe Component|reagent=Nitrogen|amount={{{amount|10}}}}} |
  component-1 = {{Recipe Component|item=raw egg|image=File:Egg Liquid.png|amount={{{amount|6u}}}}} |
  component-2 = {{Chem Recipe Component|reagent=Plasma|amount={{{amount|10}}}}} |
  component-2 = {{Recipe Component|item=flour|image=File:Flour Bag.png|amount={{{amount|5u}}}}} |
  component-3 = {{Chem Recipe Component|reagent=Sugar|amount={{{amount|30}}}}} |
  component-3 = {{Recipe Component|item=milk|image=File:Milk Carton.png|amount={{{amount|5u}}}}} |
  component-4 = {{Recipe Component|item=cake batter|image=File:Cake Batter.png|amount={{{amount|2}}}}} |
  component-4 = {{Recipe Component|item=berries|image=File:Berries.png|amount={{{amount|2}}}}} |
  transformer = {{Microwave | time = 30}} |
  transformer = {{Microwave | time = 5}} |
  result = {{Recipe Component|item=Suppermatter|image=File:Suppermatter.png|amount={{{amount|1}}}}}
  result = {{Recipe Component|item=Blueberry Pancake|image=File:Chocolate Chip Pancake.png|amount={{{amount|1}}}}}
}}
}}


{{Recipe Box |
{{Recipe Box |
  name = Suppermatter Shard |
  name = Waffles |
  component-1 = {{Recipe Component|item=Suppermatter|image=File:suppermatter.png|amount={{{amount|1}}}}} |
  component-1 = {{Recipe Component|item=raw egg|image=File:Egg Liquid.png|amount={{{amount|6u}}}}} |
  transformer = {{Slice}} |
component-2 = {{Recipe Component|item=flour|image=File:Flour Bag.png|amount={{{amount|5u}}}}} |
  result = {{Recipe Component|item=Suppermatter Shard|image=File:Suppermater Shard.png|amount={{{amount|8}}}}}
component-3 = {{Recipe Component|item=milk|image=File:Milk Carton.png|amount={{{amount|5u}}}}} |
component-4 = {{Recipe Component|item=soda water|image=File:Soda Water Can.png|amount={{{amount|5u}}}}} |
transformer = {{Microwave | time = 10}} |
result = {{Recipe Component|item=Waffles|image=File:Waffles.png|amount={{{amount|1}}}}}
}}
 
{{Recipe Box |
name = Soy Waffles |
component-1 = {{Recipe Component|item=raw egg|image=File:Egg Liquid.png|amount={{{amount|6u}}}}} |
component-2 = {{Recipe Component|item=flour|image=File:Flour Bag.png|amount={{{amount|5u}}}}} |
component-3 = {{Recipe Component|item=soy milk|image=File:Soy Milk Carton.png|amount={{{amount|5u}}}}} |
component-4 = {{Recipe Component|item=soda water|image=File:Soda Water Can.png|amount={{{amount|5u}}}}} |
  transformer = {{Microwave | time = 10}} |
  result = {{Recipe Component|item=Soy Waffles|image=File:Soy Waffles.png|amount={{{amount|1}}}}}
}}
}}
</div>
</div>


=== Muffins ===
=== Pies & Tarts ===
 
<div style="display: flex; flex-flow: row wrap; justify-content: center; gap: 0.5em">
<div style="display: flex; flex-flow: row wrap; justify-content: center; gap: 0.5em">
{{Recipe Box |
{{Recipe Box |
  name = Muffin |
  name = Apple Pie |
  component-1 = {{Recipe Component|item=muffin tin|image=File:Muffin Tin.png|amount={{{amount|1}}}}} |
  component-1 = {{Recipe Component|item=pie dough|image=File:Pie Dough.png|amount={{{amount|1}}}}} |
  component-2 = {{Recipe Component|item=dough slice|image=File:Dough Slice.png|amount={{{amount|1}}}}} |
  component-2 = {{Recipe Component|item=apple|image=File:Apple.png|amount={{{amount|3}}}}} |
  component-3 = {{Recipe Component|item=sugar|image=File:Beaker.png|amount={{{amount|10u}}}}} |
  component-3 = {{Recipe Component|item=pie tin|image=File:Pie Tin.png|amount={{{amount|1}}}}} |
  transformer = {{Microwave | time = 15}} |
  transformer = {{Microwave | time = 15}} |
  result = {{Recipe Component|item=Muffin|image=File:Muffin.png|amount={{{amount|1}}}}}
  result = {{Recipe Component|item=Apple Pie|image=File:Apple_Pie.png|amount={{{amount|1}}}}}
}}
}}


{{Recipe Box |
{{Recipe Box |
  name = Banana Muffin |
  name = Banana Cream Pie |
  component-1 = {{Recipe Component|item=muffin tin|image=File:Muffin Tin.png|amount={{{amount|1}}}}} |
  component-1 = {{Recipe Component|item=pie dough|image=File:Pie Dough.png|amount={{{amount|1}}}}} |
  component-2 = {{Recipe Component|item=dough slice|image=File:Dough Slice.png|amount={{{amount|1}}}}} |
  component-2 = {{Recipe Component|item=banana|image=File:Banana.png|amount={{{amount|3}}}}} |
component-3 = {{Recipe Component|item=sugar|image=File:Beaker.png|amount={{{amount|10u}}}}} |
  component-3 = {{Recipe Component|item=pie tin|image=File:Pie Tin.png|amount={{{amount|1}}}}} |
  component-3 = {{Recipe Component|item=banana|image=File:Banana.png|amount={{{amount|1}}}}} |
  transformer = {{Microwave | time = 15}} |
  transformer = {{Microwave | time = 15}} |
  result = {{Recipe Component|item=Banana Muffin|image=File:Muffin Banana.png|amount={{{amount|1}}}}}
  result = {{Recipe Component|item=Banana Cream Pie|image=File:Banana cream pie.png|amount={{{amount|1}}}}}
}}
}}


{{Recipe Box |
{{Recipe Box |
  name = Chocolate Muffin |
  name = Meat Pie |
  component-1 = {{Recipe Component|item=muffin tin|image=File:Muffin Tin.png|amount={{{amount|1}}}}} |
  component-1 = {{Recipe Component|item=pie dough|image=File:Pie Dough.png|amount={{{amount|1}}}}} |
  component-2 = {{Recipe Component|item=dough slice|image=File:Dough Slice.png|amount={{{amount|1}}}}} |
  component-2 = {{Recipe Component|item=raw meat|image=File:Raw Meat.png|amount={{{amount|3}}}}} |
  component-3 = {{Recipe Component|item=sugar|image=File:Beaker.png|amount={{{amount|10u}}}}} |
  component-3 = {{Recipe Component|item=pie tin|image=File:Pie Tin.png|amount={{{amount|1}}}}} |
component-4 = {{Recipe Component|item=chocolate bar|image=File:Chocolate Bar.png|amount={{{amount|1}}}}} |
  transformer = {{Microwave | time = 15}} |
  transformer = {{Microwave | time = 15}} |
  result = {{Recipe Component|item=Chocolate Muffin|image=File:Muffin Chocolate.png|amount={{{amount|1}}}}}
  result = {{Recipe Component|item=Meat Pie|image=File:Meat_Pie.png|amount={{{amount|1}}}}}
}}
}}


{{Recipe Box |
{{Recipe Box |
  name = Cherry Muffin |
  name = Xeno Pie |
  component-1 = {{Recipe Component|item=muffin tin|image=File:Muffin Tin.png|amount={{{amount|1}}}}} |
  component-1 = {{Recipe Component|item=pie dough|image=File:Pie Dough.png|amount={{{amount|1}}}}} |
  component-2 = {{Recipe Component|item=dough slice|image=File:Dough Slice.png|amount={{{amount|1}}}}} |
  component-2 = {{Recipe Component|item=raw xeno meat|image=File:Raw Xeno Meat.png|amount={{{amount|3}}}}} |
  component-3 = {{Recipe Component|item=sugar|image=File:Beaker.png|amount={{{amount|10u}}}}} |
  component-3 = {{Recipe Component|item=pie tin|image=File:Pie Tin.png|amount={{{amount|1}}}}} |
component-4 = {{Recipe Component|item=cherry|image=File:Cherry.png|amount={{{amount|3}}}}} |
  transformer = {{Microwave | time = 15}} |
  transformer = {{Microwave | time = 15}} |
  result = {{Recipe Component|item=Cherry Muffin|image=File:Muffin Cherry.png|amount={{{amount|1}}}}}
  result = {{Recipe Component|item=Xeno Pie|image=File:Xeno_Pie.png|amount={{{amount|1}}}}}
}}
}}


{{Recipe Box |
{{Recipe Box |
  name = Berry Muffin |
  name = Amanita Pie |
  component-1 = {{Recipe Component|item=muffin tin|image=File:Muffin Tin.png|amount={{{amount|1}}}}} |
  component-1 = {{Recipe Component|item=pie dough|image=File:Pie Dough.png|amount={{{amount|1}}}}} |
  component-2 = {{Recipe Component|item=dough slice|image=File:Dough Slice.png|amount={{{amount|1}}}}} |
  component-2 = {{Recipe Component|item=fly amanita|image=File:Fly amanita.png|amount={{{amount|1}}}}} |
  component-3 = {{Recipe Component|item=sugar|image=File:Beaker.png|amount={{{amount|10u}}}}} |
  component-3 = {{Recipe Component|item=pie tin|image=File:Pie Tin.png|amount={{{amount|1}}}}} |
component-4 = {{Recipe Component|item=berries|image=File:Berries.png|amount={{{amount|1}}}}} |
  transformer = {{Microwave | time = 15}} |
  transformer = {{Microwave | time = 15}} |
  result = {{Recipe Component|item=Berry Muffin|image=File:Muffin Berry.png|amount={{{amount|1}}}}}
  result = {{Recipe Component|item=Amanita Pie|image=File:Amanita pie-East-5359.png|amount={{{amount|1}}}}}
}}
}}
</div>
=== Cookies & Brownies ===
<div style="display: flex; flex-flow: row wrap; justify-content: center; gap: 0.5em">


{{Recipe Box |
{{Recipe Box |
  name = Cookie |
  name = Berry Clafoutis |
  component-1 = {{Chem Recipe Component|reagent=Flour|amount={{{amount|5}}}}} |
  component-1 = {{Recipe Component|item=pie dough|image=File:Pie Dough.png|amount={{{amount|1}}}}} |
component-2 = {{Chem Recipe Component|reagent=Sugar|amount={{{amount|5}}}}} |
  component-2 = {{Recipe Component|item=berries|image=File:Berries.png|amount={{{amount|3}}}}} |
  component-3 = {{Recipe Component|item=butter slice|image=File:Butter Slice.png|amount={{{amount|1}}}}} |
  component-3 = {{Recipe Component|item=pie tin|image=File:Pie Tin.png|amount={{{amount|1}}}}} |
  component-4 = {{Recipe Component|item=chocolate bar|image=File:Chocolate Bar.png|amount={{{amount|1}}}}} |
  transformer = {{Microwave | time = 15}} |
  transformer = {{Microwave | time = 5}} |
  result = {{Recipe Component|item=Berry Clafoutis|image=File:Berry Clafoutis.png|amount={{{amount|1}}}}}
  result = {{Recipe Component|item=Cookie|image=File:Cookie.png|amount={{{amount|1}}}}}
}}
}}


{{Recipe Box |
{{Recipe Box |
  name = Sugar Cookie |
  name = Baklava |
  component-1 = {{Chem Recipe Component|reagent=Flour|amount={{{amount|5}}}}} |
  component-1 = {{Recipe Component|item=pie dough|image=File:Pie Dough.png|amount={{{amount|1}}}}} |
  component-2 = {{Chem Recipe Component|reagent=Sugar|amount={{{amount|10}}}}} |
  component-2 = {{Recipe Component|item=sweetie's pistachios|image=File:Sweetie's Pistachios.png|amount={{{amount|1}}}}} |
  component-3 = {{Recipe Component|item=butter slice|image=File:Butter Slice.png|amount={{{amount|1}}}}} |
  component-3 = {{Recipe Component|item=pie tin|image=File:Pie Tin.png|amount={{{amount|1}}}}} |
  transformer = {{Microwave | time = 5}} |
  transformer = {{Microwave | time = 15}} |
  result = {{Recipe Component|item=Sugar Cookie|image=File:Sugar Cookie.png|amount={{{amount|1}}}}}
  result = {{Recipe Component|item=Baklava|image=File:Baklava.png|amount={{{amount|1}}}}}
}}
}}


{{Recipe Box |
{{Recipe Box |
  name = Raisin Cookie |
  name = Pumpkin Pie |
  component-1 = {{Chem Recipe Component|reagent=Flour|amount={{{amount|5}}}}} |
  component-1 = {{Recipe Component|item=pie dough|image=File:Pie Dough.png|amount={{{amount|1}}}}} |
  component-2 = {{Chem Recipe Component|reagent=Sugar|amount={{{amount|5}}}}} |
  component-2 = {{Recipe Component|item=Pumpkin|image=File:Pumpkin.png|amount={{{amount|1}}}}} |
  component-3 = {{Recipe Component|item=4no raisins|image=File:4no Raisins.png|amount={{{amount|1}}}}} |
  component-3 = {{Recipe Component|item=pie tin|image=File:Pie Tin.png|amount={{{amount|1}}}}} |
  transformer = {{Microwave | time = 5}} |
  transformer = {{Microwave | time = 15}} |
  result = {{Recipe Component|item=Raisin Cookie|image=File:Raisin Cookie.png|amount={{{amount|1}}}}}
  result = {{Recipe Component|item=Pumpkin Pie|image=File:Pumpkin Pie.png|amount={{{amount|1}}}}}
}}
}}


{{Recipe Box |
{{Recipe Box |
  name = Oatmeal Cookie |
  name = Cherry Pie |
  component-1 = {{Chem Recipe Component|reagent=Oats|amount={{{amount|5}}}}} |
  component-1 = {{Recipe Component|item=pie dough|image=File:Pie Dough.png|amount={{{amount|1}}}}} |
  component-2 = {{Chem Recipe Component|reagent=Sugar|amount={{{amount|5}}}}} |
  component-2 = {{Recipe Component|item=cherry|image=File:Cherry.png|amount={{{amount|5}}}}} |
  component-3 = {{Recipe Component|item=butter slice|image=File:Butter Slice.png|amount={{{amount|1}}}}} |
  component-3 = {{Recipe Component|item=pie tin|image=File:Pie Tin.png|amount={{{amount|1}}}}} |
  transformer = {{Microwave | time = 5}} |
  transformer = {{Microwave | time = 15}} |
  result = {{Recipe Component|item=Oatmeal Cookie|image=File:Oatmeal Cookie.png|amount={{{amount|1}}}}}
  result = {{Recipe Component|item=Cherry Pie|image=File:Banana cream pie.png|amount={{{amount|1}}}}}
}}
}}


{{Recipe Box |
{{Recipe Box |
  name = Brownies |
  name = Frosty Pie |
  component-1 = {{Recipe Component|item=stick of butter|image=File:Stick Of Butter.png|amount={{{amount|2}}}}} |
  component-1 = {{Recipe Component|item=pie dough|image=File:Pie Dough.png|amount={{{amount|1}}}}} |
  component-2 = {{Recipe Component|item=chocolate bar|image=File:Chocolate Bar.png|amount={{{amount|2}}}}} |
  component-2 = {{Recipe Component|item=chilly pepper|image=File:Chillyproduce.png|amount={{{amount|1}}}}} |
  component-3 = {{Recipe Component|item=flour|image=File:Beaker.png|amount={{{amount|15u}}}}} |
  component-3 = {{Recipe Component|item=pie tin|image=File:Pie Tin.png|amount={{{amount|1}}}}} |
component-4 = {{Recipe Component|item=sugar|image=File:Beaker.png|amount={{{amount|30u}}}}} |
  transformer = {{Microwave | time = 15}} |
component-5 = {{Recipe Component|item=raw egg|image=File:Beaker.png|amount={{{amount|18u}}}}} |
  result = {{Recipe Component|item=Frosty Pie|image=File:Frosty Pie.png|amount={{{amount|1}}}}}
  transformer = {{Microwave | time = 30}} |
  result = {{Recipe Component|item=Brownies|image=File:Brownies.png|amount={{{amount|1}}}}}
}}
}}


{{Recipe Box |
{{Recipe Box |
  name = Cannabis Butter|
  name = Grape Tart |
  component-1 = {{Recipe Component|item=stick of butter|image=File:Stick Of Butter.png|amount={{{amount|1}}}}} |
  component-1 = {{Recipe Component|item=pie dough|image=File:Pie Dough.png|amount={{{amount|1}}}}} |
  component-2 = {{Recipe Component|item=cannabis leaves|image=File:Cannabis-produce.png|amount={{{amount|6}}}}} |
  component-2 = {{Recipe Component|item=sugar|image=File:Sugar Bag.png|amount={{{amount|5u}}}}} |
component-3 = {{Recipe Component|item=milk|image=File:Milk Carton.png|amount={{{amount|5u}}}}} |
component-4 = {{Recipe Component|item=grape|image=File:Grape.png|amount={{{amount|3}}}}} |
component-5 = {{Recipe Component|item=pie tin|image=File:Pie Tin.png|amount={{{amount|1}}}}} |
  transformer = {{Microwave | time = 15}} |
  transformer = {{Microwave | time = 15}} |
  result = {{Recipe Component|item=Stick of Cannabis Butter|image=File:Stick Of Cannabis Butter.png|amount={{{amount|1}}}}}
  result = {{Recipe Component|item=Grape Tart|image=File:Grape Tart.png|amount={{{amount|1}}}}}
}}
{{Recipe Box |
name = Special Brownies |
component-1 = {{Recipe Component|item=stick of cannabis butter|image=File:Stick Of Cannabis Butter.png|amount={{{amount|2}}}}} |
component-2 = {{Recipe Component|item=chocolate bar|image=File:Chocolate Bar.png|amount={{{amount|2}}}}} |
component-3 = {{Recipe Component|item=flour|image=File:Beaker.png|amount={{{amount|15u}}}}} |
component-4 = {{Recipe Component|item=sugar|image=File:Beaker.png|amount={{{amount|30u}}}}} |
component-5 = {{Recipe Component|item=raw egg|image=File:Beaker.png|amount={{{amount|18u}}}}} |
transformer = {{Microwave | time = 30}} |
result = {{Recipe Component|item=Special Brownies|image=File:Brownies.png|amount={{{amount|1}}}}}
}}
}}


{{Recipe Box |
{{Recipe Box |
  name = Brownie |
  name = Golden Apple Streusel Tart |
  component-1 = {{Recipe Component|item=brownies|image=File:Brownies.png|amount={{{amount|1}}}}} |
  component-1 = {{Recipe Component|item=pie dough|image=File:Pie Dough.png|amount={{{amount|1}}}}} |
  transformer = {{Slice}} |
component-2 = {{Recipe Component|item=apple|image=File:Apple.png|amount={{{amount|2}}}}} |
  result = {{Recipe Component|item=Brownie|image=File:Brownie.png|amount={{{amount|6}}}}}
component-3 = {{Recipe Component|item=pie tin|image=File:Pie Tin.png|amount={{{amount|1}}}}} |
component-4 = {{Recipe Component|item=gold (liquid)|image=File:Gold Liquid.png|amount={{{amount|10u}}}}} |
component-5 = {{Recipe Component|item=sugar|image=File:Sugar Bag.png|amount={{{amount|5u}}}}} |
component-6 = {{Recipe Component|item=milk|image=File:Milk Carton.png|amount={{{amount|5u}}}}} |
 
  transformer = {{Microwave | time = 15}} |
  result = {{Recipe Component|item=Golden Apple Streusel Tart|image=File:Golden Apple Streusel Tart.png|amount={{{amount|1}}}}}
}}
}}


{{Recipe Box |
{{Recipe Box |
  name = Special Brownie |
  name = Mime Tart |
  component-1 = {{Recipe Component|item=special brownies|image=File:Brownies.png|amount={{{amount|1}}}}} |
  component-1 = {{Recipe Component|item=pie dough|image=File:Pie Dough.png|amount={{{amount|1}}}}} |
  transformer = {{Slice}} |
component-2 = {{Recipe Component|item=mimana|image=File:Mimanaproduce.png|amount={{{amount|3}}}}} |
  result = {{Recipe Component|item=Special Brownie|image=File:Brownie.png|amount={{{amount|6}}}}}
component-3 = {{Recipe Component|item=pie tin|image=File:Pie Tin.png|amount={{{amount|1}}}}} |
component-4 = {{Recipe Component|item=sugar|image=File:Sugar Bag.png|amount={{{amount|u5}}}}} |
component-5 = {{Recipe Component|item=milk|image=File:Milk Carton.png|amount={{{amount|5u}}}}} |
transformer = {{Microwave | time = 15}} |
result = {{Recipe Component|item=Mime Tart|image=File:Mime Tart.png|amount={{{amount|1}}}}}
}}
 
{{Recipe Box |
name = Chocolate Lava Tart |
component-1 = {{Recipe Component|item=pie dough|image=File:Pie Dough.png|amount={{{amount|1}}}}} |
component-2 = {{Recipe Component|item=chocolate bar|image=File:Chocolate Bar.png|amount={{{amount|3}}}}} |
component-3 = {{Recipe Component|item=pie tin|image=File:Pie Tin.png|amount={{{amount|1}}}}} |
component-4 = {{Recipe Component|item=sugar|image=File:Sugar Bag.png|amount={{{amount|5u}}}}} |
component-5 = {{Recipe Component|item=milk|image=File:Milk Carton.png|amount={{{amount|5u}}}}} |
  transformer = {{Microwave | time = 15}} |
  result = {{Recipe Component|item=Chocolate Lava Tart|image=File:Chocolate Lava Tart.png|amount={{{amount|1}}}}}
}}
}}


</div>
</div>


=== Sentient Food ===
=== Cakes ===
<div style="display: flex; flex-flow: row wrap; justify-content: center; gap: 0.5em">
<div style="display: flex; flex-flow: row wrap; justify-content: center; gap: 0.5em">
{{Recipe Box |
{{Recipe Box |
  name = Bread Dog |
  name = Cake |
  component-1 = {{Recipe Component|item=sausage bread|image=File:Sausage-bread.png|amount={{{amount|1}}}}} |
  component-1 = {{Recipe Component|item=cake batter|image=File:Cake Batter.png|amount={{{amount|1}}}}} |
component-2 = {{Recipe Component|item=heart|image=File:Heart-off.png|amount={{{amount|1}}}}} |
component-3 = {{Recipe Component|item=cooked spaceshroom|image=File:Cooked Spaceshroom.png|amount={{{amount|1}}}}} |
component-4 = {{Recipe Component|item=cognizine|image=File:Beaker.png|amount={{{amount|5u}}}}} |
 
  transformer = {{Microwave | time = 15}} |
  transformer = {{Microwave | time = 15}} |
  result = {{Recipe Component|item=Bread Dog|image=File:Bread dog-South-5786.png|amount={{{amount|1}}}}}
  result = {{Recipe Component|item=Cake|image=File:Cake.png|amount={{{amount|1}}}}}
}}
}}


{{Recipe Box |
{{Recipe Box |
  name = Cak |
  name = Apple Cake |
  component-1 = {{Recipe Component|item=cake|image=File:Cake.png|amount={{{amount|1}}}}} |
  component-1 = {{Recipe Component|item=apple|image=File:Apple.png|amount={{{amount|3}}}}} |
  component-2 = {{Recipe Component|item=4no raisins|image=File:4no Raisins.png|amount={{{amount|1}}}}} |
  component-2 = {{Recipe Component|item=cake|image=File:Cake.png|amount={{{amount|1}}}}} |
component-3 = {{Recipe Component|item=heart|image=File:Heart-off.png|amount={{{amount|1}}}}} |
  transformer = {{Microwave | time = 5}} |
component-4 = {{Recipe Component|item=milk|image=File:Beaker.png|amount={{{amount|15u}}}}} |
  result = {{Recipe Component|item=Apple Cake|image=File:Apple Cake.png|amount={{{amount|1}}}}}
component-5 = {{Recipe Component|item=cognizine|image=File:Beaker.png|amount={{{amount|5u}}}}} |
 
  transformer = {{Microwave | time = 15}} |
  result = {{Recipe Component|item=Cak|image=File:Cak-South-5894.png|amount={{{amount|1}}}}}
}}
}}
</div>
=== Cotton Meals ===
<div style="display: flex; flex-flow: row wrap; justify-content: center; gap: 0.5em">


{{Recipe Box |
{{Recipe Box |
  name = Fiber |
  name = Carrot Cake |
  component-1 = {{Recipe Component|item=cotton boll|image=File:Cotton.png|amount={{{amount|1}}}}} |
  component-1 = {{Recipe Component|item=cake|image=File:Cake.png|amount={{{amount|1}}}}} |
 
component-2 = {{Recipe Component|item=carrot|image=File:Carrot.png|amount={{{amount|3}}}}} |
  transformer = {{Grinder}} |
  transformer = {{Microwave | time = 5}} |
  result = {{Recipe Component|item=Fiber|image=File:Beaker.png|amount={{{amount|10u}}}}}
  result = {{Recipe Component|item=Carrot Cake|image=File:Carrot Cake.png|amount={{{amount|1}}}}}
}}
}}


{{Recipe Box |
{{Recipe Box |
  name = Fiber |
  name = Lemon Cake |
  component-1 = {{Recipe Component|item=cloth|image=File:Cloth-East-35664.png|amount={{{amount|1}}}}} |
  component-1 = {{Recipe Component|item=cake|image=File:Cake.png|amount={{{amount|1}}}}} |
 
component-2 = {{Recipe Component|item=lemon|image=File:Lemon.png|amount={{{amount|3}}}}} |
  transformer = {{Juice}} |
  transformer = {{Microwave | time = 5}} |
  result = {{Recipe Component|item=Fiber|image=File:Beaker.png|amount={{{amount|3u}}}}}
  result = {{Recipe Component|item=Lemon Cake|image=File:Lemon Cake.png|amount={{{amount|1}}}}}
}}
}}


{{Recipe Box |
{{Recipe Box |
  name = Cotton Dough |
  name = Lemoon Cake |
  component-1 = {{Recipe Component|item=fiber|image=File:Beaker.png|amount={{{amount|10u}}}}} |
  component-1 = {{Recipe Component|item=cake|image=File:Cake.png|amount={{{amount|1}}}}} |
  component-2 = {{Recipe Component|item=flour|image=File:Beaker.png|amount={{{amount|5u}}}}} |
  component-2 = {{Recipe Component|item=lemoon|image=File:Lemoon.png|amount={{{amount|2}}}}} |
  component-3 = {{Recipe Component|item=water|image=File:Beaker.png|amount={{{amount|10u}}}}} |
  component-3 = {{Recipe Component|item=berries|image=File:Berries.png|amount={{{amount|1}}}}} |
  transformer = {{Beaker}} |
 
  result = {{Recipe Component|item=Cotton Dough|image=File:Cotton Dough.png|amount={{{amount|1}}}}}
  transformer = {{Microwave | time = 5}} |
  result = {{Recipe Component|item=Lemoon Cake|image=File:Lemoon Cake.png|amount={{{amount|1}}}}}
}}
}}


{{Recipe Box |
{{Recipe Box |
  name = Cotton Bread |
  name = Orange Cake |
  component-1 = {{Recipe Component|item=cotton dough|image=File:Cotton Dough.png|amount={{{amount|1}}}}} |
  component-1 = {{Recipe Component|item=cake|image=File:Cake.png|amount={{{amount|1}}}}} |
  transformer = {{Microwave | time = 10}} |
component-2 = {{Recipe Component|item=orange|image=File:Orange.png|amount={{{amount|3}}}}} |
  result = {{Recipe Component|item=Cotton Bread|image=File:Cotton Bread.png|amount={{{amount|1}}}}}
  transformer = {{Microwave | time = 5}} |
  result = {{Recipe Component|item=Orange Cake|image=File:Orange Cake.png|amount={{{amount|1}}}}}
}}
}}


{{Recipe Box |
{{Recipe Box |
  name = Cotton Baguette |
  name = Lime Cake |
  component-1 = {{Recipe Component|item=table salt|image=File:Salt Shaker.png|amount={{{amount|5u}}}}} |
  component-1 = {{Recipe Component|item=cake|image=File:Cake.png|amount={{{amount|1}}}}} |
  component-2 = {{Recipe Component|item=black pepper|image=File:Pepper Shaker.png|amount={{{amount|5u}}}}} |
  component-2 = {{Recipe Component|item=lime|image=File:Lime.png|amount={{{amount|3}}}}} |
component-3 = {{Recipe Component|item=cotton dough|image=File:Cotton Dough.png|amount={{{amount|1}}}}} |
  transformer = {{Microwave | time = 5}} |
  transformer = {{Microwave | time = 15}} |
  result = {{Recipe Component|item=Lime Cake|image=File:Lime Cake.png|amount={{{amount|1}}}}}
  result = {{Recipe Component|item=Cotton Baguette|image=File:Cotton baguette.png|amount={{{amount|1}}}}}
}}
}}


{{Recipe Box |
{{Recipe Box |
  name = Cotton Crostini |
  name = Pumpkin-Spice Cake |
  component-1 = {{Recipe Component|item=cotton baguette|image=File:Cotton baguette.png|amount={{{amount|1}}}}} |
  component-1 = {{Recipe Component|item=cake|image=File:Cake.png|amount={{{amount|1}}}}} |
  transformer = {{Slice}} |
  component-2 = {{Recipe Component|item=pumpkin|image=File:Pumpkin.png|amount={{{amount|1}}}}} |
result = {{Recipe Component|item=Cotton Crostini|image=File:Cotton Crostini.png|amount={{{amount|12}}}}}
}}


{{Recipe Box |
name = Cotton Chèvre Chaud |
component-1 = {{Recipe Component|item=[[cotton crostini]]|image=File:Cotton Crostini.png|amount={{{amount|1}}}}} |
component-2 = {{Recipe Component|item=chèvre disk|image=File:Chèvre Disk.png|amount={{{amount|1}}}}} |
  transformer = {{Microwave | time = 5}} |
  transformer = {{Microwave | time = 5}} |
  result = {{Recipe Component|item=Cotton Chèvre Chaud|image=File:Cotton Chèvre Chaud.png|amount={{{amount|1}}}}}
  result = {{Recipe Component|item=Pumpkin-Spice Cake|image=File:Pumpkin-Spice Cake.png|amount={{{amount|1}}}}}
}}
}}


{{Recipe Box |
{{Recipe Box |
  name = Cotton Flat Dough |
  name = Cheese Cake |
  component-1 = {{Recipe Component|item=Dough|image=File:Cotton Dough.png|amount={{{amount|1}}}}} |
  component-1 = {{Recipe Component|item=cream|image=File:Cream Carton.png|amount={{{amount|10u}}}}} |
  transformer = {{Rolling Pin}} |
component-2 = {{Recipe Component|item=cake|image=File:Cake.png|amount={{{amount|1}}}}} |
  result = {{Recipe Component|item=Cotton Flat Dough|image=File:Cotton Flat Dough.png|amount={{{amount|1}}}}}
component-3 = {{Recipe Component|item=cheese wedge|image=File:Cheese Wedge.png|amount={{{amount|3}}}}} |
  transformer = {{Microwave | time = 5}} |
  result = {{Recipe Component|item=Cheese Cake|image=File:Cheese Cake.png|amount={{{amount|1}}}}}
}}
}}


{{Recipe Box |
{{Recipe Box |
  name = Raw Cotton Croissant |
  name = Clown Cake |
  component-1 = {{Recipe Component|item=flat cotton dough|image=File:Flat Cotton Dough.png|amount={{{amount|1}}}}} |
  component-1 = {{Recipe Component|item=clown mask|image=File:Clown_mask.png|amount={{{amount|1}}}}} |
  transformer = {{Slice}} |
component-2 = {{Recipe Component|item=cake|image=File:Cake.png|amount={{{amount|1}}}}} |
  result = {{Recipe Component|item=Raw Cotton Croissant|image=File:Raw Cotton Croissant.png|amount={{{amount|3}}}}}
  transformer = {{Microwave | time = 5}} |
  result = {{Recipe Component|item=Clown Cake|image=File:Clown Cake.png|amount={{{amount|1}}}}}
}}
}}


{{Recipe Box |
{{Recipe Box |
  name = Cotton Croissant |
  name = Birthday Cake |
  component-1 = {{Recipe Component|item=raw cotton croissant|image=File:Raw Cotton Croissant.png|amount={{{amount|1}}}}} |
  component-1 = {{Recipe Component|item=cream|image=File:Cream Carton.png|amount={{{amount|10u}}}}} |
  component-2 = {{Recipe Component|item=butter slice|image=File:Butter Slice.png|amount={{{amount|1}}}}} |
  component-2 = {{Recipe Component|item=cake|image=File:Cake.png|amount={{{amount|1}}}}} |
  transformer = {{Microwave | time = 5}} |
  transformer = {{Microwave | time = 5}} |
  result = {{Recipe Component|item=Cotton Croissant|image=File:Cotton Croissant.png|amount={{{amount|1}}}}}
  result = {{Recipe Component|item=Birthday Cake|image=File:Birthday Cake.png|amount={{{amount|1}}}}}
}}
}}


{{Recipe Box |
{{Recipe Box |
  name = Cotton Pizza |
  name = Chocolate Cake |
  component-1 = {{Recipe Component|item=[[cotton flat dough]]|image=File:Cotton Flat Dough.png|amount={{{amount|1}}}}} |
  component-1 = {{Recipe Component|item=cake|image=File:Cake.png|amount={{{amount|1}}}}} |
  component-2 = {{Recipe Component|item=cotton boll|image=File:Cotton.png|amount={{{amount|4}}}}} |
  component-2 = {{Recipe Component|item=chocolate bar|image=File:Chocolate Bar.png|amount={{{amount|2}}}}} |
  transformer = {{Microwave | time = 30}} |
  transformer = {{Microwave | time = 5}} |
  result = {{Recipe Component|item=Cotton Pizza|image=File:Cotton Pizza.png|amount={{{amount|1}}}}}
  result = {{Recipe Component|item=Chocolate Cake|image=File:Chocolate Cake.png|amount={{{amount|1}}}}}
}}
}}


{{Recipe Box |
{{Recipe Box |
  name = Cotton Dough Slice |
  name = Brain Cake |
  component-1 = {{Recipe Component|item=cotton dough|image=File:Cotton Dough.png|amount={{{amount|1}}}}} |
  component-1 = {{Recipe Component|item=cake|image=File:Cake.png|amount={{{amount|1}}}}} |
  transformer = {{Slice}} |
component-2 = {{Recipe Component|item=brain|image=File:OrganHumanBrain.png|amount={{{amount|1}}}}} |
  result = {{Recipe Component|item=Cotton Dough Slice|image=File:Cotton Dough Slice.png|amount={{{amount|3}}}}}
  transformer = {{Microwave | time = 15}} |
  result = {{Recipe Component|item=Brain Cake|image=File:Brain Cake.png|amount={{{amount|1}}}}}
}}
}}


{{Recipe Box |
{{Recipe Box |
  name = Cotton Dough Rope |
  name = Slime Cake |
  component-1 = {{Recipe Component|item=cotton dough slice|image=File:Cotton Dough Slice.png|amount={{{amount|1}}}}} |
  component-1 = {{Recipe Component|item=slime|image=File:Slime Liquid.png|amount={{{amount|15u}}}}} |
  transformer = {{Rolling Pin}} |
component-2 = {{Recipe Component|item=cake|image=File:Cake.png|amount={{{amount|1}}}}} |
  result = {{Recipe Component|item=Cotton Dough Rope|image=File:Cotton Dough Rope.png|amount={{{amount|1}}}}}
  transformer = {{Microwave | time = 5}} |
  result = {{Recipe Component|item=Slime Cake|image=File:Slime Cake.png|amount={{{amount|1}}}}}
}}
}}


{{Recipe Box |
{{Recipe Box |
  name = Cotton Bagel |
  name = Suppermatter |
  component-1 = {{Recipe Component|item=cotton dough rope|image=File:Cotton Dough Rope.png|amount={{{amount|1}}}}} |
  component-1 = {{Recipe Component|item=nitrogen|image=File:Nitrogen Liquid.png|amount={{{amount|10u}}}}} |
  transformer = {{Microwave | time = 5}} |
component-2 = {{Recipe Component|item=plasma (liquid)|image=File:Plasma Liquid.png|amount={{{amount|10u}}}}} |
  result = {{Recipe Component|item=Cotton Bagel|image=File:Cotton Bagel.png|amount={{{amount|1}}}}}
component-3 = {{Recipe Component|item=sugar|image=File:Sugar Bag.png|amount={{{amount|30u}}}}} |
component-4 = {{Recipe Component|item=cake batter|image=File:Cake Batter.png|amount={{{amount|2}}}}} |
  transformer = {{Microwave | time = 30}} |
  result = {{Recipe Component|item=Suppermatter|image=File:Suppermatter.png|amount={{{amount|1}}}}}
}}
}}


{{Recipe Box |
name = Suppermatter Shard |
component-1 = {{Recipe Component|item=Suppermatter|image=File:suppermatter.png|amount={{{amount|1}}}}} |
transformer = {{Slice}} |
result = {{Recipe Component|item=Suppermatter Shard|image=File:Suppermater Shard.png|amount={{{amount|8}}}}}
}}
</div>
</div>
=== Donk pockets ===
 
=== Muffins ===
<div style="display: flex; flex-flow: row wrap; justify-content: center; gap: 0.5em">
<div style="display: flex; flex-flow: row wrap; justify-content: center; gap: 0.5em">
{{Recipe Box |
{{Recipe Box |
  name = Warm Donk-pocket |
  name = Muffin |
  component-1 = {{Recipe Component|item=donk-pocket|image=File:Donk Pocket (any).png|amount={{{amount|1}}}}} |
  component-1 = {{Recipe Component|item=muffin tin|image=File:Muffin Tin.png|amount={{{amount|1}}}}} |
  transformer = {{Microwave | time = 5}} |
component-2 = {{Recipe Component|item=dough slice|image=File:Dough Slice.png|amount={{{amount|1}}}}} |
  result = {{Recipe Component|item=Warm Donk-pocket|image=File:Warm Donk-pocket.png|amount={{{amount|1}}}}}
component-3 = {{Recipe Component|item=sugar|image=File:Sugar Bag.png|amount={{{amount|10u}}}}} |
  transformer = {{Microwave | time = 15}} |
  result = {{Recipe Component|item=Muffin|image=File:Muffin.png|amount={{{amount|1}}}}}
}}
}}


{{Recipe Box |
{{Recipe Box |
  name = Warm Dank-pocket |
  name = Banana Muffin |
  component-1 = {{Recipe Component|item=dank-pocket|image=File:Dank-pocket.png|amount={{{amount|1}}}}} |
component-1 = {{Recipe Component|item=muffin tin|image=File:Muffin Tin.png|amount={{{amount|1}}}}} |
  transformer = {{Microwave | time = 5}} |
  component-2 = {{Recipe Component|item=dough slice|image=File:Dough Slice.png|amount={{{amount|1}}}}} |
  result = {{Recipe Component|item=Warm Dank-pocket|image=File:Warm Dank-pocket.png|amount={{{amount|1}}}}}
component-3 = {{Recipe Component|item=sugar|image=File:Sugar Bag.png|amount={{{amount|10u}}}}} |
component-4 = {{Recipe Component|item=banana|image=File:Banana.png|amount={{{amount|1}}}}} |
  transformer = {{Microwave | time = 15}} |
  result = {{Recipe Component|item=Banana Muffin|image=File:Muffin Banana.png|amount={{{amount|1}}}}}
}}
}}


{{Recipe Box |
{{Recipe Box |
  name = Warm Spicy-pocket |
  name = Chocolate Muffin |
  component-1 = {{Recipe Component|item=spicy-pocket|image=File:Spicy-pocket.png|amount={{{amount|1}}}}} |
component-1 = {{Recipe Component|item=muffin tin|image=File:Muffin Tin.png|amount={{{amount|1}}}}} |
  transformer = {{Microwave | time = 5}} |
  component-2 = {{Recipe Component|item=dough slice|image=File:Dough Slice.png|amount={{{amount|1}}}}} |
  result = {{Recipe Component|item=Warm Spicy-pocket|image=File:Warm Spicy-pocket.png|amount={{{amount|1}}}}}
component-3 = {{Recipe Component|item=sugar|image=File:Sugar Bag.png|amount={{{amount|10u}}}}} |
component-4 = {{Recipe Component|item=chocolate bar|image=File:Chocolate Bar.png|amount={{{amount|1}}}}} |
  transformer = {{Microwave | time = 15}} |
  result = {{Recipe Component|item=Chocolate Muffin|image=File:Muffin Chocolate.png|amount={{{amount|1}}}}}
}}
}}


{{Recipe Box |
{{Recipe Box |
  name = Warm Teriyaki-pocket |
  name = Cherry Muffin |
  component-1 = {{Recipe Component|item=teriyaki-pocket|image=File:Teriyaki-pocket.png|amount={{{amount|1}}}}} |
component-1 = {{Recipe Component|item=muffin tin|image=File:Muffin Tin.png|amount={{{amount|1}}}}} |
  transformer = {{Microwave | time = 5}} |
  component-2 = {{Recipe Component|item=dough slice|image=File:Dough Slice.png|amount={{{amount|1}}}}} |
  result = {{Recipe Component|item=Warm Teriyaki-pocket|image=File:Warm Teriyaki-pocket.png|amount={{{amount|1}}}}}
component-3 = {{Recipe Component|item=sugar|image=File:Sugar Bag.png|amount={{{amount|10u}}}}} |
component-4 = {{Recipe Component|item=cherry|image=File:Cherry.png|amount={{{amount|3}}}}} |
  transformer = {{Microwave | time = 15}} |
  result = {{Recipe Component|item=Cherry Muffin|image=File:Muffin Cherry.png|amount={{{amount|1}}}}}
}}
}}


{{Recipe Box |
{{Recipe Box |
  name = Warm Pizza-pocket |
  name = Berry Muffin |
  component-1 = {{Recipe Component|item=pizza-pocket|image=File:Pizza-pocket.png|amount={{{amount|1}}}}} |
component-1 = {{Recipe Component|item=muffin tin|image=File:Muffin Tin.png|amount={{{amount|1}}}}} |
  transformer = {{Microwave | time = 5}} |
  component-2 = {{Recipe Component|item=dough slice|image=File:Dough Slice.png|amount={{{amount|1}}}}} |
  result = {{Recipe Component|item=Warm Pizza-pocket|image=File:Warm Pizza-pocket.png|amount={{{amount|1}}}}}
component-3 = {{Recipe Component|item=sugar|image=File:Sugar Bag.png|amount={{{amount|10u}}}}} |
component-4 = {{Recipe Component|item=berries|image=File:Berries.png|amount={{{amount|1}}}}} |
  transformer = {{Microwave | time = 15}} |
  result = {{Recipe Component|item=Berry Muffin|image=File:Muffin Berry.png|amount={{{amount|1}}}}}
}}
}}
</div>
=== Cookies & Brownies ===
<div style="display: flex; flex-flow: row wrap; justify-content: center; gap: 0.5em">


{{Recipe Box |
{{Recipe Box |
  name = Warm Honk-pocket |
  name = Cookie |
  component-1 = {{Recipe Component|item=honk-pocket|image=File:Honk-pocket.png|amount={{{amount|1}}}}} |
component-1 = {{Recipe Component|item=flour|image=File:Flour Bag.png|amount={{{amount|5u}}}}} |
  component-2 = {{Recipe Component|item=sugar|image=File:Sugar Bag.png|amount={{{amount|5u}}}}} |
component-3 = {{Recipe Component|item=butter slice|image=File:Butter Slice.png|amount={{{amount|1}}}}} |
component-4 = {{Recipe Component|item=chocolate bar|image=File:Chocolate Bar.png|amount={{{amount|1}}}}} |
  transformer = {{Microwave | time = 5}} |
  transformer = {{Microwave | time = 5}} |
  result = {{Recipe Component|item=Warm Honk-pocket|image=File:Warm Honk-pocket.png|amount={{{amount|1}}}}}
  result = {{Recipe Component|item=Cookie|image=File:Cookie.png|amount={{{amount|1}}}}}
}}
}}


{{Recipe Box |
{{Recipe Box |
  name = Warm Berry-pocket |
  name = Sugar Cookie |
  component-1 = {{Recipe Component|item=berry-pocket|image=File:Berry-pocket.png|amount={{{amount|1}}}}} |
  component-1 = {{Recipe Component|item=flour|image=File:Flour Bag.png|amount={{{amount|5u}}}}} |
component-2 = {{Recipe Component|item=sugar|image=File:Sugar Bag.png|amount={{{amount|10u}}}}} |
component-3 = {{Recipe Component|item=butter slice|image=File:Butter Slice.png|amount={{{amount|1}}}}} |
  transformer = {{Microwave | time = 5}} |
  transformer = {{Microwave | time = 5}} |
  result = {{Recipe Component|item=Warm Berry-pocket|image=File:Warm Berry-pocket.png|amount={{{amount|1}}}}}
  result = {{Recipe Component|item=Sugar Cookie|image=File:Sugar Cookie.png|amount={{{amount|1}}}}}
}}
}}


{{Recipe Box |
{{Recipe Box |
  name = Warm Stonk-pocket |
  name = Raisin Cookie |
  component-1 = {{Recipe Component|item=stonk-pocket|image=File:Stonk-Pocket.png|amount={{{amount|1}}}}} |
  component-1 = {{Recipe Component|item=flour|image=File:Flour Bag.png|amount={{{amount|5u}}}}} |
component-2 = {{Recipe Component|item=sugar|image=File:Sugar Bag.png|amount={{{amount|5u}}}}} |
component-3 = {{Recipe Component|item=4no raisins|image=File:4no Raisins.png|amount={{{amount|1}}}}} |
  transformer = {{Microwave | time = 5}} |
  transformer = {{Microwave | time = 5}} |
  result = {{Recipe Component|item=Warm Stonk-pocket|image=File:Stonk-Pocket.png|amount={{{amount|1}}}}}
  result = {{Recipe Component|item=Raisin Cookie|image=File:Raisin Cookie.png|amount={{{amount|1}}}}}
}}
}}


{{Recipe Box |
{{Recipe Box |
  name = Warm Carp-pocket |
  name = Oatmeal Cookie |
  component-1 = {{Recipe Component|item=carp-pocket|image=File:Carp-Pocket.png|amount={{{amount|1}}}}} |
  component-1 = {{Recipe Component|item=oats|image=File:Oats Liquid.png|amount={{{amount|5u}}}}} |
component-2 = {{Recipe Component|item=sugar|image=File:Sugar Bag.png|amount={{{amount|5u}}}}} |
component-3 = {{Recipe Component|item=butter slice|image=File:Butter Slice.png|amount={{{amount|1}}}}} |
  transformer = {{Microwave | time = 5}} |
  transformer = {{Microwave | time = 5}} |
  result = {{Recipe Component|item=Warm Carp-pocket|image=File:Carp-Pocket.png|amount={{{amount|1}}}}}
  result = {{Recipe Component|item=Oatmeal Cookie|image=File:Oatmeal Cookie.png|amount={{{amount|1}}}}}
}}
}}
</div>
=== Syndicate Recipes ===
* Syndicate recipes require the use of a  [[Donk Co. Microwave]]<div style="display: flex; flex-flow: row wrap; justify-content: center; gap: 0.5em">


<div style="display: flex; flex-flow: row wrap; justify-content: center; gap: 0.5em">
{{Recipe Box |
{{Recipe Box |
  name = Baguette (Weapon) |
  name = Brownies |
  component-1 = {{Recipe Component|item=table salt|image=File:Salt Shaker.png|amount={{{amount|5u}}}}} |
  component-1 = {{Recipe Component|item=stick of butter|image=File:Stick Of Butter.png|amount={{{amount|2}}}}} |
  component-2 = {{Recipe Component|item=black pepper|image=File:Pepper Shaker.png|amount={{{amount|5u}}}}} |
  component-2 = {{Recipe Component|item=chocolate bar|image=File:Chocolate Bar.png|amount={{{amount|2}}}}} |
  component-3 = {{Recipe Component|item=dough|image=File:Dough.png|amount={{{amount|1}}}}} |
  component-3 = {{Recipe Component|item=flour|image=File:Flour Bag.png|amount={{{amount|15u}}}}} |
  component-4 = {{Recipe Component|item=metal rod|image=File:Metal Rod.png|amount={{{amount|1}}}}} |
  component-4 = {{Recipe Component|item=sugar|image=File:Sugar Bag.png|amount={{{amount|30u}}}}} |
  transformer = {{Donk Microwave | time = 15}} |
component-5 = {{Recipe Component|item=raw egg|image=File:Egg Liquid.png|amount={{{amount|18u}}}}} |
  result = {{Recipe Component|item=Baguette (Weapon)|image=File:Baguette.png|amount={{{amount|1}}}}}
  transformer = {{Microwave | time = 30}} |
  result = {{Recipe Component|item=Brownies|image=File:Brownies.png|amount={{{amount|1}}}}}
}}
}}


{{Recipe Box |
{{Recipe Box |
  name = Croissant (Weapon) |
  name = Cannabis Butter|
  component-1 = {{Recipe Component|item=raw croissant|image=File:Raw Croissant.png|amount={{{amount|1}}}}} |
  component-1 = {{Recipe Component|item=stick of butter|image=File:Stick Of Butter.png|amount={{{amount|1}}}}} |
  component-2 = {{Recipe Component|item=butter slice|image=File:Butter Slice.png|amount={{{amount|1}}}}} |
  component-2 = {{Recipe Component|item=cannabis leaves|image=File:Cannabis-produce.png|amount={{{amount|6}}}}} |
  component-3 = {{Recipe Component|item=glass shard|image=File:Glass Shard.png|amount={{{amount|1}}}}} |
transformer = {{Microwave | time = 15}} |
  transformer = {{Donk Microwave | time = 5}} |
result = {{Recipe Component|item=Stick of Cannabis Butter|image=File:Stick Of Cannabis Butter.png|amount={{{amount|1}}}}}
  result = {{Recipe Component|item=Croissant (Weapon)|image=File:Croissant.png|amount={{{amount|1}}}}}
}}
{{Recipe Box |
name = Special Brownies |
component-1 = {{Recipe Component|item=stick of cannabis butter|image=File:Stick Of Cannabis Butter.png|amount={{{amount|2}}}}} |
component-2 = {{Recipe Component|item=chocolate bar|image=File:Chocolate Bar.png|amount={{{amount|2}}}}} |
  component-3 = {{Recipe Component|item=flour|image=File:Flour Bag.png|amount={{{amount|15u}}}}} |
  component-4 = {{Recipe Component|item=sugar|image=File:Sugar Bag.png|amount={{{amount|30u}}}}} |
component-5 = {{Recipe Component|item=raw egg|image=File:Egg Liquid.png|amount={{{amount|18u}}}}} |
  result = {{Recipe Component|item=Special Brownies|image=File:Brownies.png|amount={{{amount|1}}}}}
}}
}}


</div>
{{Recipe Box |
=== Others ===
name = Brownie |
component-1 = {{Recipe Component|item=brownies|image=File:Brownies.png|amount={{{amount|1}}}}} |
transformer = {{Slice}} |
result = {{Recipe Component|item=Brownie|image=File:Brownie.png|amount={{{amount|6}}}}}
}}


<div style="display: flex; flex-flow: row wrap; justify-content: center; gap: 0.5em">
{{Recipe Box |
{{Recipe Box |
  name = Sashimi |
  name = Special Brownie |
  component-1 = {{Chem Recipe Component|reagent=TableSalt|amount={{{amount|1}}}}} |
  component-1 = {{Recipe Component|item=special brownies|image=File:Brownies.png|amount={{{amount|1}}}}} |
component-2 = {{Recipe Component|item=raw carp fillet|image=File:Raw Carp Fillet.png|amount={{{amount|2}}}}} |
  transformer = {{Slice}} |
  transformer = {{Microwave | time = 15}} |
  result = {{Recipe Component|item=Special Brownie|image=File:Brownie.png|amount={{{amount|6}}}}}
  result = {{Recipe Component|item=Sashimi|image=File:Sashimi.png|amount={{{amount|1}}}}}
}}
}}


{{Recipe Box |
</div>
  name = Cuban Carp |
 
  component-1 = {{Recipe Component|item=cheese wedge|image=File:Cheese Wedge.png|amount={{{amount|2}}}}} |
=== Sentient Food ===
  component-2 = {{Recipe Component|item=chili|image=File:Chili.png|amount={{{amount|1}}}}} |
<div style="display: flex; flex-flow: row wrap; justify-content: center; gap: 0.5em">
  component-3 = {{Recipe Component|item=dough|image=File:Dough.png|amount={{{amount|1}}}}} |
 
  component-4 = {{Recipe Component|item=raw carp fillet|image=File:Raw Carp Fillet.png|amount={{{amount|2}}}}} |
{{Recipe Box |
  name = Bread Dog |
  component-1 = {{Recipe Component|item=sausage bread|image=File:Sausage-bread.png|amount={{{amount|1}}}}} |
  component-2 = {{Recipe Component|item=heart|image=File:Heart-off.png|amount={{{amount|1}}}}} |
  component-3 = {{Recipe Component|item=cooked spaceshroom|image=File:Cooked Spaceshroom.png|amount={{{amount|1}}}}} |
  component-4 = {{Recipe Component|item=cognizine|image=File:Cognizine.png|amount={{{amount|5u}}}}} |
 
  transformer = {{Microwave | time = 15}} |
  transformer = {{Microwave | time = 15}} |
  result = {{Recipe Component|item=Cuban Carp|image=File:Cuban Carp.png|amount={{{amount|1}}}}}
  result = {{Recipe Component|item=Bread Dog|image=File:Bread dog-South-5786.png|amount={{{amount|1}}}}}
}}
}}


{{Recipe Box |
{{Recipe Box |
  name = Dumplings |
  name = Cak |
  component-1 = {{Recipe Component|item=dough slice|image=File:Dough Slice.png|amount={{{amount|3}}}}} |
  component-1 = {{Recipe Component|item=cake|image=File:Cake.png|amount={{{amount|1}}}}} |
  component-2 = {{Recipe Component|item=water|image=File:Beaker.png|amount={{{amount|10u}}}}} |
  component-2 = {{Recipe Component|item=4no raisins|image=File:4no Raisins.png|amount={{{amount|1}}}}} |
  component-3 = {{Recipe Component|item=uncooked animal proteins|image=File:Beaker.png|amount={{{amount|6}}}}} |
  component-3 = {{Recipe Component|item=heart|image=File:Heart-off.png|amount={{{amount|1}}}}} |
component-4 = {{Recipe Component|item=milk|image=File:Milk Carton.png|amount={{{amount|15u}}}}} |
component-5 = {{Recipe Component|item=cognizine|image=File:Cognizine.png|amount={{{amount|5u}}}}} |
 
  transformer = {{Microwave | time = 15}} |
  transformer = {{Microwave | time = 15}} |
  result = {{Recipe Component|item=Dumplings|image=File:Dumplings.png|amount={{{amount|1}}}}}
  result = {{Recipe Component|item=Cak|image=File:Cak-South-5894.png|amount={{{amount|1}}}}}
}}
}}
</div>
=== Cotton Meals ===
* For custom cotton burgers, see [[Cotton Bun|cotton bun]]<div style="display: flex; flex-flow: row wrap; justify-content: center; gap: 0.5em">
<div style="display: flex; flex-flow: row wrap; justify-content: center; gap: 0.5em">


{{Recipe Box |
{{Recipe Box |
  name = Popcorn |
  name = Fiber |
  component-1 = {{Recipe Component|item=ear of corn|image=File:Ear Of Corn.png|amount={{{amount|1}}}}} |
  component-1 = {{Recipe Component|item=cotton boll|image=File:Cotton.png|amount={{{amount|1}}}}} |
  transformer = {{Microwave | time = 20}} |
 
  result = {{Recipe Component|item=Popcorn|image=File:Popcorn.png|amount={{{amount|1}}}}}
  transformer = {{Grinder}} |
  result = {{Recipe Component|item=Fiber|image=File:Fiber Liquid.png|amount={{{amount|10u}}}}}
}}
}}


{{Recipe Box |
{{Recipe Box |
  name = Amanita Jelly |
  name = Fiber |
  component-1 = {{Chem Recipe Component|reagent=Vodka|amount={{{amount|5}}}}} |
  component-1 = {{Recipe Component|item=cloth|image=File:Cloth-East-35664.png|amount={{{amount|1}}}}} |
component-2 = {{Chem Recipe Component|reagent=Water|amount={{{amount|5}}}}} |
 
component-3 = {{Recipe Component|item=fly amanita|image=File:Fly amanita.png|amount={{{amount|3}}}}} |
  transformer = {{Juice}} |
  transformer = {{Microwave | time = 10}} |
  result = {{Recipe Component|item=Fiber|image=File:Fiber Liquid.png|amount={{{amount|3u}}}}}
  result = {{Recipe Component|item=Amanita Jelly|image=File:Amanita jelly.png|amount={{{amount|1}}}}}
}}
}}


{{Recipe Box |
{{Recipe Box |
  name = Boiled Snail |
  name = Cotton Dough |
  component-1 = {{Recipe Component|item=raw snail meat|image=File:Raw Snail Meat.png|amount={{{amount|1}}}}} |
  component-1 = {{Recipe Component|item=fiber|image=File:Fiber Liquid.png|amount={{{amount|10u}}}}} |
  component-2 = {{Recipe Component|item=water|image=File:Beaker.png|amount={{{amount|5u}}}}} |
  component-2 = {{Recipe Component|item=flour|image=File:Flour Bag.png|amount={{{amount|5u}}}}} |
  transformer = {{Microwave | time = 5}} |
  component-3 = {{Recipe Component|item=water|image=File:Water Bottle.png|amount={{{amount|10u}}}}} |
  result = {{Recipe Component|item=Boiled Snail|image=File:Boiled Snail.png|amount={{{amount|1}}}}}
transformer = {{Beaker}} |
  result = {{Recipe Component|item=Cotton Dough|image=File:Cotton Dough.png|amount={{{amount|1}}}}}
}}
}}


{{Recipe Box |
{{Recipe Box |
  name = Dry Tobacco Leaves|
  name = Cotton Bread |
  component-1 = {{Recipe Component|item=tobacco leaves|image=File:Tobacco leaves.png|amount={{{amount|1}}}}} |
  component-1 = {{Recipe Component|item=cotton dough|image=File:Cotton Dough.png|amount={{{amount|1}}}}} |
  transformer = {{Microwave | time = 10}} |
  transformer = {{Microwave | time = 10}} |
  result = {{Recipe Component|item=Dried Tobacco Leaves|image=File:LeavesTobaccoDried.png|amount={{{amount|1}}}}}
  result = {{Recipe Component|item=Cotton Bread|image=File:Cotton Bread.png|amount={{{amount|1}}}}}
}}
}}


{{Recipe Box |
{{Recipe Box |
  name = Dry Cannabis Leaves|
  name = Cotton Bread Slice |
  component-1 = {{Recipe Component|item=cannabis leaves|image=File:Cannabis-produce.png|amount={{{amount|1}}}}} |
  component-1 = {{Recipe Component|item=cotton bread|image=File:Cotton Bread.png|amount={{{amount|1}}}}} |
  transformer = {{Microwave | time = 10}} |
transformer = {{Slice}} |
  result = {{Recipe Component|item=Dried Cannabis Leaves|image=File:LeavesTobaccoDried.png|amount={{{amount|1}}}}}
result = {{Recipe Component|item=Cotton Bread Slice|image=File:Cotton Bread Slice.png|amount={{{amount|5}}}}}
}}
 
{{Recipe Box |
name = Cotton Baguette |
component-1 = {{Recipe Component|item=table salt|image=File:Salt Shaker.png|amount={{{amount|5u}}}}} |
component-2 = {{Recipe Component|item=black pepper|image=File:Pepper Shaker.png|amount={{{amount|5u}}}}} |
component-3 = {{Recipe Component|item=cotton dough|image=File:Cotton Dough.png|amount={{{amount|1}}}}} |
  transformer = {{Microwave | time = 15}} |
  result = {{Recipe Component|item=Cotton Baguette|image=File:Cotton baguette.png|amount={{{amount|1}}}}}
}}
 
{{Recipe Box |
name = Cotton Crostini |
component-1 = {{Recipe Component|item=cotton baguette|image=File:Cotton baguette.png|amount={{{amount|1}}}}} |
transformer = {{Slice}} |
result = {{Recipe Component|item=Cotton Crostini|image=File:Cotton Crostini.png|amount={{{amount|12}}}}}
}}
}}


{{Recipe Box |
{{Recipe Box |
  name = Dry Tea Leaves|
name = Cotton Chèvre Chaud |
  component-1 = {{Recipe Component|item=tea leaves|image=File:Tealeaf.png|amount={{{amount|1}}}}} |
component-1 = {{Recipe Component|item=[[cotton crostini]]|image=File:Cotton Crostini.png|amount={{{amount|1}}}}} |
  transformer = {{Microwave | time = 10}} |
component-2 = {{Recipe Component|item=chèvre disk|image=File:Chèvre Disk.png|amount={{{amount|1}}}}} |
  result = {{Recipe Component|item=Dried Tea Leaves|image=File:Dried Tea Leaves.png|amount={{{amount|1}}}}}
transformer = {{Microwave | time = 5}} |
result = {{Recipe Component|item=Cotton Chèvre Chaud|image=File:Cotton Chèvre Chaud.png|amount={{{amount|1}}}}}
}}
 
{{Recipe Box |
name = Cotton Flat Dough |
component-1 = {{Recipe Component|item=Dough|image=File:Cotton Dough.png|amount={{{amount|1}}}}} |
transformer = {{Rolling Pin}} |
result = {{Recipe Component|item=Cotton Flat Dough|image=File:Cotton Flat Dough.png|amount={{{amount|1}}}}}
}}
 
{{Recipe Box |
name = Raw Cotton Croissant |
component-1 = {{Recipe Component|item=flat cotton dough|image=File:Flat Cotton Dough.png|amount={{{amount|1}}}}} |
transformer = {{Slice}} |
result = {{Recipe Component|item=Raw Cotton Croissant|image=File:Raw Cotton Croissant.png|amount={{{amount|3}}}}}
}}
 
{{Recipe Box |
name = Cotton Croissant |
component-1 = {{Recipe Component|item=raw cotton croissant|image=File:Raw Cotton Croissant.png|amount={{{amount|1}}}}} |
component-2 = {{Recipe Component|item=butter slice|image=File:Butter Slice.png|amount={{{amount|1}}}}} |
transformer = {{Microwave | time = 5}} |
result = {{Recipe Component|item=Cotton Croissant|image=File:Cotton Croissant.png|amount={{{amount|1}}}}}
}}
 
{{Recipe Box |
name = Cotton Pizza |
component-1 = {{Recipe Component|item=[[cotton flat dough]]|image=File:Cotton Flat Dough.png|amount={{{amount|1}}}}} |
component-2 = {{Recipe Component|item=cotton boll|image=File:Cotton.png|amount={{{amount|4}}}}} |
transformer = {{Microwave | time = 30}} |
result = {{Recipe Component|item=Cotton Pizza|image=File:Cotton Pizza.png|amount={{{amount|1}}}}}
}}
 
{{Recipe Box |
name = Cotton Dough Slice |
component-1 = {{Recipe Component|item=cotton dough|image=File:Cotton Dough.png|amount={{{amount|1}}}}} |
transformer = {{Slice}} |
result = {{Recipe Component|item=Cotton Dough Slice|image=File:Cotton Dough Slice.png|amount={{{amount|3}}}}}
}}
 
{{Recipe Box |
name = Cotton Bun |
component-1 = {{Recipe Component|item=cotton dough slice|image=File:Cotton Dough Slice.png|amount={{{amount|1}}}}} |
transformer = {{Microwave | time = 5}} |
result = {{Recipe Component|item=Cotton Dough Bun|image=File:Cotton Bun.png|amount={{{amount|3}}}}}
}}
 
{{Recipe Box |
name = Cotton Dough Rope |
component-1 = {{Recipe Component|item=cotton dough slice|image=File:Cotton Dough Slice.png|amount={{{amount|1}}}}} |
transformer = {{Rolling Pin}} |
result = {{Recipe Component|item=Cotton Dough Rope|image=File:Cotton Dough Rope.png|amount={{{amount|1}}}}}
}}
 
{{Recipe Box |
name = Cotton Bagel |
component-1 = {{Recipe Component|item=cotton dough rope|image=File:Cotton Dough Rope.png|amount={{{amount|1}}}}} |
transformer = {{Microwave | time = 5}} |
result = {{Recipe Component|item=Cotton Bagel|image=File:Cotton Bagel.png|amount={{{amount|1}}}}}
}}
 
{{Recipe Box |
name = Cotton Grilled Cheese Sandwich|
component-1 = {{Recipe Component|item=cotton bread slice|image=File:Cotton Bread Slice.png|amount={{{amount|2}}}}} |
component-2 = {{Recipe Component|item=cheese wedge|image=File:Cheese Wedge.png|amount={{{amount|1}}}}} |
component-3 = {{Recipe Component|item=butter slice|image=File:Butter Slice.png|amount={{{amount|1}}}}} |
transformer = {{Microwave | time = 10}} |
result = {{Recipe Component|item=Cotton Grilled Cheese Sandwich|image=File:Cotton Grilled Cheese.png|amount={{{amount|1}}}}}
}}
 
</div>
=== Donk pockets ===
<div style="display: flex; flex-flow: row wrap; justify-content: center; gap: 0.5em">
{{Recipe Box |
name = Warm Donk-pocket |
component-1 = {{Recipe Component|item=donk-pocket|image=File:Donk Pocket (any).png|amount={{{amount|1}}}}} |
transformer = {{Microwave | time = 5}} |
result = {{Recipe Component|item=Warm Donk-pocket|image=File:Warm Donk-pocket.png|amount={{{amount|1}}}}}
}}
 
{{Recipe Box |
name = Warm Dank-pocket |
component-1 = {{Recipe Component|item=dank-pocket|image=File:Dank-pocket.png|amount={{{amount|1}}}}} |
transformer = {{Microwave | time = 5}} |
result = {{Recipe Component|item=Warm Dank-pocket|image=File:Warm Dank-pocket.png|amount={{{amount|1}}}}}
}}
 
{{Recipe Box |
name = Warm Spicy-pocket |
component-1 = {{Recipe Component|item=spicy-pocket|image=File:Spicy-pocket.png|amount={{{amount|1}}}}} |
transformer = {{Microwave | time = 5}} |
result = {{Recipe Component|item=Warm Spicy-pocket|image=File:Warm Spicy-pocket.png|amount={{{amount|1}}}}}
}}
 
{{Recipe Box |
name = Warm Teriyaki-pocket |
component-1 = {{Recipe Component|item=teriyaki-pocket|image=File:Teriyaki-pocket.png|amount={{{amount|1}}}}} |
transformer = {{Microwave | time = 5}} |
result = {{Recipe Component|item=Warm Teriyaki-pocket|image=File:Warm Teriyaki-pocket.png|amount={{{amount|1}}}}}
}}
 
{{Recipe Box |
name = Warm Pizza-pocket |
component-1 = {{Recipe Component|item=pizza-pocket|image=File:Pizza-pocket.png|amount={{{amount|1}}}}} |
transformer = {{Microwave | time = 5}} |
result = {{Recipe Component|item=Warm Pizza-pocket|image=File:Warm Pizza-pocket.png|amount={{{amount|1}}}}}
}}
 
{{Recipe Box |
name = Warm Honk-pocket |
component-1 = {{Recipe Component|item=honk-pocket|image=File:Honk-pocket.png|amount={{{amount|1}}}}} |
transformer = {{Microwave | time = 5}} |
result = {{Recipe Component|item=Warm Honk-pocket|image=File:Warm Honk-pocket.png|amount={{{amount|1}}}}}
}}
 
{{Recipe Box |
name = Warm Berry-pocket |
component-1 = {{Recipe Component|item=berry-pocket|image=File:Berry-pocket.png|amount={{{amount|1}}}}} |
transformer = {{Microwave | time = 5}} |
result = {{Recipe Component|item=Warm Berry-pocket|image=File:Warm Berry-pocket.png|amount={{{amount|1}}}}}
}}
 
{{Recipe Box |
name = Warm Stonk-pocket |
component-1 = {{Recipe Component|item=stonk-pocket|image=File:Stonk-Pocket.png|amount={{{amount|1}}}}} |
transformer = {{Microwave | time = 5}} |
result = {{Recipe Component|item=Warm Stonk-pocket|image=File:Stonk-Pocket.png|amount={{{amount|1}}}}}
}}
 
{{Recipe Box |
name = Warm Carp-pocket |
component-1 = {{Recipe Component|item=carp-pocket|image=File:Carp-Pocket.png|amount={{{amount|1}}}}} |
transformer = {{Microwave | time = 5}} |
result = {{Recipe Component|item=Warm Carp-pocket|image=File:Carp-Pocket.png|amount={{{amount|1}}}}}
}}
 
{{Recipe Box |
name = Warm Moth-pocket |
component-1 = {{Recipe Component|item=moth-pocket|image=File:Moth Pocket.png|amount={{{amount|1}}}}} |
transformer = {{Microwave | time = 5}} |
result = {{Recipe Component|item=Warm Moth-pocket|image=File:Moth Pocket.png|amount={{{amount|1}}}}}
}}
 
</div>
 
=== Syndicate Recipes ===
 
* Syndicate recipes require the use of a  [[Donk Co. Microwave]]<div style="display: flex; flex-flow: row wrap; justify-content: center; gap: 0.5em">
 
<div style="display: flex; flex-flow: row wrap; justify-content: center; gap: 0.5em">
{{Recipe Box |
name = Baguette (Weapon) |
component-1 = {{Recipe Component|item=table salt|image=File:Salt Shaker.png|amount={{{amount|5u}}}}} |
component-2 = {{Recipe Component|item=black pepper|image=File:Pepper Shaker.png|amount={{{amount|5u}}}}} |
component-3 = {{Recipe Component|item=dough|image=File:Dough.png|amount={{{amount|1}}}}} |
component-4 = {{Recipe Component|item=metal rod|image=File:Metal Rod.png|amount={{{amount|1}}}}} |
transformer = {{Donk Microwave | time = 15}} |
result = {{Recipe Component|item=Baguette (Weapon)|image=File:Baguette.png|amount={{{amount|1}}}}}
}}
 
{{Recipe Box |
name = Croissant (Weapon) |
component-1 = {{Recipe Component|item=raw croissant|image=File:Raw Croissant.png|amount={{{amount|1}}}}} |
component-2 = {{Recipe Component|item=butter slice|image=File:Butter Slice.png|amount={{{amount|1}}}}} |
component-3 = {{Recipe Component|item=glass shard|image=File:Glass Shard.png|amount={{{amount|1}}}}} |
transformer = {{Donk Microwave | time = 5}} |
result = {{Recipe Component|item=Croissant (Weapon)|image=File:Croissant.png|amount={{{amount|1}}}}}
}}
 
</div>
=== Others ===
 
<div style="display: flex; flex-flow: row wrap; justify-content: center; gap: 0.5em">
{{Recipe Box |
name = Sashimi |
component-1 = {{Recipe Component|item=table salt|image=File:Salt Shaker.png|amount={{{amount|1u}}}}} |
component-2 = {{Recipe Component|item=raw carp fillet|image=File:Raw Carp Fillet.png|amount={{{amount|2}}}}} |
transformer = {{Microwave | time = 15}} |
result = {{Recipe Component|item=Sashimi|image=File:Sashimi.png|amount={{{amount|1}}}}}
}}
 
{{Recipe Box |
name = Cuban Carp |
component-1 = {{Recipe Component|item=cheese wedge|image=File:Cheese Wedge.png|amount={{{amount|2}}}}} |
component-2 = {{Recipe Component|item=chili|image=File:Chili.png|amount={{{amount|1}}}}} |
component-3 = {{Recipe Component|item=dough|image=File:Dough.png|amount={{{amount|1}}}}} |
component-4 = {{Recipe Component|item=raw carp fillet|image=File:Raw Carp Fillet.png|amount={{{amount|2}}}}} |
transformer = {{Microwave | time = 15}} |
result = {{Recipe Component|item=Cuban Carp|image=File:Cuban Carp.png|amount={{{amount|1}}}}}
}}
 
{{Recipe Box |
name = Dumplings |
component-1 = {{Recipe Component|item=dough slice|image=File:Dough Slice.png|amount={{{amount|3}}}}} |
component-2 = {{Recipe Component|item=water|image=File:Water Bottle.png|amount={{{amount|10u}}}}} |
component-3 = {{Recipe Component|item=uncooked animal proteins|image=File:Uncooked Animal Proteins (liquid).png|amount={{{amount|6u}}}}} |
transformer = {{Microwave | time = 15}} |
result = {{Recipe Component|item=Dumplings|image=File:Dumplings.png|amount={{{amount|1}}}}}
}}
 
{{Recipe Box |
name = Popcorn |
component-1 = {{Recipe Component|item=ear of corn|image=File:Ear Of Corn.png|amount={{{amount|1}}}}} |
transformer = {{Microwave | time = 20}} |
result = {{Recipe Component|item=Popcorn|image=File:Popcorn.png|amount={{{amount|1}}}}}
}}
 
{{Recipe Box |
name = Amanita Jelly |
component-1 = {{Recipe Component|item=vodka|image=File:Vodka Bottle.png|amount={{{amount|5u}}}}} |
component-2 = {{Recipe Component|item=water|image=File:Water Bottle.png|amount={{{amount|5u}}}}} |
component-3 = {{Recipe Component|item=fly amanita|image=File:Fly amanita.png|amount={{{amount|3}}}}} |
transformer = {{Microwave | time = 10}} |
result = {{Recipe Component|item=Amanita Jelly|image=File:Amanita jelly.png|amount={{{amount|1}}}}}
}}
 
{{Recipe Box |
name = Boiled Snail |
component-1 = {{Recipe Component|item=raw snail meat|image=File:Raw Snail Meat.png|amount={{{amount|1}}}}} |
component-2 = {{Recipe Component|item=water|image=File:Water Bottle.png|amount={{{amount|5u}}}}} |
transformer = {{Microwave | time = 5}} |
result = {{Recipe Component|item=Boiled Snail|image=File:Boiled Snail.png|amount={{{amount|1}}}}}
}}
 
{{Recipe Box |
name = Dry Tobacco Leaves|
component-1 = {{Recipe Component|item=tobacco leaves|image=File:Tobacco leaves.png|amount={{{amount|1}}}}} |
transformer = {{Microwave | time = 10}} |
result = {{Recipe Component|item=Dried Tobacco Leaves|image=File:LeavesTobaccoDried.png|amount={{{amount|1}}}}}
}}
 
{{Recipe Box |
name = Dry Cannabis Leaves|
component-1 = {{Recipe Component|item=cannabis leaves|image=File:Cannabis-produce.png|amount={{{amount|1}}}}} |
transformer = {{Microwave | time = 10}} |
result = {{Recipe Component|item=Dried Cannabis Leaves|image=File:LeavesTobaccoDried.png|amount={{{amount|1}}}}}
}}
 
{{Recipe Box |
  name = Dry Tea Leaves|
  component-1 = {{Recipe Component|item=tea leaves|image=File:Tealeaf.png|amount={{{amount|1}}}}} |
  transformer = {{Microwave | time = 10}} |
  result = {{Recipe Component|item=Dried Tea Leaves|image=File:Dried Tea Leaves.png|amount={{{amount|1}}}}}
}}
}}


{{Recipe Box |
{{Recipe Box |
  name = Aloe Cream |
  name = Aloe Cream |
  component-1 = {{Recipe Component|item=aloe|image=File:Aloe-produce.png|amount={{{amount|1}}}}} |
  component-1 = {{Recipe Component|item=aloe|image=File:Aloe-produce.png|amount={{{amount|1}}}}} |
  transformer = {{Microwave | time = 10}} |
  transformer = {{Microwave | time = 10}} |
  result = {{Recipe Component|item=Aloe Cream|image=File:AloeCream.png|amount={{{amount|1}}}}}
  result = {{Recipe Component|item=Aloe Cream|image=File:AloeCream.png|amount={{{amount|1}}}}}
}}
}}
 
 
{{Recipe Box |
{{Recipe Box |
  name = Anomalous Meat Mass |
  name = Anomalous Meat Mass |
  component-1 = {{Recipe Component|item=anomaly core (meat)|image=File:Anomaly Core Meat Inert.png|amount={{{amount|1}}}}} |
  component-1 = {{Recipe Component|item=anomaly core (meat)|image=File:Anomaly Core Meat Inert.png|amount={{{amount|1}}}}} |
  transformer = {{Microwave | time = 5}} |
  transformer = {{Microwave | time = 5}} |
  result = {{Recipe Component|item=Anomalous Meat Mass|image=File:Anomalous Meat.png|amount={{{amount|1}}}}}
  result = {{Recipe Component|item=Anomalous Meat Mass|image=File:Anomalous Meat.png|amount={{{amount|1}}}}}
}}
}}
 
 
{{Recipe Box |
{{Recipe Box |
  name = Cut Anomalous Meat |
  name = Cut Anomalous Meat |
  component-1 = {{Recipe Component|item=anomalous meat mass|image=File:Anomalous Meat.png|amount={{{amount|1}}}}} |
  component-1 = {{Recipe Component|item=anomalous meat mass|image=File:Anomalous Meat.png|amount={{{amount|1}}}}} |
  transformer = {{Slice}} |
  transformer = {{Slice}} |
  result = {{Recipe Component|item=Raw Meat|image=File:Raw Meat.png|amount={{{amount|10}}}}}
  result = {{Recipe Component|item=Raw Meat|image=File:Raw Meat.png|amount={{{amount|10}}}}}
}}
}}
{{Recipe Box |
{{Recipe Box |
  name = Cut Anomalous Steak |
  name = Cut Anomalous Steak |
  component-1 = {{Recipe Component|item=anomalous steak|image=File:Anomalous Steak.png|amount={{{amount|1}}}}} |
  component-1 = {{Recipe Component|item=anomalous steak|image=File:Anomalous Steak.png|amount={{{amount|1}}}}} |
  transformer = {{Slice}} |
  transformer = {{Slice}} |
  result = {{Recipe Component|item=Steak|image=File:Steak.png|amount={{{amount|10}}}}}
  result = {{Recipe Component|item=Steak|image=File:Steak.png|amount={{{amount|10}}}}}
}}
}}
 
 
{{Recipe Box |
{{Recipe Box |
  name = Baked Banana Peel |
name = Raw Killer Tomato Cutlet |
  component-1 = {{Recipe Component|item=banana peel|image=File:Banana Peel.png|amount={{{amount|1}}}}} |
component-1 = {{Recipe Component|item=killer tomato meat|image=File:Killer Tomato Meat.png|amount={{{amount|1}}}}} |
  transformer = {{Microwave | time = 5}} |
transformer = {{Slice}} |
  result = {{Recipe Component|item=Baked Banana Peel|image=File:Baked Banana Peel.png|amount={{{amount|1}}}}}
result = {{Recipe Component|item=Raw Killer Tomato Cutlet|image=File:Raw Killer Tomato Cutlet.png|amount={{{amount|3}}}}}
}}
 
{{Recipe Box |
  name = Baked Banana Peel |
  component-1 = {{Recipe Component|item=banana peel|image=File:Banana Peel.png|amount={{{amount|1}}}}} |
  transformer = {{Microwave | time = 5}} |
  result = {{Recipe Component|item=Baked Banana Peel|image=File:Baked Banana Peel.png|amount={{{amount|1}}}}}
}}
 
{{Recipe Box |
name = Cocoa Powder |
component-1 = {{Recipe Component|item=cocoa beans|image=File:Cocoa Beans.png|amount={{{amount|1}}}}} |
transformer = {{Juice}} |
result = {{Recipe Component|item=Cocoa Powder|image=File:Cocoa Powder.png|amount={{{amount|2u}}}}}
}}
}}


Line 2,269: Line 2,681:
== Condiments & Ingredients==
== Condiments & Ingredients==
<div style="display: flex; flex-flow: row wrap; justify-content: center; gap: 0.5em">
<div style="display: flex; flex-flow: row wrap; justify-content: center; gap: 0.5em">
{{Chem box|Water}}
{{#invoke:Chem box|generate_chem_box|Water}}
{{Chem box|Milk}}
{{#invoke:Chem box|generate_chem_box|Milk}}
{{#invoke:Chemistry Lookup|buildboxes|Foods}}
{{#invoke:Chem box|generate_chem_boxes_for_group|foods}}</div>
</div>


== Notes ==
== Notes ==

Latest revision as of 09:48, 1 May 2025

This page will be on simmer until we can cook up something delicious.
In the meantime, please do check out the amazing work that Alice Heurlin / Arimah did with their cookbook

Your Tools

Microwave

The Microwave is the Chef's (and unlucky prisoner's) choice of heating utensil, being able to cook everything from bread to pizza and pies, as long as you select the right cook time.

It has a menu layout similar to the grinder, with ingredients in the microwave on the left, and a selection of buttons on the right. You can select from a range of cooking times, spanning from Instantaneous to 30 seconds. Each recipe requires a different time in the microwave. If the ingredients or time are wrong, the ingredients in the microwave will either be spit out or become a burnt mess. If you want to cook multiple of the same food, simply multiply the number of ingredients and the cooking time to cook all of it at once.


Reagent Grinder

The chef's second most important tool next to the microwave. Turn wheat into flour, cocoa into cocoa powder, and watch as someone vaults the kitchen counter to grind up pills they found on the floor.

After loading in a beaker and whatever you want to grind, you can choose one of two settings, Grind and Juice. Grind deconstructs items into their base chemical components, while Juice turns an item into a specific liquid.

For example, grinding an apple will break it down into vitamin and nutriment. Juicing an apple will turn it into apple juice.


Electric Grill

The Electric Grill is another method of heating up raw meat and spaceshrooms, and can heat up to 4 objects at a time. Great for if you need to cook up lots of meat at once, or if Chemistry stole your microwave. The Electric Grill has three power settings:

  • Low - 33% power draw. Heats up to 905K.
  • Medium - 66% power draw. Heats up to 1517K.
  • High - 100% power draw. Heats up to 2129K.

Even the lowest setting can cook anything you want, but higher settings will cook things a bit faster. Just be sure not to leave the power on, or else Engineering might have something to say about it.


Meat Spike

The meat spike is your primary way of obtaining more raw meat. Bipedal creatures such as monkeys, kobolds, and people cannot be butchered like most other animals. Instead, the dead or dying animal must be click-and-dragged onto a meat spike. When they're on the meat spike, you can use a knife to extract usable meat from them.

Freezers

Prevents meat placed inside from rotting. Great for if you want to keep some raw meat in your kitchen, or if your walk-in freezer is compromised. If you're desperate, you might even want to store dead bodies in there if you don't want them to rot.

The locker variant also has an electronic lock, which only someone with chef access can lock/unlock.


Lipid Extractor

A device that does not come with your kitchen, but must be researched and constructed by Science. Fat is extracted from any creature that is put in the lipid extractor until they become hungry. When enough is extracted, the lipid extractor generates raw meat.

Got any extra vitamin, nutriment, or protein lying around from grinding up food? eat it, step into the lipid extractor, and you can turn it into raw meat. You can even shove mice, monkeys, kobolds, or whatever else into the extractor to get some extra meat.

Your Supplies

Chef Locker

Almost every station has at least one. The chef locker contains:

  • Flour Bag x2
  • Sugar Bag x1
  • Milk Carton x2
  • Soy Milk Carton x1
  • Universal Enzyme Bottle x1
  • Salt Packet x3
  • Black Pepper Packet x3
  • Variant Cube Box x1
  • Box of FlutterSoft-brand Cloth x1 (Contains 10 cloth)
  • Emergency Crowbar x1
  • Mousetrap Box x2
  • Spray Bottle (Filled with water) x1

Vending Machines

Chefvend

Where most of your starting ingredients are located. The Chefvend contains:

  • Flour Bag x2
  • Cornmeal Bag x2
  • Sugar Bag x2
  • Salt Packet x4
  • Universal Enzyme Bottle x2
  • Hotsauce Bottle x1
  • Ketchup Bottle x1
  • BBQ Sauce Bottle x1
  • Vinegar Bottle x2
  • Olive Oil x2
  • Mayonnaise Tube x1
  • Variant Cube Box x1
  • Egg Carton x1
  • Milk Carton x2
  • Soy Milk Carton x1
  • Stick of Butter x3
  • Cheese Wheel x1
  • Raw Meat x6

Cutting the MNGR wire yields:

  • An egg carton filled with eggshells x1
  • box of donk-pockets x1
  • ice-cream sandwich x2
  • strawberry ice-cream sandwich x1

Plasteel Chef's Dinnerware Vendor

Where you can find your knives, cups, mugs, and other utensils. The Dinnerware Vendor contains:

  • Butcher's Cleaver x1
  • Kitchen Knife x5
  • Rolling Pin x4
  • Spoon x4
  • Fork x4
  • Paired Chopsticks x4
  • Bowl x10
  • Large Plate x10
  • Small Plate x10
  • Pie Tin x5
  • Muffin Tin x5
  • Skewer x5
  • Metamorphic Glass x5
  • Beaker x5
  • Large Beaker x5
  • Metal Pitcher x2
  • Mug x5
  • Black Mug x2
  • Blue Mug x2
  • Green Mug x2
  • Heart Mug x1
  • Metal Mug x2
  • Moebius Mug x1
  • #1 Mug x1
  • Rainbow Mug x2
  • Red Mug x2

Cutting the MNGR wire yields:

  • Candy Bowl x1
  • Bar Spoon x2
  • Shaker x2

ChefDrobe

Where you can find extra chef clothes if you didn't start with the chef outfit you wanted, or if you've been reassigned as a chef, or if you want to pull a Ratatouille. The ChefDrobe contains:

  • Service Headset x2
  • Apron x3
  • Chef's Freezer Coat x2
  • Chef Jacket x1
  • Chef Uniform (pants) x1
  • Italian Moustache x2
  • Chef Uniform (skirt) x2
  • Chef's hat x2
  • Black Shoes x2
  • Chef Shoes x2
  • Chef Belt x2

Cutting the MNGR wire yields:

  • Chef Figure x1

Happy Honk Dispenser

Only available on specific stations. The Happy Honk dispenser contains happy honk meals! And each one comes with its very own toy! (meal not included). The Happy Honk Dispenser contains:

  • Happy Honk Meal (clown) x10
  • Happy Honk Meal (mime) x4

Cutting the MNGR wire yields:

  • Clown Figure x1
  • Mime Figure x1
  • Syndicate Operative Figure x1

Cargo Restocks

Vendor Restock Boxes

Restock boxes can be inserted into their corresponding vending machines after the maintenance panel has been opened with a screwdriver. Adds the full contents of the vending machine to the vending machine. Vending machines have an inventory limit of three times its original stock.

  • ChefVend Restock Box - $680
  • Plasteel Chef's Restock Box - $2000
  • Wardrobe Restock Box - $2480 (Restocks the ChefDrobe, Found in "Clothing Restock Crate")
  • Happy Honk Restock Box - $2100


Kitchen Supplies Crate

Cost: $750

Contains many basic ingredients used for cooking. Great if there are no botanists, or if Botany is too focused on growing weed to get you ingredients.

Contains:

  • Flour Bag x3
  • Sugar Bag x2
  • Rice Bag x3
  • Milk Carton x4
  • Soy Milk Carton x2
  • Egg Carton x2
  • Universal Enzyme Bottle x2
  • Box of FlutterSoft-brand Cloth x1

Getmore Bakemore Crate

Cost: $750

An alternative supply crate containing baking ingredients.

Contains:

  • Flour Bag x3
  • Sugar Bag x2
  • Milk Carton x2
  • Egg Carton x2
  • Chocolate Bar x6
  • 4no Raisins x4
  • Sweetie's Pistachios x4
  • Salt Packet x3
  • Box of FlutterSoft-brand Cloth x1

Kitchen Dinnerware Crate

Cost: $750

Someone beak all your bowls? Want to make more than 5 pies at a time? The dinnerware crate has you covered, and it's significantly less expensive than a vendor restock.

Contains:

  • Spoon x2
  • Fork x2
  • Kitchen Knife x1
  • Bowl x4
  • Skewer x4
  • Pie Tin x4
  • Small Plate x4
  • Large Plate x4
  • Metamorphic Glass x4

Animal Crates

If you need livestock, be it for milk or their meat, you can order them from Cargo. Some animals useful to chef are:

  • Cow Crate - $3200
  • Chicken Crate - $4000
  • Goat Crate - $1200
  • Pig Crate - $1100
  • Crab Crate - $3000
  • Duck Crate - $4000
  • Penguin Crate - $2100
  • Goose Crate - $2100

Recipes

Base products

Mixing

Dough
flour [15u]
water [5u]
Mix
Dough [1]
Pie Dough
flour [15u]
raw egg [12u]
table salt [5u]
Mix
Pie Dough [1]
Cake Batter
flour [15u]
raw egg [12u]
sugar [5u]
milk [5u]
Mix
Cake Batter [1]
Cake Batter (Alt)
flour [15u]
soy milk [15u]
sugar [5u]
Mix
Cake Batter [1]
Cheese Wheel
milk [40u]
universal enzyme* [5u]
raw egg [6u]
Mix
Cheese Wheel [1]


Stick of Butter
milk [15u]
table salt* [5u]
Mix
Stick Of Butter [1]
Meatball (raw)
uncooked animal proteins [5u]
flour [5u]
raw egg [6u]
Mix
Meatball (raw) [1]


Tofu
soy milk [30u]
universal enzyme* [5u]
Mix
Tofu [1]
Cornmeal Dough
cornmeal [15u]
milk [10u]
raw egg [6u]
Mix
Cornmeal Dough [1]
Tortilla Dough
cornmeal [15u]
water [10u]
Mix
Tortilla Dough [1]
Chocolate Bar
coca powder [6u]
milk [2u]
sugar [2u]
Mix
Chocolate Bar [1]
Chèvre Log
goats milk [10u]
universal enzyme* [5u]
Mix
Chèvre Log [1]

Ingredient is not consumed during the reaction*


Rolling

Flat Dough
Dough [1]
Roll
Flat Dough [1]
Meat Patty
meatball [1]
Roll
Meat Patty [1]

Cutting

Dough Slice
dough [1]
Slice
Dough Slice [3]
Butter Slice
butter [1]
Slice
Butter Slice [3]
Cheese Wedge
cheese wheel [1]
Slice
Cheese Wedge [4]
Cutlets
(Nearly) Any Meat [1]
Slice
Cutlet [3]
Sliced Bread
Any Bread [1]
Slice
Bread Slice [5]
Sliced Pizza
Any Pizza [1]
Slice
Pizza Slice [8]
Sliced Pie
Any Pie [1]
Slice
Pie Slice [4]
Sliced Cake
Any Cake [1]
Slice
Cake Slice [5]
Onion Slice
onion [1]
Slice
Onion Slice [5]
Red Onion Slice
red onion [1]
Slice
Red Onion Slice [5]
Pineapple Slice
pineapple [1]
Slice
Pineapple Slice [5]
Watermelon Slice
watermelon [1]
Slice
Watermelon Slice [5]
Tofu Slice
tofu [1]
Slice
Tofu Slice [3]

Cooked Meat

  • Raw meat can be cooked by placing it in the microwave for any amount of time, or by heating it on the grill
Raw Food Cooked Food
raw meat steak
raw cutlet cutlet
raw chicken meat cooked chicken
raw chicken cutlet chicken cutlet
raw bacon bacon
meatball (raw) meatball (cooked)
meat patty cooked meat patty
raw bear meat cooked bear
raw bear cutlet bear cutlet
raw penguin meat penguin filet
raw penguin cutlet penguin cutlet
raw duck meat cooked duck
raw duck cutlet duck cutlet
raw spider cutlet spider cutlet
raw xeno cutlet xeno cutlet
raw rouny meat rouny steak
raw goliath meat goliath steak
dragon flesh dragon steak
raw dragon cutlet dragon cutlet
raw lizard meat lizard steak
raw lizard cutlet lizard cutlet
raw crab meat cooked crab
anomalous meat mass anomalous steak
spaceshroom cooked spaceshroom


Tacos & Nachos


Tortilla Dough Slice
tortilla dough [1]
Slice
Tortilla Dough Slice [3]
Flattened Tortilla Dough
tortilla dough slice [1]
Roll
Flattened Tortilla Dough [1]
Taco Shell
flattened tortilla dough [1]
5 sec
Tacoshell [1]
Fish Taco
taco shell [1]
raw carp fillet [1]
onion slice [2]
tomato [1]
cabbage [1]
10 sec
Fish Taco [1]
Beef Taco
taco shell [1]
raw cutlet [1]
cheese wedge [1]
10 sec
Beef Taco [1]
Chicken Taco
taco shell [1]
raw chicken cutlet [1]
cheese wedge [1]
10 sec
Chicken Taco [1]
Beef Taco Supreme
taco shell [1]
raw cutlet [1]
cheese Wedge [1]
tomato [1]
cabbage [1]
onion slice [2]
10 sec
Beef Taco Supreme [1]
Chicken Taco Supreme
taco shell [1]
raw chicken cutlet [1]
cheese wedge [1]
tomato [1]
cabbage [1]
onion slice [2]
10 sec
Chicken Taco Supreme [1]
Rat Taco
taco shell [1]
rat meat [1]
cheese wedge [1]
10 sec
Rat Taco [1]
Nachos
flattened tortilla dough [1]
small plate [1]
table salt [1u]
10 sec
Nachos [1]
Cheesy Nachos
flattened tortilla dough [1]
small plate [1]
table salt [1u]
cheese wedge [1]
10 sec
Cheesy Nachos [1]
Cuban Nachos
flattened tortilla dough [1]
small plate [1]
ketchup [5u]
chili pepper [1]
10 sec
Cuban Nachos [1]

Burgers

  • For custom burgers, see Bun
Bun
dough slice [1]
5 sec
Bun [1]
Plain Burger
bun [1]
raw meat [1]
10 sec
Plain Burger [1]
Cheese Burger
bun [1]
cheese wedge [1]
raw meat [1]
10 sec
Cheese Burger [1]
Bacon Burger
bun [1]
cheese wedge [2]
raw bacon [1]
10 sec
Bacon Burger [1]
Five Alarm Burger
bun [1]
chili [3]
raw meat [1]
10 sec
Five Alarm Burger [1]
Big Bite Burger
bun [1]
cheese wedge [1]
raw meat [2]
onion slice [2]
tomato [1]
15 sec
Big Bite Burger [1]
Super Bite Burger
table salt [5u]
bun [1]
cheese wedge [2]
raw egg [12u]
raw meat [2]
tomato [2]
25 sec
Super Bite Burger [1]
McGuffin
bun [1]
cheese wedge [1]
raw egg [12u]
10 sec
McGuffin [1]
BBQ Rib Sandwich
bun [1]
BBQ Ribs [1]
onion slice [1]
10 sec
BBQ Rib Sandwich [1]
Rat Burger
bun [1]
rat meat [1]
10 sec
Rat Burger [1]
Mothroachburger
bun [1]
mothroach [1]
10 sec
Mothroachburger [1]
Chicken Sandwich
bun [1]
raw chicken meat [1]
Mayonnaise [5u]
10 sec
Chicken Sandwich [1]
Duck Sandwich
bun [1]
cheese wedge [1]
raw duck meat [1]
10 sec
Duck Sandwich [1]
Fillet-o-Carp Burger
bun [1]
cheese wedge [1]
raw carp fillet [1]
10 sec
Fillet-o-Carp Burger [1]
Crab Burger
bun [1]
raw crab meat [2]
10 sec
Crab Burger [1]
Corger
bun [1]
prime-cut corgi meat [1]
10 sec
Corger [1]
Brain Burger
bun [1]
brain [1]
10 sec
Brain Burger [1]
Appendix Burger
bun [1]
appendix [1]
10 sec
Appendix Burger [1]
Xenoburger
bun [1]
raw xeno meat [1]
10 sec
Xenoburger [1]
Tofu Burger
bun [1]
tofu slice [1]
10 sec
Tofu Burger [1]
Bearger
bun [1]
raw bear meat [1]
10 sec
Bearger [1]
Empowered Burger
bun [1]
plasma (solid) [2]
10 sec
Empowered Burger [1]
Jelly Burger
bun [1]
amanita jelly [1]
10 sec
Jelly Burger [1]
Soylent Burger
bun [1]
cheese wedge [2]
soy beans [2]
10 sec
Soylent Burger [1]
Crazy Hamburger
olive oil [15u]
bun [1]
cheese wedge [2]
raw meat [2]
chili [1]
cabbage [1]
green crayon [1]
flare [1]
15 sec
Crazy Hamburger [1]
Clown Burger
bun [1]
clown wig and mask [1]
10 sec
Clown Burger [1]
Mime Burger
bun [1]
mime mask [1]
10 sec
Mime Burger [1]
Ghost Burger
bun [1]
ectoplasm [1]
10 sec
Ghost Burger [1]
Human Burger
bun [1]
raw human meat [1]
10 sec
Human Burger [1]
Spell Burger
bun [1]
wizard hat [1]
10 sec
Spell Burger [1]
Baseball Burger
bun [1]
baseball bat [1]
10 sec
Baseball Burger [1]
Cat Burger
bun [1]
cat ears [1]
raw meat [1]
10 sec
Cat Burger [1]
Roburger
bun [1]
capacitor [2]
10 sec
Roburger [1]

Breads & Sandwiches

Dough Rope
dough slice [1]
Roll
Dough Rope [1]
Bagel
dough rope [1]
5 sec
Bagel [1]
Poppy Seed Bagel
dough rope [1]
poppy seeds [1]
5 sec
Bagel [1]
Bread
dough [1]
10 sec
Bread [1]
Baguette
table salt [5u]
black pepper [5u]
dough [1]
15 sec
Baguette [1]
Crostini
baguette [1]
Slice
Crostini [12]
Chèvre Chaud
chèvre disk [1]
5 sec
Chèvre Chaud [1]
Cream Cheese Bread
milk [5]
cheese wedge [2]
dough [1]
15 sec
Cream Cheese Bread [1]
Banana Bread
banana [1]
dough [1]
15 sec
Banana Bread [1]
Sausage Bread
raw meat [1]
dough [1]
15 sec
Sausage Bread [1]
Meat Bread
raw cutlet [2]
cheese wedge [2]
dough [1]
15 sec
Meat Bread [1]
Spider Meat Bread
raw spider cutlet [2]
cheese wedge [2]
dough [1]
15 sec
Spider Meat Bread [1]
Xeno Meat Bread
raw xeno cutlet [2]
cheese wedge [2]
dough [1]
15 sec
Xeno Meat Bread [1]
Cornbread
cornmeal dough [1]
10 sec
Cornbread [1]
Tofu Bread
Tofu [1]
dough [1]
15 sec
Tofu Bread [1]
Mimana Bread
mimana [1]
nothing [5u]
dough [1]
15 sec
Mimana Bread [1]
Raw Croissant
flat dough [1]
Slice
Raw Croissant [3]
Croissant
raw croissant [1]
butter slice [1]
5 sec
Croissant [1]
Buttered Toast
bread slice [1]
butter slice [1]
5 sec
Buttered Toast [1]
French Toast
bread slice [1]
milk [5u]
egg [12u]
5 sec
French Toast [1]
Garlic Bread
bread slice [1]
butter slice [1]
garlic [1]
5 sec
Garlic Bread [1]
Jelly Toast
bread slice [1]
amanita jelly [1]
5 sec
Jelly Toast [1]
Two Slice
bread slice [2]
wine [5u]
5 sec
Two Slice [1]
Moldy Bread Slice
bread slice [1]
fly amanita [1]
5 sec
Moldy Bread Slice [1]
Grilled Cheese Sandwich
bread slice [2]
cheese wedge [1]
butter slice [1]
10 sec
Grilled Cheese Sandwich [1]

Pizzas

Margherita Pizza
cheese wedge [1]
tomato [4]
30 sec
Margherita Pizza [1]
Mushroom Pizza
chanterelle cluster [5]
30 sec
Mushroom Pizza [1]
Meat Pizza
cheese wedge [1]
raw meat [3]
tomato [1]
30 sec
Meat Pizza [1]
Vegetable Pizza
carrot [1]
ear of corn [1]
eggplant [1]
tomato [1]
30 sec
Vegetable Pizza [1]
Hawaiian Pizza
raw chicken cutlet [3]
pineapple slice [5]
30 sec
Hawaiian Pizza [1]
Dank Pizza
cannabis leaves [2]
cheese wedge [1]
tomato [1]
30 sec
Dank Pizza [1]
Donk-pocket Pizza
cheese wedge [1]
warm donk-pocket [3]
tomato [1]
30 sec
Donk-pocket Pizza [1]
Spicy Rock Pizza
chili pepper [2]
tomato [2]
uranium [2]
30 sec
Spicy Rock Pizza [1]
World Peazza
cluster of world peas [2]
30 sec
World Peazza [1]

Pasta

Boiled Spaghetti
raw egg [6u]
flour [5u]
olive oil [5u]
15 sec
Boiled Spaghetti [1]
Spaghetti
boiled spaghetti [1]
tomato [2]
10 sec
Spaghetti [1]
Spaghetti And Meatballs
meatball [2]
boiled spaghetti [1]
10 sec
Spaghetti And Meatballs [1]
Butter Noodles
stick of butter [1]
boiled spaghetti [1]
10 sec
Butter Noodles [1]
Chow Mein
carrot [1]
ear of corn [1]
raw egg [6u]
eggplant [1]
boiled spaghetti [1]
10 sec
Chow Mein [1]
Copypasta
spaghetti [2]
small plate [2]
10 sec
Copypasta [1]

Rice dishes

Boiled Rice
rice [15u]
water [10u]
bowl [1]
15 sec
Boiled Rice [1]
Rice Pudding
milk [10u]
rice [15u]
sugar [5u]
bowl [1]
15 sec
Rice Pudding [1]
Rice And Pork
raw cutlet [3]
boiled rice [1]
15 sec
Rice And Pork [1]
Black-eyed Gumbo
chili [2]
raw cutlet [3]
boiled rice [1]
15 sec
Black-eyed Gumbo [1]
Egg-fried Rice
carrot [1]
raw egg [6u]
boiled rice [1]
15 sec
Egg-fried Rice [1]

Soups

French Onion Soup
water [10u]
bowl [1]
onion slice [5]
cheese wedge [1]
10 sec
French Onion Soup [1]
Mushroom Soup
water [5u]
milk [5u]
bowl [1]
chanterelle cluster [2]
10 sec
Mushroom Soup [1]
Nettle Soup
raw egg [6u]
water [10u]
bowl [1]
potato [1]
nettle [1]
10 sec
Nettle Soup [1]
Tomato Soup
water [10u]
bowl [1]
tomato [2]
10 sec
Tomato Soup [1]
Blood Tomato Soup
blood [10u]
bowl [1]
blood tomato [2]
10 sec
Tomato Soup [1]
Vegetable Soup
water [10u]
bowl [1]
corn [1]
carrot [1]
potato [1]
eggplant [1]
10 sec
Vegetable Soup [1]
Pea Soup
water [10u]
bowl [1]
pea pod [2]
10 sec
Pea Soup [1]
Bisque
water [10u]
bowl [1]
raw carp fillet [1]
chanterelle cluster [1]
tomato [1]
10 sec
Bisque [1]
Meatball Soup
water [10u]
bowl [1]
carrot [1]
meatball [1]
potato [1]
10 sec
Meatball Soup [1]
Wing Fang Chu Soup (Xeno)
soy sauce [5u]
bowl [1]
raw xeno cutlet [2]
10 sec
Wing Fang Chu Soup [1]
Wing Fang Chu Soup (Spider)
soy sauce [5u]
bowl [1]
raw spider meat [2]
10 sec
Wing Fang Chu Soup [1]
Stew
water [10u]
bowl [1]
raw cutlet [3]
tomato [1]
potato [1]
carrot [1]
eggplant [1]
chanterelle cluster [1]
10 sec
Stew [1]
Salty Sweet Miso Cola Soup
Cola [5u]
miso soup [1]
15 sec
Salty Sweet Miso Cola Soup [1]
Clown's Tears
water [10u]
bowl [1]
banana [1]
glass shard [1]
10 sec
Clown's Tears [1]
Clown's Tears (Alt)
bowl [1]
onion slice [1]
tomato [1]
bike horn [1]
10 sec
Clown's Tears [1]
Eyeball Soup
water [10u]
bowl [1]
carrot [1]
potato [1]
eyes [1]
10 sec
Eyeball Soup [1]
Monkey's Delight
flour [5u]
table salt [1u]
black pepper [1u]
bowl [1]
banana [1]
monkey cube [1]
10 sec
Monkey's Delight [1]
Escargot
bowl [1]
water [5u]
boiled snail [1]
stick of butter [1]
onion slice [1]
10 sec
Escargot [1]
Oatmeal
oats [15u]
water [10u]
bowl [1]
15 sec
Oatmeal [1]

Potato dishes and fries

Loaded Baked Potato
cheese wedge [1]
potato [1]
15 sec
Loaded Baked Potato [1]
Space Fries
table salt [5u]
potato [1]
15 sec
Space Fries [1]
Cheesy Fries
table salt [5u]
cheese wedge [1]
potato [1]
15 sec
Cheesy Fries [1]
Carrot Fries
table salt [5u]
carrot [1]
15 sec
Carrot Fries [1]
Onion Rings
onion slice [1]
15 sec
Onion Rings [1]

Skewers

  • For custom skewers, see Skewer
BBQ Ribs
BBQ Sauce [5]
raw meat [2]
skewer [1]
15 sec
BBQ Ribs [1]


Chilis

Bowl Of Hot Chili
bowl [1]
chili [1]
raw cutlet [1]
onion slice [1]
tomato [1]
20 sec
Bowl Of Hot Chili [1]
Cold Chili
nitrogen [5u]
bowl of hot chili [1]
5 sec
Cold Chili [1]
Chili Con Carnival
clown shoes [1]
bowl [1]
chili [1]
raw cutlet [1]
onion slice [1]
tomato [1]
30 sec
Chili Con Carnival [1]
Queso
cheese wedge [2]
chili [1]
15 sec
Queso [1]
Bungo Curry
bowl [1]
bungo fruit [2]
chili [1]
water [5u]
10 sec
Bungo Curry [1]
Enchiladas
chili [2]
ear of corn [1]
raw cutlet [1]
20 sec
Enchiladas [1]

Salads

Herb Salad
ambrosia vulgaris [3]
apple [1]
bowl [1]
5 sec
Herb Salad [1]
Coleslaw
vinaigrette [5u]
bowl [1]
red onion [1]
cabbage [1]
5 sec
Coleslaw [1]
Caesar Salad
olive oil [5]
bread slice [1]
bowl [1]
cheese wedge [1]
cabbage [1]
red onion slice [1]
5 sec
Caesar Salad [1]
Kimchi Salad
vinegar [5u]
bowl [1]
carrot [1]
cabbage [1]
garlic [1]
5 sec
Kimchi Salad [1]
Valid Salad
ambrosia vulgaris [3]
bowl [1]
meatball [1]
potato [1]
5 sec
Valid Salad [1]
Citrus Salad
bowl [1]
Lemon [1]
Lime [1]
Orange [1]
5 sec
Citrus Salad [1]
Fruit Salad
bowl [1]
orange [1]
apple [1]
grape [1]
watermelon slice [2]
5 sec
Fruit Salad [1]
Jungle Salad
bowl [1]
banana [1]
apple [1]
grape [1]
watermelon slice [2]
5 sec
Jungle Salad [1]
Melon Fruit Bowl
watermelon [1]
orange [1]
apple [1]
banana [1]
lemon [1]
ambrosia vulgaris [1]
5 sec
Melon Fruit Bowl [1]

Pancakes & Waffles

Pancake
raw egg [6u]
flour [5u]
milk [5u]
5 sec
Pancake [1]


Chocolate Chip Pancake
raw egg [6u]
flour [5u]
milk [5u]
chocolate bar [1]
5 sec
Chocolate Chip Pancake [1]
Blueberry Pancake
raw egg [6u]
flour [5u]
milk [5u]
berries [2]
5 sec
Blueberry Pancake [1]
Waffles
raw egg [6u]
flour [5u]
milk [5u]
soda water [5u]
10 sec
Waffles [1]
Soy Waffles
raw egg [6u]
flour [5u]
soy milk [5u]
soda water [5u]
10 sec
Soy Waffles [1]

Pies & Tarts

Apple Pie
pie dough [1]
apple [3]
pie tin [1]
15 sec
Apple Pie [1]
Banana Cream Pie
pie dough [1]
banana [3]
pie tin [1]
15 sec
Banana Cream Pie [1]
Meat Pie
pie dough [1]
raw meat [3]
pie tin [1]
15 sec
Meat Pie [1]
Xeno Pie
pie dough [1]
raw xeno meat [3]
pie tin [1]
15 sec
Xeno Pie [1]
Amanita Pie
pie dough [1]
fly amanita [1]
pie tin [1]
15 sec
Amanita Pie [1]
Berry Clafoutis
pie dough [1]
berries [3]
pie tin [1]
15 sec
Berry Clafoutis [1]
Baklava
pie dough [1]
sweetie's pistachios [1]
pie tin [1]
15 sec
Baklava [1]
Pumpkin Pie
pie dough [1]
Pumpkin [1]
pie tin [1]
15 sec
Pumpkin Pie [1]
Cherry Pie
pie dough [1]
cherry [5]
pie tin [1]
15 sec
Cherry Pie [1]
Frosty Pie
pie dough [1]
chilly pepper [1]
pie tin [1]
15 sec
Frosty Pie [1]
Grape Tart
pie dough [1]
sugar [5u]
milk [5u]
grape [3]
pie tin [1]
15 sec
Grape Tart [1]
Golden Apple Streusel Tart
pie dough [1]
apple [2]
pie tin [1]
gold (liquid) [10u]
sugar [5u]
milk [5u]
15 sec
Golden Apple Streusel Tart [1]
Mime Tart
pie dough [1]
mimana [3]
pie tin [1]
sugar [u5]
milk [5u]
15 sec
Mime Tart [1]
Chocolate Lava Tart
pie dough [1]
chocolate bar [3]
pie tin [1]
sugar [5u]
milk [5u]
15 sec
Chocolate Lava Tart [1]

Cakes

Cake
cake batter [1]
15 sec
Cake [1]
Apple Cake
apple [3]
cake [1]
5 sec
Apple Cake [1]
Carrot Cake
cake [1]
carrot [3]
5 sec
Carrot Cake [1]
Lemon Cake
cake [1]
lemon [3]
5 sec
Lemon Cake [1]
Lemoon Cake
cake [1]
lemoon [2]
berries [1]
5 sec
Lemoon Cake [1]
Orange Cake
cake [1]
orange [3]
5 sec
Orange Cake [1]
Lime Cake
cake [1]
lime [3]
5 sec
Lime Cake [1]
Pumpkin-Spice Cake
cake [1]
pumpkin [1]
5 sec
Pumpkin-Spice Cake [1]
Cheese Cake
cream [10u]
cake [1]
cheese wedge [3]
5 sec
Cheese Cake [1]
Clown Cake
clown mask [1]
cake [1]
5 sec
Clown Cake [1]
Birthday Cake
cream [10u]
cake [1]
5 sec
Birthday Cake [1]
Chocolate Cake
cake [1]
chocolate bar [2]
5 sec
Chocolate Cake [1]
Brain Cake
cake [1]
brain [1]
15 sec
Brain Cake [1]
Slime Cake
slime [15u]
cake [1]
5 sec
Slime Cake [1]
Suppermatter
nitrogen [10u]
plasma (liquid) [10u]
sugar [30u]
cake batter [2]
30 sec
Suppermatter [1]
Suppermatter Shard
Suppermatter [1]
Slice
Suppermatter Shard [8]

Muffins


Muffin
muffin tin [1]
dough slice [1]
sugar [10u]
15 sec
Muffin [1]
Banana Muffin
muffin tin [1]
dough slice [1]
sugar [10u]
banana [1]
15 sec
Banana Muffin [1]
Chocolate Muffin
muffin tin [1]
dough slice [1]
sugar [10u]
chocolate bar [1]
15 sec
Chocolate Muffin [1]
Cherry Muffin
muffin tin [1]
dough slice [1]
sugar [10u]
cherry [3]
15 sec
Cherry Muffin [1]
Berry Muffin
muffin tin [1]
dough slice [1]
sugar [10u]
berries [1]
15 sec
Berry Muffin [1]

Cookies & Brownies


Cookie
flour [5u]
sugar [5u]
butter slice [1]
chocolate bar [1]
5 sec
Cookie [1]
Sugar Cookie
flour [5u]
sugar [10u]
butter slice [1]
5 sec
Sugar Cookie [1]
Raisin Cookie
flour [5u]
sugar [5u]
4no raisins [1]
5 sec
Raisin Cookie [1]
Oatmeal Cookie
oats [5u]
sugar [5u]
butter slice [1]
5 sec
Oatmeal Cookie [1]
Brownies
stick of butter [2]
chocolate bar [2]
flour [15u]
sugar [30u]
raw egg [18u]
30 sec
Brownies [1]
Cannabis Butter
stick of butter [1]
cannabis leaves [6]
15 sec
Stick of Cannabis Butter [1]
Special Brownies
stick of cannabis butter [2]
chocolate bar [2]
flour [15u]
sugar [30u]
raw egg [18u]

Unknown process

Special Brownies [1]
Brownie
brownies [1]
Slice
Brownie [6]
Special Brownie
special brownies [1]
Slice
Special Brownie [6]

Sentient Food

Bread Dog
sausage bread [1]
heart [1]
cooked spaceshroom [1]
cognizine [5u]
15 sec
Bread Dog [1]
Cak
cake [1]
4no raisins [1]
heart [1]
milk [15u]
cognizine [5u]
15 sec
Cak [1]

Cotton Meals

Fiber
cotton boll [1]
Grind
Fiber [10u]
Fiber
cloth [1]
Juice
Fiber [3u]
Cotton Dough
fiber [10u]
flour [5u]
water [10u]
Mix
Cotton Dough [1]
Cotton Bread
cotton dough [1]
10 sec
Cotton Bread [1]
Cotton Bread Slice
cotton bread [1]
Slice
Cotton Bread Slice [5]
Cotton Baguette
table salt [5u]
black pepper [5u]
cotton dough [1]
15 sec
Cotton Baguette [1]
Cotton Crostini
cotton baguette [1]
Slice
Cotton Crostini [12]
Cotton Chèvre Chaud
chèvre disk [1]
5 sec
Cotton Chèvre Chaud [1]
Cotton Flat Dough
Dough [1]
Roll
Cotton Flat Dough [1]
Raw Cotton Croissant
flat cotton dough [1]
Slice
Raw Cotton Croissant [3]
Cotton Croissant
raw cotton croissant [1]
butter slice [1]
5 sec
Cotton Croissant [1]
Cotton Pizza
cotton boll [4]
30 sec
Cotton Pizza [1]
Cotton Dough Slice
cotton dough [1]
Slice
Cotton Dough Slice [3]
Cotton Bun
cotton dough slice [1]
5 sec
Cotton Dough Bun [3]
Cotton Dough Rope
cotton dough slice [1]
Roll
Cotton Dough Rope [1]
Cotton Bagel
cotton dough rope [1]
5 sec
Cotton Bagel [1]
Cotton Grilled Cheese Sandwich
cotton bread slice [2]
cheese wedge [1]
butter slice [1]
10 sec
Cotton Grilled Cheese Sandwich [1]

Donk pockets

Warm Donk-pocket
donk-pocket [1]
5 sec
Warm Donk-pocket [1]
Warm Dank-pocket
dank-pocket [1]
5 sec
Warm Dank-pocket [1]
Warm Spicy-pocket
spicy-pocket [1]
5 sec
Warm Spicy-pocket [1]
Warm Teriyaki-pocket
teriyaki-pocket [1]
5 sec
Warm Teriyaki-pocket [1]
Warm Pizza-pocket
pizza-pocket [1]
5 sec
Warm Pizza-pocket [1]
Warm Honk-pocket
honk-pocket [1]
5 sec
Warm Honk-pocket [1]
Warm Berry-pocket
berry-pocket [1]
5 sec
Warm Berry-pocket [1]
Warm Stonk-pocket
stonk-pocket [1]
5 sec
Warm Stonk-pocket [1]
Warm Carp-pocket
carp-pocket [1]
5 sec
Warm Carp-pocket [1]
Warm Moth-pocket
moth-pocket [1]
5 sec
Warm Moth-pocket [1]

Syndicate Recipes

Baguette (Weapon)
table salt [5u]
black pepper [5u]
dough [1]
metal rod [1]
15 sec
Baguette (Weapon) [1]
Croissant (Weapon)
raw croissant [1]
butter slice [1]
glass shard [1]
5 sec
Croissant (Weapon) [1]

Others

Sashimi
table salt [1u]
raw carp fillet [2]
15 sec
Sashimi [1]
Cuban Carp
cheese wedge [2]
chili [1]
dough [1]
raw carp fillet [2]
15 sec
Cuban Carp [1]
Dumplings
dough slice [3]
water [10u]
uncooked animal proteins [6u]
15 sec
Dumplings [1]
Popcorn
ear of corn [1]
20 sec
Popcorn [1]
Amanita Jelly
vodka [5u]
water [5u]
fly amanita [3]
10 sec
Amanita Jelly [1]
Boiled Snail
raw snail meat [1]
water [5u]
5 sec
Boiled Snail [1]
Dry Tobacco Leaves
tobacco leaves [1]
10 sec
Dried Tobacco Leaves [1]
Dry Cannabis Leaves
cannabis leaves [1]
10 sec
Dried Cannabis Leaves [1]
Dry Tea Leaves
tea leaves [1]
10 sec
Dried Tea Leaves [1]
Aloe Cream
aloe [1]
10 sec
Aloe Cream [1]
Anomalous Meat Mass
anomaly core (meat) [1]
5 sec
Anomalous Meat Mass [1]
Cut Anomalous Meat
anomalous meat mass [1]
Slice
Raw Meat [10]
Cut Anomalous Steak
anomalous steak [1]
Slice
Steak [10]
Raw Killer Tomato Cutlet
killer tomato meat [1]
Slice
Raw Killer Tomato Cutlet [3]
Baked Banana Peel
banana peel [1]
5 sec
Baked Banana Peel [1]
Cocoa Powder
cocoa beans [1]
Juice
Cocoa Powder [2u]

Condiments & Ingredients

Water
Recipes
Effects
A colorless liquid that humans need in order to survive.
Seems to be translucent.
Milk
Recipes
Effects
An opaque white liquid produced by the mammary glands of mammals.
Seems to be opaque.
Uncooked animal proteins
Recipes
Effects
This is very risky for the stomachs of softer lifeforms to digest.
Seems to be clumpy.
Allicin
Recipes
Effects
An organosulfur compound found in alliums like garlic, onions, and related plants.
Seems to be pungent.
Astrotame
Recipes
Effects
The sweetness of a thousand sugars but none of the calories.
Seems to be sugary.
BBQ sauce
Recipes
Effects
Hand wipes not included.
Seems to be gloopy.
Coldsauce
Recipes
Effects
Leaves the tongue numb in its passage.
Seems to be cold.
Corn oil
Recipes
Effects
Corn oil, A delicious oil used in cooking. Made from corn.
Seems to be oily.
Horseradish sauce
Recipes
Effects
Smelly horseradish sauce.
Seems to be overpowering.
Hotsauce
Recipes
Effects
Burns so good.
Seems to be spicy.
Ketchup
Recipes
Effects
Made from pureed tomatoes and flavored with spices.
Seems to be tangy.
Ketchunaise
Recipes
Effects
So-called Russian dressing, popular among Space Americans.
Seems to be saucey.
Laughin' syrup
Recipes
Effects
The product of juicing Laughin' Peas. Fizzy, and seems to change flavour based on what it's used with!
Seems to be funny.
Mayonnaise
Recipes
Effects
Creamy sauce, made from oil, egg, and some (edible) acid.
Seems to be thick.
Mustard
Recipes
Effects
Basic yellow mustard, made from the seeds of the mustard plant.
Seems to be thick.
Vinaigrette
Recipes
Effects
A basic salad dressing made with oil, vinegar and seasoning.
Seems to be sour.
Soy sauce
Recipes
Effects
A salty soy-based flavoring.
Seems to be salty.
Table salt
Recipes
Effects
Commonly known as salt, Sodium Chloride is often used to season food or kill borers instantly.
Seems to be grainy.
Syrup
Recipes
Effects
Delicious syrup made from tree sap, somehow stickier than glue.
Seems to be sticky.
Nutriment
Recipes
Effects
All the vitamins, minerals, and carbohydrates the body needs in pure form.
Seems to be opaque.
Vitamin
Recipes
Effects
Found in healthy, complete meals.
Seems to be chalky.
Protein
Recipes
Effects
Found in certain meals, good for bodily health.
Seems to be clumpy.
Sugar
Recipes
Effects
Tasty spacey sugar!
Seems to be sweet.
Pumpkin flesh
Recipes
Effects
The mushy, sweet remains of a pumpkin.
Seems to be ???.
Flour
Recipes
Effects
Used for baking.
Seems to be powdery.
Cornmeal
Recipes
Effects
Used for baking.
Seems to be powdery.
Oats
Recipes
Effects
Used for a variety of tasty purposes.
Seems to be coarse.
Universal enzyme
Recipes
Effects
Used in cooking various dishes.
Seems to be chalky.
Raw egg
Recipes
Effects
Used for baking.
Seems to be mucus-like.
Cooked egg
Recipes
Effects
Cooked chicken embryo, delicious.
Seems to be fluffy.
Black pepper
Recipes
Effects
Often used to flavor food or make people sneeze.
Seems to be grainy.
Vinegar
Recipes
Effects
Often used to flavor food.
Seems to be sour.
Rice
Recipes
Effects
Hard, small white grains.
Seems to be chewy.
Olive oil
Recipes
Effects
Viscous and fragrant.
Seems to be oily.
Oil
Recipes
Effects
Used by chefs to cook.
Seems to be oily.
Capsaicin Oil
Recipes
Effects
Capsaicin Oil is the ingredient found in different types of hot peppers.
Seems to be oily.
Cocoa powder
Recipes
Effects
From the best varieties of cocoa beans
Seems to be powdery.
Butter
Recipes
Effects
You can believe it!
Seems to be creamy.
Tea powder
Recipes
Effects
Finely ground tea leaves, used for making tea.
Seems to be powdery.
Frost Oil
Recipes
Effects
Frost Oil is the ingredient found in chilly peppers, a rare pepper mutation.
Seems to be oily.

Notes

  • Multiple of the same recipe can be cooked at once by multiplying the ingredients & microwave time
  • Uncooked animal proteins can be obtained by grinding raw meat