Mojira Archive
MC-116756

Reversed and inconsistent subtitles for iron trapdoor

The bug

Opening an iron trapdoor shows the subtitle Trapdoor closes, while closing one shows Trapdoor opens.
The sound files and subtitle triggers are correct in sounds.json (subtitles.block.iron_trapdoor.CLOSE/OPEN); just the text is reversed.

"subtitles.block.iron_trapdoor.close": "Trapdoor opens",
"subtitles.block.iron_trapdoor.open": "Trapdoor closes",

The subtitles are also inconsistent with all other door/fence gate/trapdoor sounds, which simply say "Door/Fence Gate/Trapdoor creaks" (subtitles.block.DOORTYPE.toggle). This is probably related to the fix of the "iron trapdoor" portion of MC-91893.