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 the latest version of SMAPI.
- Install this mod from Nexus mods.
- Run the game using SMAPI.
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 withleft 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.
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 For example, this will hide tools and weapons: "HideCategories": [ "filter.equipment-tools", "filter.equipment-weapons" ] |