Adds an option for toggling whether reforging removing enchantments
All checks were successful
EpicKnarvik97/Blacksmith/pipeline/head This commit looks good
All checks were successful
EpicKnarvik97/Blacksmith/pipeline/head This commit looks good
This commit is contained in:
@ -50,6 +50,9 @@ defaults:
|
||||
|
||||
# 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%
|
||||
|
||||
# Whether failed reforging should remove or downgrade the item's enchantments
|
||||
failReforgeRemovesEnchantments: false # Default = false
|
||||
|
||||
# The chance that an enchantment will be added to the reforged item (0-100)
|
||||
extraEnchantmentChance: 5 # Default = 5%
|
||||
|
Reference in New Issue
Block a user