Stardew Valley
0 of 0

File information

Last updated

Original upload

Created by

pepoluan

Uploaded by

pepoluan

Virus scan

Safe to use

About this mod

Shift+RightClick now splits your stack into custom size (not just halve). Also, you can buy more than 1 amount of item from shops, or craft/cook more than 1 of an item ... all by simply doing Shift+RightClick !

Requirements
Permissions and credits
Translations
  • Portuguese
Donations
This is a continuation of the seemingly abandoned StackSplitX mod.

100% of Donation Points received by this mod goes to Médecins sans Frontières.

By default, Shift-RightClick will halve your stack. With this mod, an input box will appear instead, allowing you to put in any amount you want up to the actual size of the stack (not just 69 or 420).

With this mod you can have custom stacking when:
  • Splitting stacks in your inventory
  • Buying/selling things in the stores
  • Bartering things with Desert Trader & Island Trader [**]
  • Crafting items from your inventory/backpack
  • Crafting items on Workbenches [**]
  • Cooking on the Stove
  • ... and others!

[**] = features NOT available on StackSplitX

Take a look at the demo video for ... well ... a demo of this mod's features :D


Compatibility

(All these are not available on original StackSplitX)

  • Compatibie with CJB Item Spawner -- allows you to spawn a custom number of items by Shift+RightClick-ing on CJBIS's stack.



  • Compatible with Stack Everything (version 3.0.3-unofficial.1-strobe) -- if it has been made stackable, then SSR will see it as stackable as well.

This mod is very likely compatible with other mods as well; please file a bug report (with SMAPI Log) if you think there's an incompatibility issue with other mods not listed above.


Installation
  • Install SMAPI
  • Download & extract to Mods directory
  • Done!

You must delete the older StackSplitX mod from your Mods directory, or else this mod will refuse to work.


Configuration - config.json
  • "DefaultCraftingAmount" - default value when Shift-RightClick-ing on a crafting/cooking item. Defaults to 1.
  • "DefaultShopAmount" - default value when Shift-RightClick-ing on a shop item. Defaults to 5.

Generic Mod Config Menu is supported since v0.13.2, but not required.


For Mod Makers: API
If you create a mod that adds a new menu, but StackSplitX (old mod) doesn't work on that ... SSR (Stack Split Redux) now has an API!

Grab the Interface file here, use SMAPI to grab the API by following this instruction, and then call the API method TryRegisterMenu(typeof(YourCustomMenuClass))

The method will return true if registration is successful, or false if not.


Source Code
On GitHub, MIT License just like the original StackSplitX