Skip to content

Latest commit

 

History

History

CJBItemSpawner

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

CJB Item Spawner is a Stardew Valley mod that lets you spawn items with just a few clicks:

Compatible with Stardew Valley 1.5.5+ on Linux, macOS, and Windows.

Install

  1. Install the latest version of SMAPI.
  2. Install this mod from Nexus mods.
  3. Run the game using SMAPI.

Use

Press i on your keyboard (configurable) to open the menu.

In the menu you can...

  • Change item quality by clicking the quality button.
  • Change category filters by clicking the dropdown, with left/right on a keyboard, or with left trigger/right trigger on a controller.
  • Scroll items by clicking the arrows, with your mouse scroll wheel, with up/down on your keyboard, or with the right thumbstick on a controller.
  • Search by pointing at the search box and typing an item name.

Configure

The mod will work fine out of the box, but you can tweak its settings by editing the config.json file. These are the available settings.

setting default what it affects
ShowMenuKey i

The keybind which opens the menu (see valid key bindings). This supports multi-key bindings.

ReclaimPriceInMenuTrashCan true

When you upgrade your trash can to reclaim part of the price of trashed items, whether that upgrade applies in the item spawner menu too.

HideCategories none

The categories to hide in the UI. Items in these categories will not be accessible through the spawn menu. You can see the category keys in the assets/categories file.

For example, this will hide tools and weapons:

"HideCategories": [ "filter.equipment-tools", "filter.equipment-weapons" ]

See also