Stardew Valley
0 of 0

File information

Last updated

Original upload

Created by

DefenTheNation

Uploaded by

defenthenation

Virus scan

Safe to use

Tags for this mod

About this mod

This mod gives you the ability to control the number of available slots in your inventory.

Requirements
Permissions and credits
This mod provides a SMAPI console command to alter your backpack size. It is recommended to put your items into a chest before running the command, especially if you are shrinking your backpack.

set_backpack_size - changes the size of your backpack. If the value is smaller than your current backpack size, items will be dropped. There will be a warning if you cannot drop the items.
Usage: set_backpack_size 36

Recommended values:
12 - No backpack upgrade
24 - First backpack upgrade
36 - Second backpack upgrade

Note: Any value higher than 36 (ex. 48) will not display in the inventory screen, but the new slots are merely hidden. Only 3 rows are displayed at a time, but there may be 4 or more rows total. Put a few items in each row to test this out.

Advanced Users:

You can set the backpack size to a size that is not a multiple of 12. This will result in weird behavior when cycling through the rows.

Usage: set_backpack_size 17 force

You can force the backpack to shrink even if there are tools or other un-droppable items in your inventory.
THIS WILL PERMANENTLY DELETE THEM AND CANNOT BE UNDONE.

Usage: set_backpack_size 1 force

Source