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:
2022-10-14 00:33:39 +02:00
parent 12f807060e
commit 4fa47349c6
3 changed files with 3 additions and 31 deletions

View File

@ -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%