Explosive Shovel durability not decrease
Opened this issue ยท 2 comments
Description (Required)
when I use the Explosive Shovel, durability will not decrease.
I guess the
@Override
public boolean isDamageable() {
return damageOnUse;
}
is not work.
Steps to reproduce the Issue (Required)
use the Explosive Shovel to break some blocks.
Expected behavior (Required)
Durability will decreases.
Server Log / Error Report
None
Environment (Required)
- Minecraft Version: 1.14.4
- Slimefun Version: Slimefun4 - DEV 252 (git 25ee0)
- CS-CoreLib Version: CS-CoreLib - DEV 76 (git aaef2)