update data with mishap set
This commit is contained in:
parent
61597a3a54
commit
592bff1646
1 changed files with 2 additions and 1 deletions
|
@ -209,7 +209,6 @@ public abstract class BlockEntityAbstractImpetus extends PaucalBlockEntity imple
|
|||
}
|
||||
|
||||
if (this.foundAll) {
|
||||
this.setLastMishap(null);
|
||||
this.castSpell();
|
||||
this.stopCasting();
|
||||
return;
|
||||
|
@ -312,6 +311,8 @@ public abstract class BlockEntityAbstractImpetus extends PaucalBlockEntity imple
|
|||
2f, 1f);
|
||||
}
|
||||
if (erroredPos != null) {
|
||||
this.setLastMishap(null);
|
||||
this.setChanged();
|
||||
this.sfx(erroredPos, false);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue