Cleans up salvage code a bit
This commit is contained in:
@ -1,23 +0,0 @@
|
||||
package net.knarcraft.blacksmith.config;
|
||||
|
||||
/**
|
||||
* A representation of the different ways an item can be salvaged
|
||||
*/
|
||||
public enum SalvageMethod {
|
||||
|
||||
/**
|
||||
* Salvaging the item normally by returning the item's crafting recipe
|
||||
*/
|
||||
SALVAGE,
|
||||
|
||||
/**
|
||||
* Removing the armor trim from an item
|
||||
*/
|
||||
ARMOR_TRIM,
|
||||
|
||||
/**
|
||||
* Un-doing netherite application for an item
|
||||
*/
|
||||
NETHERITE,
|
||||
|
||||
}
|
Reference in New Issue
Block a user