Private
Public Access
1
0

Rewritten sending helper and logic

This commit is contained in:
Jan Grießhaber
2026-01-10 18:24:52 +01:00
parent 8fc41c2e5a
commit 2e3ea7dd4d
14 changed files with 317 additions and 138 deletions

View File

@@ -17,7 +17,7 @@ data:extend({
{
type = "int-setting",
name = "factorio-metrics-exporter-udp-port",
setting_type = "startup",
setting_type = "runtime-global",
allow_blank = false,
default_value = 52555,
order = "c"
@@ -112,5 +112,13 @@ data:extend({
setting_type = "runtime-global",
default_value = false,
order = "zz"
},
{
type = "int-setting",
name = "factorio-metrics-exporter-sending-player-index",
setting_type = "runtime-global",
default_value = 0,
minimum_value = 0,
order = "aa"
}
})