1.1.0
This commit is contained in:
10
settings.lua
Normal file
10
settings.lua
Normal file
@@ -0,0 +1,10 @@
|
||||
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"
|
||||
}
|
||||
})
|
||||
Reference in New Issue
Block a user