mirror of
https://github.com/alexcrea/CustomAnvil.git
synced 2026-06-23 16:16:17 +02:00
add config for xp formula and version up. also moved logo cause it is useless inside the plugin
This commit is contained in:
parent
87b8738c6e
commit
5bc1d8b737
6 changed files with 50 additions and 6 deletions
|
|
@ -22,6 +22,16 @@ limit_repair_cost: true
|
|||
# Valid range of 1 - 39 (vanilla will consider 40+ as "too expensive")
|
||||
limit_repair_value: 39
|
||||
|
||||
# Value added to the anvil when the item durability increase
|
||||
#
|
||||
# Valid range of 0 - 255
|
||||
item_repair_cost: 2
|
||||
|
||||
# Value added to the anvil when the sacrifice try to add illegal enchant to the item
|
||||
#
|
||||
# Valid range of 0 - 255
|
||||
sacrifice_illegal_enchant_cost: 1
|
||||
|
||||
# Whether the anvil's repair limit should be removed entirely
|
||||
#
|
||||
# The anvil will still visually display "too expensive" however the action will be completable
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue