About this mod
Increase the storage for cooking supplies. Place chests inside your farm house and store the ingredients in them to be used for the cooking recipes.
- Requirements
- Permissions and credits
- Mirrors
- Changelogs
Allows you to marks chest for storing your cooking ingredients instead of storing it all in the fridge. When you use the counter to start cooking it will look through all ingredient chest and take the items automatically out of the chests when crafting.
Installation
- Install SMAPI.
- Unzip this mod into Stardew Valley/Mods.
- Run the game using SMAPI.
Place a chest anywhere in the world and click the fridge icon to mark it as an ingredient chest.

Additionally you can change the location of the icon in game by holding the right mouse button while hovering over the icon, and moving the mouse.
Compatibility
- Compatible with Chests Anywhere [Confirmed for 1.5.4 & 1.6]
- Compatible with Cooking Skill [Confirmed for 1.5.4]
- Compatible with Love Of Cooking [Confirmed for 1.5.4]
- Compatible with Expanded Fridge
- Compatible with Convenient Chests [Confirmed for 1.5.4] (you will still be able to cook from unmarked chests if they are close the fridge)
- Integration with Generic Mod Config Menu [1.5.4 ONLY]
- May be incompatible with mods that make changes to cooking or chests.
Multiplayer
The mod works in multiplayer but the selected changes are not synchronized and they are not saved for the farm hands.
Uninstalling
Make sure all chests are unmarked for usage by the fridge and you saved the game. Then delete the RemoteFridgeStorage folder.
For Mod Authors
Simple interface to get all marked chests.
public interface IRemoteFridgeApi
{
IEnumerable<Chest> GetFridgeChests();
}
ISomeModApi api = helper.ModRegistry.GetApi<ISomeModApi>("EternalSoap.RemoteFridgeStorage");
Source
Github Source
Suggestions and improvements are welcome!
Credits
Thanks to HohenHeizen for creating the icons!