cyphers use standard break animation
This commit is contained in:
parent
e8ee5a9a2c
commit
306089e413
1 changed files with 1 additions and 0 deletions
|
@ -123,6 +123,7 @@ public abstract class ItemPackagedHex extends ItemManaHolder implements HexHolde
|
|||
|
||||
if (broken) {
|
||||
stack.shrink(1);
|
||||
player.broadcastBreakEvent(usedHand);
|
||||
return InteractionResultHolder.consume(stack);
|
||||
} else {
|
||||
return InteractionResultHolder.success(stack);
|
||||
|
|
Loading…
Reference in a new issue