mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2025-06-27 11:14:44 +02:00
New skill 'Knock On Wood', changes to axe readying messages
This commit is contained in:
@ -450,7 +450,7 @@ public class Config extends AutoUpdateConfigLoader {
|
||||
public int getAbilityToolDamage() { return config.getInt("Abilities.Tools.Durability_Loss", 1); }
|
||||
|
||||
/* Thresholds */
|
||||
public int getTreeFellerThreshold() { return config.getInt("Abilities.Limits.Tree_Feller_Threshold", 500); }
|
||||
public int getTreeFellerThreshold() { return config.getInt("Abilities.Limits.Tree_Feller_Threshold", 1000); }
|
||||
|
||||
/*
|
||||
* SKILL SETTINGS
|
||||
|
Reference in New Issue
Block a user