hello i am trying to add serveral things to my blacklist but i dont know the syntax to list more that one item
here is my json
{
"Lists": {
"Input Blacklist": [
"ammo.pistol"
],
"Output Blacklist": [
"ammo.pistol"
],
"Recycle Output Multipliers": {
"*": 1,
"metal.refined": 1
}
},
"Settings": {
"Max Items Per Recycle": 100,
"Recycle Time": 5.0
}
}
this works good to blacklist pistol ammo but i want to blacklist m92 pistols and test generators but dont know
how to add them to the json. any help would be greatly appreciated
Blacklist questionSolved
disregard found another way to do what i needed to do
Locked automatically