mirror of
https://github.com/alexcrea/CustomAnvil.git
synced 2026-06-23 16:16:17 +02:00
fix durability repair and item naming
This commit is contained in:
parent
745ebcde29
commit
af99913eae
7 changed files with 97 additions and 29 deletions
|
|
@ -11,9 +11,16 @@ default_limit: 10
|
|||
# i.e. Protection and Blast Protection can be on the same piece of armour
|
||||
allow_unsafe: true
|
||||
|
||||
# Whether all anvil actions should be capped to the vanilla repair limit (40 levels)
|
||||
# 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
|
||||
|
||||
# Value to limit repair costs to when limit_repair_cost is true
|
||||
#
|
||||
# Valid range of 1 - 39 (vanilla will consider 40+ as "too expensive")
|
||||
limit_repair_value: 39
|
||||
|
||||
# Whether the anvil's repair limit should be removed entirely
|
||||
#
|
||||
# The anvil will still visually display "too expensive" however the action will be completable
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
main: io.delilaheve.UnsafeEnchants
|
||||
name: UnsafeEnchants
|
||||
version: 1.0.1
|
||||
version: 1.0.2
|
||||
description: Allow all enchants to be combined
|
||||
api-version: 1.18
|
||||
load: POSTWORLD
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue