Fix item storage blocks. Closes #2717
This commit is contained in:
parent
cf9965a598
commit
c887d1652d
2 changed files with 3 additions and 8 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue