installed the storage mod this morning, works as intended well done, would love to see a larger version ie more slots, but happy to have storage i can rename, so my old brain know's what is in it lol. so kudos
Within this mod is a Config folder and within that is blocks.xml. It is possible to change the type of storage area that has been alloted for the storage containers to increase the slot size.
At the moment, each type uses:
<property name="LootList" value="storageCrate"/>
storageCrate is the same size given to the non writeable and writeable storage crates at a size of 8 x 9 (72 slots). This is the maximum size for this type of storage.
The largest storage container in the game is for the 4x4 vehicle.
If you were to change <property name="LootList" value="storageCrate"/> to <property name="LootList" value="vehicle4x4Truck"/> for all entries in the blocks.xml then all of the crates would be given the larger size of 9 x 9 and at least increase the size from 72 to 81 slots. An extra 9 slots is pretty decent.
Maybe you've come across the larger stacking mods where things can be bundled into larger amounts for storage, e.g. from 6000 wood to 32000 wood.
One I particularly like is
Reasonable Stack Size. All of the mods of this type are great, but this one doesn't add a blanket increase and considers each item carefully. This really helps to keeps things more efficiently stacked and reduce need for space.
If these solutions are still not enough, the next step up from that would be to make a customised storage crate size. In the past, this could cause problems because different mods would sometimes share the same ID number. However, in A20, a fall back was added where it is given both a name and a number and this should stop any compatibility issues.
From the developers comments in the code, it is possible to make 16 rows across. For the sake of the HUD, maybe 12 across and 10 down for that 120 slots would keep it looking decent. The easiest option is potentially a stack size mod like the Reasonable Stack Size or ones that give a blanket 10K, 20K, 32K type stack.