mirror of
https://github.com/Ellpeck/ActuallyAdditions.git
synced 2024-11-22 15:18:34 +01:00
Update DrillItem.java
This commit is contained in:
parent
7e7fd0d8e2
commit
846172e69c
1 changed files with 1 additions and 1 deletions
|
@ -144,7 +144,7 @@ public class DrillItem extends ItemEnergy {
|
||||||
// player.getInventory().setItem(slot, player.getItemInHand(hand));
|
// player.getInventory().setItem(slot, player.getItemInHand(hand));
|
||||||
// WorldUtil.setHandItemWithoutAnnoyingSound(player, hand, stack);
|
// WorldUtil.setHandItemWithoutAnnoyingSound(player, hand, stack);
|
||||||
|
|
||||||
return InteractionResult.SUCCESS;
|
return InteractionResult.sidedSuccess(level.isClientSide);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue