Edit capacity of Tool Cupboard.Not An Issue

Would be nice if you could change the capacity of the TC. There is no way that I know of to limit player building if there are larger stacks on the server, since you can swap super stacks into containers. Disregaurding changing TC decay.

You can still simply add in the config option for it. I just didn't include it into the other list anymore 

Because when you modify the TC you lose all the display stats for it and there is no fixing that. 

Merged post

{
  "Customize Slot Sizes - Higher/Lower Storage Slots": {
    "assets/prefabs/deployable/tool cupboard/cupboard.tool.deployed.prefab": {
      "DisplayName": "Tool Cupboard",
      "MaxCapacity": 42,
      "Items": [
        {
          "ShortName": "",
          "MaxStackSize": 0
        }
      ]
    },
    "assets/prefabs/misc/halloween/coffin/coffinstorage.prefab": {
      "DisplayName": "Coffin",
      "MaxCapacity": 42,
      "Items": [
        {
          "ShortName": "stones",
          "MaxStackSize": 3000
        },
        {
          "ShortName": "wood",
          "MaxStackSize": 2500
        }
      ]
    },
    "assets/prefabs/deployable/large wood storage/box.wooden.large.prefab": {
      "DisplayName": "Large Box",
      "MaxCapacity": -1,
      "Items": [
        {
          "ShortName": "stones",
          "MaxStackSize": 3000
        },
        {
          "ShortName": "wood",
          "MaxStackSize": 2500
        }
      ]
    },
    "assets/prefabs/deployable/woodenbox/woodbox_deployed.prefab": {
      "DisplayName": "Wood Box",
      "MaxCapacity": 12,
      "Items": [
        {
          "ShortName": "stones",
          "MaxStackSize": 3000
        },
        {
          "ShortName": "wood",
          "MaxStackSize": 2500
        }
      ]
    }
  },
  "Custom Stack Sizes per Container": {
    "assets/prefabs/deployable/bbq/bbq.deployed.prefab": {
      "DisplayName": "Barbeque",
      "Items": [
        {
          "ShortName": "shortname",
          "MaxStackSize": -1
        }
      ]
    },
  }
}

I don't block you from doing anything 

Locked automatically