mirror of
https://github.com/Wyrrrd/Gun_Turret_Alerts.git
synced 2026-06-03 07:52:27 +02:00
Initial commit
Only changed supported Factorio version and added thumbnail
This commit is contained in:
@@ -0,0 +1,20 @@
|
||||
--settings.lua
|
||||
|
||||
|
||||
data:extend({
|
||||
{
|
||||
type = "bool-setting",
|
||||
name = "gun-turret-alerts-enabled",
|
||||
setting_type = "runtime-per-user",
|
||||
default_value = true
|
||||
},
|
||||
{
|
||||
type = "int-setting",
|
||||
name = "gun-turret-alerts-threshold",
|
||||
setting_type = "runtime-per-user",
|
||||
default_value = 8,
|
||||
minimum_value = 0
|
||||
|
||||
}
|
||||
|
||||
})
|
||||
Reference in New Issue
Block a user