Files
MrMelbertandGitHub f427dd76b5 Revamps food menu sorting (#95529)
## About The Pull Request

- Adds an `EGG` foodtype

- All food recipes are `CAT_FOOD`

Foods now have three sub categories to sort from
Cuisines - correspond to Lizard, Martian, Mexican, etc. 
Dishes - correspond to pizza, bread, pastry, etc. 
Meals - correspond to breakfast, main, dessert, etc. 

In the crafting menu, you can select any number or combination of
cuisine, dish, and meal.

<img width="557" height="559" alt="image"
src="https://github.com/user-attachments/assets/e4265c51-992c-415a-bfc6-cbf44255b3cc"
/>

You can even click two dishes or two cuisines to see results from those
two dish categories or cuisine categories specifically.

- De-capitalized (or \improper'd) several foods for proper formatting

## Why It's Good For The Game

- `EGG` foodtype was added solely to replace the old `CAT_EGG`. Now you
can filter by egg foodtype in the `types` subtab.

- I was playing chef recently and I was a little frustrated at the food
grouping. If you want to find all available pizzas, it's split between
moth and pizza. If you want to find all available soups, that's split
between soup, lizard, moth, and martian. Adding more granularity allows
for chefs to find exactly what they're looking a lot faster.

- Formatting

## Changelog

🆑 Melbert
qol: "Egg" foodtype now exists for better food sorting, though no
species in particular likes or dislikes it at the moment.
qol: Food crafting recipes now have three sub categories - Cuisine type,
Dish type, and Meal type. You can now filter between "Moth Pizzas" or
"Lizard Soups" rather than needing to guess if the recipe is in "Pizza"
or "Mothic".
spellcheck: de-capitalized several foods
/🆑
2026-04-03 17:47:59 -07:00
..