Private
Public Access
1
0

Bump version to 0.1.6, add player kill tracking, and enhance power/lab stats handling

This commit is contained in:
Jan Grießhaber
2026-01-02 18:40:24 +01:00
parent 265f74814d
commit 0660a7642b
6 changed files with 143 additions and 53 deletions

View File

@@ -84,6 +84,13 @@ data:extend({
setting_type = "runtime-global",
default_value = true,
order = "i"
},
{
type = "bool-setting",
name = "factorio-metrics-exporter-enable_denkmalschutz",
setting_type = "runtime-global",
default_value = false,
order = "z"
}
})