mirror of
https://gitlab.com/phoenix-dvpmt/mmoitems.git
synced 2024-12-23 04:47:34 +01:00
build pls
This commit is contained in:
parent
f68bf6edcc
commit
7b150ba47f
@ -59,7 +59,7 @@ public class Lute extends UntargetedWeapon {
|
||||
LuteAttackEffect effect = LuteAttackEffect.get(getNBTItem());
|
||||
SoundReader sound = new SoundReader(getNBTItem().getString("MMOITEMS_LUTE_ATTACK_SOUND"), VersionSound.BLOCK_NOTE_BLOCK_BELL.toSound());
|
||||
if (effect != null) {
|
||||
effect.getAttack().handle(attackMeta, getNBTItem(), attackDamage, range, weight, sound);
|
||||
effect.getAttack().handle(attackMeta, getNBTItem(), range, weight, sound);
|
||||
return;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user