Private
Public Access
1
0

Update version to 0.2.5, add train trip statistics option feature, and improve train state handling and null safety

This commit is contained in:
Jan Grießhaber
2026-01-04 12:36:25 +01:00
parent 4b10091d1a
commit 81e831a236
7 changed files with 50 additions and 10 deletions

View File

@@ -105,5 +105,12 @@ data:extend({
setting_type = "runtime-global",
default_value = "[virtual-signal=signal-pink][item=locomotive]",
order = "zb"
},
{
type = "bool-setting",
name = "factorio-metrics-exporter-export_train_trips",
setting_type = "runtime-global",
default_value = false,
order = "zz"
}
})