mirror of
https://github.com/alexcrea/CustomAnvil.git
synced 2026-06-23 16:16:17 +02:00
Hacky fix for 1.20.5.
Also: - version up - metric fix (expected as config was changed) - Prepared for long term update system
This commit is contained in:
parent
2861238f58
commit
46ff34deea
7 changed files with 43 additions and 11 deletions
|
|
@ -72,6 +72,7 @@ enchant_limits:
|
|||
fire_aspect: 2
|
||||
looting: 3
|
||||
sweeping: 3
|
||||
sweeping_edge: 3
|
||||
efficiency: 5
|
||||
unbreaking: 3
|
||||
fortune: 3
|
||||
|
|
@ -208,6 +209,9 @@ enchant_values:
|
|||
sweeping:
|
||||
item: 4
|
||||
book: 2
|
||||
sweeping_edge:
|
||||
item: 4
|
||||
book: 2
|
||||
thorns:
|
||||
item: 8
|
||||
book: 4
|
||||
|
|
@ -223,3 +227,5 @@ debug_log: false
|
|||
|
||||
# Whether to show verbose debug logging
|
||||
debug_log_verbose: false
|
||||
|
||||
configVersion: 1.4.3
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue