Uncomment the actual fix

This commit is contained in:
Justin Vitale 2020-07-08 21:59:56 +10:00
parent 95f68b1b7c
commit 22fdd89e4c

View file

@ -113,14 +113,14 @@ public class StorageUnitBaseBlockEntity extends MachineBaseBlockEntity
} }
} }
// // Update for stored item for clients if out of date // Update for stored item for clients if out of date
// if(world.getTime() % 20 == 0) { if(world.getTime() % 20 == 0) {
// Item storedItem = this.getStoredStack().getItem(); Item storedItem = this.getStoredStack().getItem();
// if (!isLocked() && prevItem != storedItem) { if (!isLocked() && prevItem != storedItem) {
// prevItem = storedItem; prevItem = storedItem;
// syncWithAll(); syncWithAll();
// } }
// } }
} }
private void populateOutput() { private void populateOutput() {