Skip to content

Commit cc093ae

Browse files
committed
fixed hoppers/funnels not updating tracker bar status
aw yeah, i'm back bitches
1 parent 99808fb commit cc093ae

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/main/java/com/finchy/pipeorgans/content/midi/trackerBar/TrackerBarBlockEntity.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ public TrackerBarInventory(TrackerBarBlockEntity be) {
6262
@Override
6363
protected void onContentsChanged(int slot) {
6464
super.onContentsChanged(slot);
65+
be.onRollChanged();
6566
be.setChanged();
6667
}
6768
}

0 commit comments

Comments
 (0)