[BUG] Console suffocating
Bug1312 opened this issue · 2 comments
Describe the bug
When placing blocks above the console unit (where a control unit would reside), you will here the entity hurt sound effect. After a while, the entity will eventually die from suffocation.
To Reproduce
Steps to reproduce the behavior:
- Place a
tardis_console
block - Place a block at the player's head height 1 block away from the center of the console on a side that a control is present.
- Observe sound / See error
- Set health lower of control entity with commands / wait
- Observe death / See error
Expected behavior
The control should not be able to suffocate.
Platform:
- MC 1.19.2
- Fabric 0.14.12
We use living entity’s as we are investigating a issue with the entity class. Issues like this will not occur after those changes are implemented