[BUG] Controls die and respawn when loading chunks
Bug1312 opened this issue ยท 1 comments
Describe the bug
When loading a chunk quickly enough, the console_control entity will die, as it's a living entity currently it will play a sound and particles. It will then respawn as if nothing happened.
To Reproduce
Steps to reproduce the behavior:
- Dimension traversal
- Place a console in a non-tardis dimension
- Place TARDIS nearby, enough to be close when you exit
- Enter TARDIS
- Leave TARDIS
- See error
- Teleportation
- Place a console in a non-tardis dimension
- Teleport far away (1000 blocks will suffice)
- Teleport back
- See Error
Expected behavior
No sounds, particles, etc should be played or the control shouldn't kill itself.
Platform:
- MC 1.19.2
- Fabric 0.14.12
Additional context
In my reproduce I mention a non-tardis dimension. This bug does not seem to be occuring in a tardis dimension.
When travelling via portals, results are mixed, perhaps from computer speed.