Stardew Valley

File information

Last updated

Original upload

Created by

EternalSoap

Uploaded by

arjan3004

Virus scan

Safe to use

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
Description
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.
Usage
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


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!