Mods / Bigger Pockets
Tags:
#QoL
Author: itsjusty0gurt
Side: Both
Created: Feb 5th at 6:15 AM
Last modified: Feb 5th at 7:03 AM
Downloads: 12613
Follow Unfollow 216
Author: itsjusty0gurt
Side: Both
Created: Feb 5th at 6:15 AM
Last modified: Feb 5th at 7:03 AM
Downloads: 12613
Follow Unfollow 216
Latest release (for Vintage Story 1.20.3, outdated):
biggerpocketsv1.0.0.zip
1-click install
Ever feel like your inventory space is a cruel joke? Bigger Pockets gives your stacks a well-deserved upgrade—because who carries just 64 sticks? Now you can hoard more, craft more, and spend less time running back to storage like a medieval courier.
Bigger stacks, fewer headaches. You’re welcome.
Working on getting soil stacks doubled. Any help would be appreciated!
| Mod Version | For Game version | Downloads | Released | Changelog | Download | 1-click mod install* |
|---|---|---|---|---|---|---|
| 1.0.0 | 12613 | Feb 5th at 7:03 AM | biggerpocketsv1.0.0.zip | 1-click install | ||
|
Released! | ||||||
Bigger Pockets v1.0.0 is working fine in single player game v1.21.1.
Huge QoL improvement mod thank you itsjusty0gurt
If you're still looking for help on how to add soil stacks (or stacks for anything that you couldn't already find the maxstacksize attribute listed against in the jsons, you can simply switch out "replace" with "add".
Example:
Instead of:
{
"op": "replace",
"path": "/maxstacksize",
"value": 128,
"file": "itemtypes/resource/bamboostakes.json"
},
You can do:
{
"op": "add",
"path": "/maxstacksize",
"value": 128,
"file": "blocktypes/soil/soil.json"
},
Note the directory for the soil.json file "blocktypes/soil/" is different to the resources folder "itemtypes/resource/" where the bamboostakes attributes live. All soil variants are in the "blocktypes/soil/soil.json" to the best of my knowledge (bony/rammed/packed) etc. etc.
Hope that helps!
NinjaKid225 Thank you for confirming it works on 1.21. I was about to try it myself, but good to know from the start.
For anyone who wonders, it works with 1.21 from the the get go. And if it doesn't work for you, try redownloading the mod. That's what did it for me
Wasn't working on my server.
I am using this mod on game version 1.20.11 and everything seems fine. Great mod! My loot goblin soul is SO happy!
itsjusty0gurt I wish to clarify that this mod is okay for download for the current version of the game. Forgive me if I am bothering. Thank you!
oh finally, i dont know how to write patches, so i changed all values to all those items by hand each time the game updated, thank you for that mod! Guys if you want to change values, you can open patch files in the archive by visual studio or notepad++ and change them how you would like to.
Does this only affect character inventory or does it work across chests and storage too?
Here is a list extracted from the mod zip and processed by ChatGPT
i will work on a txt file included in the next update with a list of all changes!
Can we get some details how the stacks have changed for each class of item?
I'm interested in using this mod on my server, however I'd like to know what stacks have been changed, and by how much. Are you able to add that data to the mod description? Or is it just flat doubled? Thanks :)