The bug
There is an open door within the "plains_small_house_5" structure.
How to reproduce
/place template minecraft:village/plains/houses/plains_small_house_5
Enable the F3 debug screen.
Look at the oak door on the left of the balcony and take note of what the door's "open" value is.
Observed Behavior
There is an open door within the "plains_small_house_5" structure.
Expected Behavior
There would not be an open door within the "plains_small_house_5" structure. Instead, all doors within this structure should have their "open" value set to "false".
Linked issues
relates to 1
Attachments
Comments 11
Can confirm this behavior in 21w42a. Here are some extra details regarding this problem.
The Bug:
There is an open door within the "plains_small_house_5" structure.
Steps to Reproduce:
Summon the "plains_small_house_5" structure by running the following command and powering the structure block.
/setblock ~ ~ ~ minecraft:structure_block{mode:"LOAD",name:"village/plains/houses/plains_small_house_5"}
Enable the F3 debug screen.
Look at the oak door on the left of the balcony and take note of what the door's "open" value is.
Observed Behavior:
There is an open door within the "plains_small_house_5" structure.
Expected Behavior:
There would not be an open door within the "plains_small_house_5" structure. Instead, all doors within this structure should have their "open" value set to "false".
Can confirm in 1.19. This issue can now be more easily reproduced by using the "/place" command.
/place template minecraft:village/plains/houses/plains_small_house_5
Can confirm in 20w51a. Use the following command to reproduce this issue:
Relates to MC-203190, MC-187908 and MC-178197.