Skip to content
This repository was archived by the owner on Mar 21, 2026. It is now read-only.

Commit 6a10f38

Browse files
committed
fix: tick restocker promises
1 parent 22a85c1 commit 6a10f38

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

forge/src/main/java/ru/zznty/create_factory_logistics/mixin/logistics/panel/FactoryPanelRequestMixin.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -208,6 +208,8 @@ private void tickRequests(Operation<Void> original) {
208208
FactoryPanelBlockEntity panelBE = panelBE();
209209
if (targetedBy.isEmpty() && !panelBE.restocker)
210210
return;
211+
if (panelBE.restocker)
212+
restockerPromises.tick();
211213
if (satisfied || promisedSatisfied || waitingForNetwork || redstonePowered)
212214
return;
213215
if (timer > 0) {

0 commit comments

Comments
 (0)