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 @unknown: This occurs with both wooden & iron trapdoors. See also
Steps to reproduce:
Place a redstone block.
Place a wooden or iron trapdoor adjacent to the redstone block.
Notice that the trapdoor does not open like it should since it is being powered.
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.
Linked issues
is cloned by 1
relates to 1
Attachments
Comments 5
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.
Confirmed to affect 1.1.0.8. Also affects wooden trapdoors. Updated title to be more descriptive, and updated description to include reproduction steps.