
You are viewing a potentially older version of this package. View Latest Version

Plated food no longer hogs one inventory slot each. Cooked dishes now stack so your bags and chests stay tidy.
The mod detects ItemStackerFix automatically — no setup needed. Install both and food goes to 99; install this one alone and food goes to 10.
BepInEx/config/KinkoCraft.StackableFood.cfg
StandaloneMaxStack (default 10) — stack size used when ItemStackerFix is not installed. Ignored when it is (forced to 99).IncludeDrinks (default false) — also make drinks (beer, juice, etc.) stackable, not just plated food.Works alongside other mods. Only changes the maxStack of food item data
(FoodSpoon / FoodFork, plus Drink if enabled), so it does not touch
recipes, cooking, or anything else.
Placing a stacked dish on a serving table only puts one plate down and keeps the rest in your inventory (the base serving logic would otherwise delete the whole stack).
Requires BepInEx.
Drop KinkoCraft.StackableFood.dll into BepInEx/plugins, or install with a mod manager.