mojira.dev
MC-272423

Different types of doors can now make double doors

In 1.20.6, double doors required doors of the same type. For example, oak and iron doors placed next to each other did not form double doors. This is no longer the case in 24w21b. Likely caused by the fix for MC-266290. Possibly WAI.

Steps to Reproduce

  1. Place an oak door.

  2. Place an iron door next to the oak door.

Expected Result
Double door is not automatically created.

Actual Result
Double door is automatically created.

Attachments

Comments 3

Note that the implementation of this change was by replacing the DoorBlock#getHinge method's otherState.isOf(this) check with otherState.getBlock() instanceof DoorBlock.

Thank you for your report!
After consideration, the issue is being closed as Working as Intended.

Please note, that mechanics of the game may change between updates.
Things such as graphics, sounds, world creation, biomes, redstone, villagers, and animals may not work the same in current versions.

Full Version HistorySnapshot Version HistoryThe official Minecraft feedback site

Quick Links:
📓 Bug Tracker Guidelines – 💬 Community Support – 📧 Mojang Support (Technical Issues) – 📧 Microsoft Support (Account Issues)
📓 Project Summary – ✍️ Feedback and Suggestions – 📖 Game Wiki

apple502j

(Unassigned)

Community Consensus

(Unassigned)

24w21b

Retrieved