prevent dupes from easyvend machines inventory

master
Juraj Vajda 2018-10-13 19:50:56 -04:00
parent b079cf671d
commit ee9e11d699
1 changed files with 2 additions and 0 deletions

View File

@ -120,6 +120,8 @@ basic_machines.limit_inventory_table = { -- node name = {list of bad inventories
["basic_machines:generator"] = {["upgrade"] = 1},
["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}
}
-- when activated with keypad these will be "punched" to update their text too