mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2024-11-26 07:06:45 +01:00
Use only 1 extra durability by default, instead of 2
This commit is contained in:
parent
2f90e533a5
commit
c19ccbccac
@ -328,7 +328,7 @@ public class Config extends AutoUpdateConfigLoader {
|
|||||||
public int getMaxLength(AbilityType ability) { return config.getInt("Abilities.Max_Seconds." + ability.toString()); }
|
public int getMaxLength(AbilityType ability) { return config.getInt("Abilities.Max_Seconds." + ability.toString()); }
|
||||||
|
|
||||||
/* Durability Settings */
|
/* Durability Settings */
|
||||||
public int getAbilityToolDamage() { return config.getInt("Abilities.Tools.Durability_Loss", 2); }
|
public int getAbilityToolDamage() { return config.getInt("Abilities.Tools.Durability_Loss", 1); }
|
||||||
|
|
||||||
/* Thresholds */
|
/* Thresholds */
|
||||||
public int getTreeFellerThreshold() { return config.getInt("Abilities.Limits.Tree_Feller_Threshold", 500); }
|
public int getTreeFellerThreshold() { return config.getInt("Abilities.Limits.Tree_Feller_Threshold", 500); }
|
||||||
|
@ -191,7 +191,7 @@ Abilities:
|
|||||||
Tree_Feller_Threshold: 500
|
Tree_Feller_Threshold: 500
|
||||||
Tools:
|
Tools:
|
||||||
# Use more tool durability while using abilities. Set Durability_Loss to 0 to disable the extra durability damage.
|
# Use more tool durability while using abilities. Set Durability_Loss to 0 to disable the extra durability damage.
|
||||||
Durability_Loss: 2
|
Durability_Loss: 1
|
||||||
|
|
||||||
#
|
#
|
||||||
# Settings for Skills
|
# Settings for Skills
|
||||||
|
Loading…
Reference in New Issue
Block a user