Press no longer go brrr, just bonk
This commit is contained in:
parent
ae399e9c11
commit
9336931f30
1 changed files with 1 additions and 1 deletions
|
@ -171,7 +171,7 @@ public class MechanicalPressTileEntity extends BasinOperatingTileEntity {
|
|||
return;
|
||||
}
|
||||
|
||||
if (runningTicks == CYCLE / 2) {
|
||||
if (runningTicks == CYCLE / 2 && getSpeed() != 0) {
|
||||
if (inWorld())
|
||||
applyPressingInWorld();
|
||||
if (onBasin())
|
||||
|
|
Loading…
Reference in a new issue