Fix item storage blocks. Closes #2717

This commit is contained in:
drcrazy 2022-01-10 00:39:56 +03:00
parent cf9965a598
commit c887d1652d
2 changed files with 3 additions and 8 deletions

View file

@ -141,6 +141,7 @@ public class RebornInventory<T extends MachineBaseBlockEntity> extends Inventory
public void setHashChanged() {
this.hasChanged = true;
this.markDirty();
}
public void setHashChanged(boolean changed) {