[MCPE-21523] Iron/wooden trapdoor does not open when placed adjacent to an active power source Created: 23/Apr/17 Updated: 12/Feb/20 Resolved: 31/Jul/17 |
|
| Status: | Resolved |
| Project: | Minecraft (Bedrock codebase) |
| Component/s: | None |
| Affects Version/s: | 1.0.7.0, 1.1.0.8, 1.1.0.9, 1.1.0.55, 1.1.1.1 |
| Fix Version/s: | 1.2.0.2 |
| Type: | Bug | ||
| Reporter: | Al-Rajie Hadji Haron | ||
| Resolution: | Fixed | Votes: | 4 |
| Labels: | iron_trapdoor, redstone, wooden_trapdoor | ||
| Attachments: |
|
||||||||||||||||
| Issue Links: |
|
||||||||||||||||
| Confirmation Status: | Confirmed | ||||||||||||||||
| Platform: | Tablet - Android - Lenovo A7 | ||||||||||||||||
| CHK: | |||||||||||||||||
| ADO: | 67959, 279325 | ||||||||||||||||
| Description |
|
When you put an Iron Trapdoor beside or in front of a Redstone Block or Redstone Torch, it does not closes or gets up. Screenshot attached. Edit by SuperGeniusZeb: This occurs with both wooden & iron trapdoors. See also Steps to reproduce:
Giving the trapdoor a block update will not cause it to open, due to the way redstone works in Bedrock Codebase. Not even powering it with another power source will work, since it is already technically powered. You have to disable/remove the redstone block and then place it again to make the trapdoor open. This is especially a problem with iron trapdoors, which can't be opened/closed by hand. |
| Comments |
| Comment by GoldenApplesss [ 17/Jun/17 ] |
|
This also affects repeating command blocks, but I didn't think that it was a bug for some reason. |
| Comment by Zeb [ 28/Apr/17 ] |
|
Just tested, and this happens when you place a trapdoor adjacent to ANY active power source. |
| Comment by Al-Rajie Hadji Haron [ 28/Apr/17 ] |
|
The same happens on Redstone Torch. |
| Comment by Helen Zbihlyj [ 26/Apr/17 ] |
|
Workaround until we get this bug fixed: if you place the door first, then place the redstone block, it will work. It just doesn't work the other way for some reason. |
| Comment by Zeb [ 25/Apr/17 ] |
|
Confirmed to affect 1.1.0.8. Also affects wooden trapdoors. Updated title to be more descriptive, and updated description to include reproduction steps. |