Changes ignored salvage into trash salvage according to #22
This commit is contained in:
@ -123,13 +123,12 @@ scrapper:
|
||||
# Whether enchanted salvaged items should return some amount of exp upon salvage
|
||||
giveExperience: true
|
||||
|
||||
# Items ignored during salvage calculation. This follows the format:
|
||||
# "MATERIAL[;MATERIAL2][;MATERIAL3]:IGNORED_MATERIAL[;IGNORED_MATERIAL2]",
|
||||
# so the material or materials listed will ignore the material specified after the ":" when calculating salvage
|
||||
# (* matches any character). This causes the player to lose some items during salvaging, but can prevent cases
|
||||
# where a diamond pickaxe is salvaged and only sticks are returned.
|
||||
ignoredSalvage:
|
||||
- "*_SHOVEL;*_PICKAXE;*_AXE;*_HOE;*_SWORD:STICK"
|
||||
# Items treated as trash during salvage calculation. This follows the format:
|
||||
# "MATERIAL[;MATERIAL2][;MATERIAL3]:TRASH_MATERIAL[;TRASH_MATERIAL2]", so the material or materials listed will
|
||||
# treat the material specified after the ":" as trash when calculating salvage unless all non-trash items can be
|
||||
# given as well(* matches any character).
|
||||
trashSalvage:
|
||||
- "*_SHOVEL;*_PICKAXE;*_AXE;*_HOE;*_SWORD;SHIELD;*_BOW:STICK"
|
||||
|
||||
# The cost of using the scrapper
|
||||
basePrice: 0
|
||||
|
Reference in New Issue
Block a user