11 lines
264 B
Lua
11 lines
264 B
Lua
data:extend({
|
|
{
|
|
type = "string-setting",
|
|
name = "no-alarm-entities",
|
|
setting_type = "runtime-global",
|
|
default_value = "stone-wall,construction-robot,land-mine",
|
|
allow_blank = true,
|
|
order = "a"
|
|
}
|
|
})
|