make default config more vanilla like by disabling level limiting.

This commit is contained in:
alexcrea 2024-03-03 18:43:11 +01:00
parent 1f05e6ef59
commit af892aabe0
3 changed files with 3 additions and 3 deletions

View file

@ -1,7 +1,7 @@
# Whether all anvil actions should be capped
#
# If true, all anvil repairs will max out at the value of limit_repair_value
limit_repair_cost: true
limit_repair_cost: false
# Value to limit repair costs to when limit_repair_cost is true
#