Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Refactor and fix PressingBehaviour.java #7168

Open
wants to merge 13 commits into
base: mc1.20.1/dev
Choose a base branch
from
Prev Previous commit
Next Next commit
remove running = false
  • Loading branch information
Shroopy committed Nov 27, 2024
commit 008111a8468dda96c0aaeaef9b384c0b75fab0bd
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,6 @@ public void tick() {

if (!level.isClientSide && runningTicks > CYCLE) {
finished = true;
running = false;
particleItems.clear();
specifics.onPressingCompleted();
blockEntity.sendData();
Expand Down