Hey. Currently, the easy way to remove the inventory cap is to open the stonehearth program file at C:\Program Files (x86)\Steam\steamapps\common\Stonehearth, open user_settings.json and put add in the line about infinite inventory.
“mods” : {
–“stonehearth” : {
----“default_storage_filter_none” : false,
---- “enable_cpp_ai” : true,
---- “enable_speed_three” : true,
---- “max_citizens” : 40,
---- “show_hearthling_paths” : false,
---- “infinite_inventory” : true
}
Make sure to add the comma after the hearthling paths line, otherwise you’ll get an error.
This should make it to where the inventory limit no longer exists, although its not quite the answer you seem to be looking for.