Possible stack conveyor freeze fix (2)

This commit is contained in:
Anuken
2024-07-15 10:25:47 -04:00
parent 13a4179893
commit dac74f3022

View File

@@ -394,6 +394,7 @@ public class StackConveyor extends Block implements Autotiler{
link = read.i();
cooldown = read.f();
lastItem = items.first();
}
}
}