Better-than-Adventure / bta-issues

You can report bugs for Better than Adventure here.
25 stars 0 forks source link

Detector rails never deactivate again if moved by a piston while active #353

Open theothertored opened 2 weeks ago

theothertored commented 2 weeks ago

To Reproduce

2024-08-28_12 30 17

  1. Build the setup on the left side of the screenshot
  2. Place a minecart on the detector rail
  3. The minecart will be left behind while the rail will get pushed by the piston, as seen on the right side of the screenshot. (The texture is wrong, but the rail remains a detector rail, see #349)

The detector rail will not deactivate, even when given a block update, and even when another cart is placed on it and then removed.

Expected behavior

I expected the rail to deactivate after the minecart is removed from it.

Version info:

Bigjango13 commented 2 weeks ago

They do deactivate when given a random block update, just not a neighboring block update.

theothertored commented 2 weeks ago

They do deactivate when given a random block update

That explains why I couldn't replicate one that turned off randomly in the middle of testing stuff, thanks :)