Skip to content

Commit

Permalink
fix: ensure sacrificial bowl inventory changes are saved when chunk i…
Browse files Browse the repository at this point in the history
…s saved
  • Loading branch information
klikli-dev committed Jul 22, 2024
1 parent 58e50ee commit 33a991a
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ protected void onContentsChanged(
if (!SacrificialBowlBlockEntity.this.level.isClientSide) {
SacrificialBowlBlockEntity.this.lastChangeTime = SacrificialBowlBlockEntity.this.level
.getGameTime();
SacrificialBowlBlockEntity.this.setChanged();
SacrificialBowlBlockEntity.this.markNetworkDirty();
}
}
Expand Down

0 comments on commit 33a991a

Please sign in to comment.