Hello :)
I have my config set to false for stacking items with durability but they are still stacking. Does the global stack multiplier override this? Here is my config:
{
"RevertStackSizesToVanillaOnUnload": true,
"AllowStackingItemsWithDurability": false,
"HidePrefixWithPluginNameInMessages": false,
"GlobalStackMultiplier": 100.0,
"CategoryStackMultipliers": {
"Weapon": 1.0,
"Construction": 1.0,
"Items": 1.0,
"Resources": 1.0,
"Attire": 1.0,
"Tool": 1.0,
"Medical": 1.0,
"Food": 1.0,
"Ammunition": 1.0,
"Traps": 1.0,
"Misc": 1.0,
"All": 1.0,
"Common": 1.0,
"Component": 1.0,
"Search": 1.0,
"Favourite": 1.0,
"Electrical": 1.0,
"Fun": 1.0
},
Any help would be appreciated.