mirror of
https://github.com/alexcrea/CustomAnvil.git
synced 2026-06-23 16:16:17 +02:00
Finished unit repair config gui.
This commit is contained in:
parent
cfab871838
commit
dee7862e82
4 changed files with 132 additions and 14 deletions
|
|
@ -127,7 +127,10 @@ object MetricsUtil {
|
|||
isDefaultItemGroupsConfig = false
|
||||
} else if (ConfigHolder.UNIT_REPAIR_HOLDER.equals(holder)) {
|
||||
isDefaultUnitRepairItemConfig = false
|
||||
} else if (ConfigHolder.CUSTOM_RECIPE_HOLDER.equals(holder)) {
|
||||
isDefaultCustomAnvilCraftConfig = false
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
fun addCustomMetric(metric: Metrics) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue