mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2026-01-11 18:35:04 +01: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