Good day! Hello I am new to plugin editing. I was wondering if there were a way to control stack sizes of resources put into particular storage with their respecrtive skinned them (i.e. Neon Wood Box will stack wood; but put wood into Neon Stone Box it wont stack)? It basically forces players to use the themed boxes (incentive?). I'm no coder, but I would totally do it on the sly if I knew how to. Why? OCD's, control freak, or whatever...
Thanks for taking the time to read this! XoXo.
For example,
"assets/prefabs/deployable/large wood storage/box.wooden.large.prefab": {
"DisplayName": "Large Box",
"WorkshopID": "2424873646",
"MaxCapacity": -1,
"Items": [
{
"ShortName": "wood",
"MaxStackSize": 2500
}