Prevent adding items to vending?
I have tried to prevent these items from being placed in vending machine and its not blocking me? is it because in admin? wrong shortnames?
{
  "Container (shortname) - list of items (shortname)": {
    "vending.machine": [
      "ammo.rifle.explosive",
      "ammo.grenadelauncher.he",
      "ammo.rocket.basic",
      "ammo.rocket.hv",
      "sulfur",
      "sulfur.ore",
      "grenade.f1",
      "explosive.timed",
      "ammo.rocket.fire",
      "gunpowder",
      "explosives",
      "explosive.satchel",
      "grenade.beancan"
    ],
  }
}​

shortname "vending.machine" does not work.

you need to use "vendingmachine.deployed"

 

{
"Containers": {
"vendingmachine.deployed": {
"Allow": false,
"Items": [
"wood",
"stones",
]
}