mirror of
https://github.com/alexcrea/CustomAnvil.git
synced 2026-06-23 16:16:17 +02:00
Add config description lore for basic config gui.
This commit is contained in:
parent
c8a8b70422
commit
4b50499442
2 changed files with 54 additions and 24 deletions
|
|
@ -1,11 +1,11 @@
|
|||
# Whether all anvil actions should be capped
|
||||
# Whether all anvil actions cost should be capped
|
||||
#
|
||||
# If true, all anvil repairs will max out at the value of limit_repair_value
|
||||
limit_repair_cost: false
|
||||
|
||||
# Value to limit repair costs to when limit_repair_cost is true
|
||||
#
|
||||
# Valid range of 1 - 39 (vanilla will consider 40+ as "too expensive")
|
||||
# Valid values include 1 to 39 (vanilla will consider 40+ as "too expensive")
|
||||
limit_repair_value: 39
|
||||
|
||||
# Whether the anvil's repair limit should be removed entirely
|
||||
|
|
@ -13,31 +13,32 @@ limit_repair_value: 39
|
|||
# The anvil will still visually display "too expensive" however the action will be completable
|
||||
remove_repair_limit: false
|
||||
|
||||
# Value added to the anvil when the item is repaired by another item of the same type
|
||||
# XP Level amount added to the anvil when the item is repaired by another item of the same type
|
||||
#
|
||||
# Valid range of 0 - 255
|
||||
# Valid values include 0 to 255
|
||||
item_repair_cost: 2
|
||||
|
||||
# Value added to the anvil when the item is repaired by an "unit"
|
||||
# For example, a diamond on a diamond sword
|
||||
# XP Level amount added to the anvil when the item is repaired by an "unit"
|
||||
# For example: a Diamond on a Diamond Sword
|
||||
# What's considered unit for what can be edited on the unit repair configuration.
|
||||
#
|
||||
# Valid range of 0 - 255
|
||||
# Valid values include 0 to 255
|
||||
unit_repair_cost: 1
|
||||
|
||||
# Value added to the anvil when the item is renamed
|
||||
# XP Level amount added to the anvil when the item is renamed
|
||||
#
|
||||
# Valid range of 0 - 255
|
||||
# Valid values include 0 to 255
|
||||
item_rename_cost: 1
|
||||
|
||||
# Value added to the anvil when a sacrifice enchantment conflict
|
||||
# with one of the left item enchantment
|
||||
# XP Level amount added to the anvil when a sacrifice enchantment
|
||||
# conflict with one of the left item enchantment
|
||||
#
|
||||
# Valid range of 0 - 255
|
||||
# Valid values include 0 to 255
|
||||
sacrifice_illegal_enchant_cost: 1
|
||||
|
||||
# Default limit to apply to any enchants missing from override_limits
|
||||
#
|
||||
# Valid range of 1 - 255
|
||||
# Valid values include 1 to 255
|
||||
default_limit: 5
|
||||
|
||||
# Override limits for specific enchants
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue