mirror of
https://github.com/Creators-of-Create/Create.git
synced 2025-02-06 02:14:58 +01:00
remove running = false
This commit is contained in:
parent
319b3edfd2
commit
008111a846
1 changed files with 0 additions and 1 deletions
|
@ -190,7 +190,6 @@ public class PressingBehaviour extends BeltProcessingBehaviour {
|
|||
|
||||
if (!level.isClientSide && runningTicks > CYCLE) {
|
||||
finished = true;
|
||||
running = false;
|
||||
particleItems.clear();
|
||||
specifics.onPressingCompleted();
|
||||
blockEntity.sendData();
|
||||
|
|
Loading…
Reference in a new issue