Stardew Valley

File information

Last updated

Original upload

Created by

SlayerDharok

Uploaded by

SlayerDharok

Virus scan

Safe to use

Mod articles

  • User-created Modded Bags

    This is a repository for additional item bags that can store modded items.

    A guide to help you create your own modded bags can be found here:
    Creating Modded Bags

    Format:
    The modded bags on this page are organized like this:

    <Mod Name>
            <Bag Name>
            Author: <Author Name>
            Description: <Bag Description>
            Item count: <Distinct Items Count> (<Total Item Slots>)
            Download: <Download link to download as .json file>
            Preview: <Image>

    How to use:Download the modded bag(s) that you want to use
    Make sure you have the required corresponding mod(s) installed to have the relevant mod...

  • Creating Modded Bags

    When the game is launched, ItemBags will load each .json file located in the assets\Modded Bags folder, and create a custom bag from each one. You can manually create these .json files, but the recommended steps are to create them are:


    Start the game and load a save file.
    In the SMAPI console window, use the command generate_modded_bag. This command will export a .json file to your assets\Modded Bags. The exported .json will use default settings, but makes for a good starting point.
    Close Stardew Valley, then open the exported .json file in any text editor and fine-tune its settings as desired.

    generate_modded_bag command:
    This command requires 2 parameters:


    BagName - This is just the display name you want the exp...