mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2025-06-28 19:54:44 +02:00
Axe restructuring.
This commit is contained in:
@ -115,7 +115,7 @@ public class SuperBreakerEventHandler {
|
||||
}
|
||||
|
||||
private void calculateDurabilityLoss() {
|
||||
this.durabilityLoss = Misc.TOOL_DURABILITY_LOSS;
|
||||
this.durabilityLoss = Misc.toolDurabilityLoss;
|
||||
|
||||
if (blockType.equals(Material.OBSIDIAN)) {
|
||||
durabilityLoss = durabilityLoss * 5;
|
||||
|
Reference in New Issue
Block a user