Is there a way to override the category stack size? For example, waterjug. If it gets stacked with another jug while having water in it, the water disappears. Is there way to override the category size?
Overriding category stack size
For now, you can edit stack multipler each categories at config file
If you locate this block in the CS, anything added here will be ignored. I'm not sure why this isn't part of the config file.
private readonly List<string> _ignoreList = new List<string>
{
"water",
"waterjug",
"photo",
"smallwaterbottle",
"head.bag",
"water.salt",
"cardtable",
"hat.bunnyhat",
"rustige_egg_e"
};