Skip to content

Commit 410b643

Browse files
authored
Queue an update for pattern buffers when they are placed (#3724)
1 parent b52f288 commit 410b643

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/main/java/com/gregtechceu/gtceu/integration/ae2/machine/MEPatternBufferPartMachine.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -171,6 +171,7 @@ public void onLoad() {
171171
this.detailsSlotMap.put(patternDetails, this.internalInventory[i]);
172172
}
173173
}
174+
needPatternSync = true;
174175
}));
175176
}
176177
}

0 commit comments

Comments
 (0)