prevent dupes from easyvend

master
Juraj Vajda 2018-10-16 18:47:46 -04:00
parent 112dd0f81b
commit 347c963516
1 changed files with 3 additions and 1 deletions

View File

@ -127,7 +127,9 @@ basic_machines.limit_inventory_table = { -- node name = {list of bad inventories
["basic_machines:mover"] = {["upgrade"] = 1},
["moreblocks:circular_saw"] = {["input"]=1,["recycle"]=1,["micro"]=1,["output"]=1},
["easyvend:depositor"] = {["item"]=1,["gold"]=1},
["easyvend:vendor"] = {["item"]=1,["gold"]=1}
["easyvend:vendor"] = {["item"]=1,["gold"]=1},
["easyvend:depositor_on"] = {["item"]=1,["gold"]=1},
["easyvend:vendor_on"] = {["item"]=1,["gold"]=1}
}
-- when activated with keypad these will be "punched" to update their text too