progress on new metrics

This commit is contained in:
alexcrea 2026-03-02 21:58:09 +01:00
parent d037263e3f
commit 3e68af06ea
Signed by: alexcrea
GPG key ID: E346CD16413450E3
11 changed files with 141 additions and 47 deletions

View file

@ -21,6 +21,8 @@ object ConfigOptions {
// Path for config values
// ----------------------
const val METRIC_TYPE = "metric_type"
const val CAP_ANVIL_COST = "limit_repair_cost"
const val MAX_ANVIL_COST = "limit_repair_value"
const val REMOVE_ANVIL_COST_LIMIT = "remove_repair_limit"