fix cleric impetus not properly updating
This commit is contained in:
parent
8fc3b080ad
commit
c6ee3effa9
1 changed files with 1 additions and 0 deletions
|
@ -44,6 +44,7 @@ public class BlockStoredPlayerImpetus extends BlockAbstractImpetus {
|
||||||
if (entity instanceof Player) {
|
if (entity instanceof Player) {
|
||||||
// phew, we got something
|
// phew, we got something
|
||||||
tile.setPlayer(entity.getUUID());
|
tile.setPlayer(entity.getUUID());
|
||||||
|
tile.setChanged();
|
||||||
|
|
||||||
pLevel.playSound(pPlayer, pPos, HexSounds.IMPETUS_STOREDPLAYER_DING.get(), SoundSource.BLOCKS,
|
pLevel.playSound(pPlayer, pPos, HexSounds.IMPETUS_STOREDPLAYER_DING.get(), SoundSource.BLOCKS,
|
||||||
1f, 1f);
|
1f, 1f);
|
||||||
|
|
Loading…
Reference in a new issue