Mods / Increased Storage Capacity
Author: NomadicPirate
Side: Both
Created: Feb 4th 2025 at 6:07 AM
Last modified: Jan 25th at 6:49 PM
Downloads: 13818
Follow Unfollow 227
Recommended download (for Vintage Story 1.21.0, 1.21.1, 1.21.2 - 1.21.5 and 1.21.6):
IncreasedStorageCapacityV0.0.7.zip
1-click install
Check changelog to see mod version differences.
*****Empty your current storage before adding this mod. You may lose items.*****
*****V0.0.7 adds Valkyrja's Vessels compatibility. If you are using this mod, empty your vessels before adding/ updating this mod. You may lose items.*****
*****V0.0.5 adds Clayworks and Vanilla Variants compatibility. If you're going to use these mods (or already do), empty your current chests/ vessels BEFORE adding/ updating this mod. You may lose items.*****
*****V0.0.4 adds Bricklayers compatibility. If you're going to use Bricklayers (or already do), empty your current chests/ vessels BEFORE adding/ updating this mod. You may lose items.*****
- Reed chest - 12 slots
Food spoilage rate: not modified
- Clay storage vessel - 24 slots
Food spoilage rate: 0.2 (grain, vegetable, fruit, protein)***Depends on mod version.***
- Wooden chest (golden, golden-aged, owl, owl-aged) - 8 slots
Food spoilage rate: not modified
- Wooden chest (normal, labled, aged) - 28 slots
Food spoilage rate: not modified
- Wooden trunk - 56 slots
Food spoilage rate: not modified
BRICKLAYERS :
- Storage vessel (colored) - 24 slots
Food spoilage rate: not modified
- Porcelain storage vessel (colored) - 28 slots
Food spoilage rate: not modified
- Wooden chest - 32 slots
Food spoilage rate: not modified
CLAYWORKS :
- Storage vessel - 24 slots
Food spoilage rate: not modified
- Storage vessel (decorated) - 24 slots
Food spoilage rate: not modified
VANVAR :
- Papyrus chest - 12 slots
Food spoilage rate: not modified
VALKYRJA's VESSELS :
- Storage vessel - 24 slots
Food spoilage rate: not modified
CHANGELOG :
- V0.0.7 - Changed trunk size to 56. Added Valkyrja's Vessels compatibility.
- V0.0.6 - Updated to 1.21.
- V0.0.5 - Added Clayworks and Vanilla Varants compatibility.
- V0.0.4 - Added Bricklayers compatibility.
- V0.0.3 - Food spoilage rates set to vanilla values in clay storage vessels. (Modinfo says it adjusts food spoilage rate. This is not true. I forgot to change it.)
- V0.0.2 - Fruit, protein, vegetable and grain spoilage rate set to 0.2 in clay storage vessels.
- V0.0.1 - Fruit and protein spoilage rate set to vanilla values (0.5) in clay storage vessels. Vegetable and grain set to 0.2.
CREDITS :
- Brady_The - testing, mod advice
| Mod Version | Mod Identifier | For Game version | Downloads | Released | Changelog | Download | 1-click mod install* |
|---|---|---|---|---|---|---|---|
| 0.0.7 | increasedstoragecapacity | 1467 | Jan 25th at 6:49 PM | Empty | IncreasedStorageCapacityV0.0.7.zip | 1-click install | |
| 0.0.6 | increasedstoragecapacity | 2690 | Nov 27th 2025 at 4:41 AM | Empty | IncreasedStorageCapacityV0.0.6.zip | 1-click install | |
| 0.0.5 | increasedstoragecapacity | 1337 | Aug 25th 2025 at 1:06 AM | Empty | IncreasedStorageCapacityV0.0.5.zip | 1-click install | |
| 0.0.4 | increasedstoragecapacity | 4014 | Apr 13th 2025 at 8:54 PM | Empty | IncreasedStorageCapacityV0.0.4.zip | 1-click install | |
| 0.0.3 | increasedstoragecapacity | 2602 | Feb 15th 2025 at 8:00 PM | Empty | IncreasedStorageCapacityV0.0.3.zip | 1-click install | |
| 0.0.2 | increasedstoragecapacity | 990 | Feb 7th 2025 at 7:50 PM | Empty | IncreasedStorageCapacityV0.0.2.zip | 1-click install | |
| 0.0.1 | increasedstoragecapacity | 718 | Feb 4th 2025 at 6:08 AM | Empty | IncreasedStorageCapacityV0.0.1.zip | 1-click install |
Still works in Pre release
WintersRaine Thank you for posting! It lets other people know it still functions. Also, good to know I don't need to change anything. Cheers! 🍻
NomadicPirate So far I have tried this on the new Prerelease. Is still working as intended
JasonFinch I really need to look into it. Not quite sure how it works or how i'd patch it. I'll give it a try though.
perhaps sortable chests compatability?
CG23Sailor Trunk size is updated.
DigitalHareValkyrja's Vessels compatibility added. I set them at 24 slots since they're just vanilla vessels with different textures.
In response to an earlier comment.
I get that you are not simply doubling inventory in regard to the trunk and 72 slots is excessive.
HOWEVER...
Not doubling the trunk inventory, but the expanded trunk inventory should be double the chest inventory, otherwise you are losing inventory space and would never want to use a trunk.
the space you get with the expanded trunk is less that the spaces you get with the two chests you use to create the trunk.
STANDARD:
Chest 16
Trunk 36
Which is 4 more spaces than the 32 you get with 2 chests.
Now with the Mod:
Chest 28
Trunk 45
While 45 is still more than 36 unmodded... it is 11 short of the 56 you would get from two chests. Why would anyone want a trunk? You are giving up storage space.
Don't double 36 to 72, agreed. but it should at the least be 56 (equal to two chests) and not 45.
Aarkan BlueFuryDragon 1.21 update is here! Sorry for the wait!
DigitalHare I didn't add Valkyrja's Vessels in V0.0.6 but may add it in the future.
Hey, along with the edit that BloodyScreeching posted to make this work, an edit to make this work with Valkyrja's Vessels follows:
Open the zip, either extract or edit inside the zip (7Zip lets you just edit, save and close and it'll update the zip for you) - \assets\increasedstoragecapacity\patches\storagevessel.json
{ "op": "replace", "path": "/attributes/quantitySlots/normal", "value": 28, "file": "game:blocktypes/clay/storagevessel-fancy.json", "side": "Server", "dependsOn": [{ "modid": "valkyrjavesssels" }] }If you're scared to edit code yourself.. This has both BloodyScreeching's edit mine here. Either copy the text and paste it in or download and replace. I was going to try typing a short howto on what you have to do.. But ah, it was too long for a comment, lol.
https://drive.google.com/file/d/1-9g48_iT_oiN6_gYmkMOKC7xplfcTdZT
breeze108 No idea, I'm really not a modder... I think you'd be better off with one of the many backpack slot increasing mods on here. I recommend Larger Vanilla Bags by Zooshini.
Lucksmith will something similar to that work with backpacks?
frendito_burrito Thanks!
For 1.21
[A friend asked me about this, so I'm posting it here for anyone else who needs it.]
In order to increase the storage capacity of Decorated Storage Vessels, the ones located in ruins, the following needs to be added to storagevessel.json:
BlueFuryDragon It's not hard to edit that - from your mods folder, open the sortable storage .zip and go to \assets\sortablestorage\blocktypes to find the container you want to edit. Chests are in the wood folder, storage vessels are in the clay folder. Open the json file in a text editor and look for "quantitySlots", then change the number after it (there will be some text in between) to whatever you want. Start or restart your game, and you should be good.
I wish this worked with sortable storage but if you make the container sortable it reverts back to vanilla slots. Also, I have a storage vessel copper that doesn't have the upgraded slots, however I found it in a crypt, which I think is part of Better Ruins mod.
Lucksmith That worked. Thanks for the fix.
Does this work in 1.21?
Aarkan That's because the file structure of the game changed, I believe. Just go into the .json file for clay vessels and change "game:blocktypes/clay/storagevessel.json" to "game:blocktypes/clay/fired/storagevessel.json"
This doesn't seem to be working for clay storage vessels in 1.21 for me. Chests and reed chests seem to be working though.
phoenixfire9731 Nightwolf V0.0.5 adds Clayworks and Vanilla Variants compatibility.
Nightwolf Just took a peek and only the papyrus chest doesn't get increased. However, the other chests and trunks work with this mod. When I get some time, I'll add a patch for the papyrus chest.
How does this work/interact with Vanilla Variants and the variant wood type wooden chests/trunks?
phoenixfire9731 Not currently. Though I will add patches when I get time.
Does this work with the clayworks mod?
NomadicPirate looking forward to it!!!
wildbug I can certainly do that! It will have to be separated from this mod entirely though since I want to keep this one true to vanilla spoilage rates.
Edit: No idea on when it will be released. It might just be a patch and not a complete re-release too.
BRICKLAYERS COMPAT LET'S GOOOOOOOOOOOOOOOOOOO (ps. could you re-release a version of the mod with the modified spoilage values? some of us strongly depend on them and really miss them!!)
Lucian_Fallen Bricklayers compatibility patches added in V0.0.4
Can you make your mod comaptible with bricklayer's clay storage vessels? I can't find the file...
Hero146 Yes!
Does this work with carry on?
rboys2 It does not. Spear and Fang has his hands full and I don't wanna bug him.
Does this mod work with Sortable Storage?
I know technically that mod makes it their own seperate "Wooden trunk (Sortable)" item, wasn't sure if that'd make these work together or not.
Oh right! My bad. I have no idea where I got this idea that you were going for double the slots.
Nah I more than good with a 45 slots trunk x)
Kshoh I wasn't really going for "double inventory" per se. Just added 1 row to the trunk instead of 2 since it seemed way overkill. Trunks are already massive lol
If you want to change it to 72 slots, you can do that. Just unpack the mod, inside the patches folder theres one for trunks. Open it and change the value to 72. Save and repack the mod. Viola 72 slot trunk.
Thanks for the input! 😃
I'm loving your mod. I always have problems with storage in early game. Your mod helps a lot with not needing to have a wall of reed chest haha
Only thing that was disturbing me was the spoilage rate in clay vessels. I have food in there that is good for 48 years haha. And I isn't even in a cellar. But I saw there was an update for it.
Last thing if we follow the logic of doubling inventories. Shouldn't the trunk have 72 slots?
ElrondHubbardCln There's 3 versions out now so the players can choose which one they want. Should have released in a different order. Hindsight is always 20/20 😂
I mean some people might want that feature :)
ElrondHubbardCln Just released V0.0.3, which doesn't modify spoilage rates. 😁
I love this mod and wouldn't play without it. I do wish that the clay vessel did not modify the spoilage rate. Can there be an option to adjust this? Inventory management drives me insane which is why I love this mod - I don't want to make the game more forgiving.
Thanks!
you are awsome!
jamescook Ask and you shall receive. 🤠
https://mods.vintagestory.at/show/mod/18978
like i said i'm a horder of items so i need alot of space in my bags,as in 100-500 spaces. my go to untill 1.120 killed it off was what hammer space whitch made every bag have 2500 slots of space. having to gather clutter to break down,more mob drops,and battle towers to loot does not help. :P
jamescook I made a mod for backpack sizes, be sure to check it out.
back pack size
jamescook What exactly do you mean? Are you talking about backpack size or the hotbar at the bottom of the screen?
i need something like this but for the player's storage invtory as i'm a horder of items and i got other mods that make the clutter items able to be broken down.
AngryOscar I just tested with ExtraChests_v1.9.0 and it seems to work as far as I can tell. Chests added in Dauron's mod retain their capacity whilst vanilla reed chests, clay storage vessels, chests and wooden trunks stay at the values I set in this mod.
does this work with extra chests?