mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2025-08-02 20:45:28 +02:00
wire up taming XP
This commit is contained in:
@@ -254,9 +254,4 @@ public class ExperienceConfig extends ConfigValidated {
|
||||
public double getRepairXP(ItemMaterialCategory repairItemMaterialCategory) {
|
||||
return getDoubleValue(EXPERIENCE, REPAIR, StringUtils.getCapitalized(repairItemMaterialCategory.toString()));
|
||||
}
|
||||
|
||||
/* Taming */
|
||||
public int getTamingXP(EntityType type) {
|
||||
return getIntValue(EXPERIENCE, TAMING, ANIMAL_TAMING, StringUtils.getEntityConfigName(type));
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user