Removes unnecessary options #8
Removes the DISABLE_COOL_DOWN option Removes the DISABLE_DELAY option Uses the old DISABLE_COOL_DOWN behavior if cool-down is set to 0 or below Uses the old DISABLE_DELAY behavior if max-delay is set to 0 or below
This commit is contained in:
@ -32,12 +32,6 @@ defaults:
|
||||
# up yet.
|
||||
reforgeAbleItems: [ ]
|
||||
|
||||
# Whether to disable the cool-down period between each reforge
|
||||
disableCoolDown: false
|
||||
|
||||
# Whether to disable the reforging delay, making re-forging complete instantly
|
||||
disableDelay: false
|
||||
|
||||
# The chance to fail reforging an item, which only repairs the item a tiny bit or not at all (0-100)
|
||||
failReforgeChance: 10 # Default = 10%
|
||||
|
||||
|
Reference in New Issue
Block a user