In previous versions of minecraft extending piston didn't cause block update but now it causes. This breaks compact piston machinery
How to replicate: Place a pistons in a row and give a redstone signal to middle one
What used to happen: only piston given signal would extend
What happens now: adjacend pistons exted too
Related issues
is duplicated by
Attachments
Comments


This is strongly related to MC-108, since powered blocks diagonally over the pistons will extend them.

But before this wasn't happening so something must have changed (previously only one piston extendet) now that piston causes block update and that extends adjancent pistons too

Confirmed in 1.5pre

Confirmed.

I wrote up MC-11957, which was quickly deemed a dupe of MC-108, but in fact it is exactly the bug described here.
In my example, I used buttons to fire the pistons. Rows of pistons above and below a row of buttons. Select a middle button, and one piston above fires. Unfortunately, three pistons BELOW will also fire. This is a big change of behavior.

Please fix this bug. It is a REAL pain in the neck. We have a world implemented with an extensive rail system and ALL of our rail stations use push-button panels to set the rail switches. The push-buttons are supposed to activate the piston below them, in order to drive the circuitry that sets the rail switches. This has worked flawlessly ever since the official release, but now it is all broken because pushing one button now causes multiple pistons below to fire.

Is this still a concern in the latest Minecraft version 14w30c? If so, please update the affected versions in order to best aid Mojang ensuring bugs are still valid in the latest releases/pre-releases.

I can confirm that this issue is still a concern with the distributed 1.7.10 client and the 1.7.9 server versions of MineCraft. Beyond that, I am unable to provide any more information at this time because I am currently traveling.

Confirmed in 1.8.3. Intended. A block was changed, so it creates an update. People are confusing this bug with MC-108. They are actually completely separate bugs, they are just often observed together.