1
0
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:
Wyrrrd
2020-02-17 21:11:17 +01:00
parent 8cc4551e96
commit 1ef2d837f7
7 changed files with 91 additions and 1 deletions
+20
View File
@@ -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
}
})