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

Separated mesecons wire does not turn off when connection to power source is destroyed #352

Closed
Wuzzy2 opened this issue Jul 30, 2017 · 3 comments
Labels

Comments

@Wuzzy2
Copy link
Contributor

Wuzzy2 commented Jul 30, 2017

How to reproduce:

  • Place a long straight line of mesecons
  • Put a power plant at one end to activate the wire
  • Near the center of the wire, detonate TNT

Expected result: The wire which is now separated from the power plant should turn off
Actual result: All wires stay turned on

Suspicion: This is not limited to TNT but also could happen when the wire is destroyed (not dug) in general.

Similar experiment: Same as before, but this time you only blow up the power plant. All wires stay turned on.

@Wuzzy2 Wuzzy2 changed the title Mesecons wire does not turn off when destroyed Separated mesecons wire does not turn off when connection to power source is destroyed Jul 30, 2017
@Desour
Copy link
Contributor

Desour commented Sep 5, 2017

#356 maybe fixes the part with the TNT. Maybe an on_destruct should be added.

@numberZero numberZero added the bug label Oct 5, 2017
@numberZero
Copy link
Contributor

Rotation is ignored as well; see #297

@numberZero numberZero added notabug and removed bug labels Aug 26, 2018
@numberZero
Copy link
Contributor

TNT part is fixed. VoxelManip can’t be fixed, that’s the expected behavior: nothing around is told the change, even the light may not be updated.

If the bug appears again with anything other than VoxelManip, reopen this issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants