Implements enchantment salvage toggle #23
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:
@ -163,6 +163,10 @@ scrapper:
|
||||
# Whether to enable salvaging of non-repairable items, such as planks
|
||||
extendedSalvageEnabled: false
|
||||
|
||||
# Whether to enable salvaging of enchanted items. This is disabled by default because it's possible to accidentally
|
||||
# salvage items with very good enchantments.
|
||||
salvageEnchanted: false
|
||||
|
||||
# Default values for messages used by NPCs
|
||||
messages:
|
||||
# The message to display when another player is using the scrapper
|
||||
@ -202,4 +206,7 @@ scrapper:
|
||||
fullSalvageMessage: "&aI should be able to extract all components from that pristine item.&r"
|
||||
|
||||
# The yield message to display if trying to salvage a damaged item
|
||||
partialSalvageMessage: "&cI cannot extract all components from that damaged item.&r"
|
||||
partialSalvageMessage: "&cI cannot extract all components from that damaged item.&r"
|
||||
|
||||
# The message to display when asked to salvage an enchanted item, and that option is disabled
|
||||
cannotSalvageEnchantedMessage: "&cI'm sorry, but I'm unable to salvage enchanted items!"
|
Reference in New Issue
Block a user