The left door in snowy_masons_house_1
is open.
How to reproduce
/place template village/snowy/houses/snowy_masons_house_1
Expected behavior
The appearance and state of the doors in snowy_masons_house_1
should match, meaning that open
should be set to false
for both doors.
Linked issues
relates to 3
Attachments
Comments 13
Can confirm this behavior in 21w40a. Here are some extra details regarding this problem.
The Bug:
There is an open door within the "snowy_masons_house_1" structure.
Steps to Reproduce:
Summon the "snowy_masons_house_1" structure by running the following command and powering the structure block.
/setblock ~ ~ ~ minecraft:structure_block{mode:"LOAD",name:"village/snowy/houses/snowy_masons_house_1"}
Enable the F3 debug screen.
Look at the spruce door on the left and take note of what the door's "open" value is.
Observed Behavior:
There is an open door within the "snowy_masons_house_1" structure.
Expected Behavior:
There would not be an open door within the "snowy_masons_house_1" structure. Instead, both doors should have their "open" value set to "false".
Can confirm in 1.19. This issue can now be more easily reproduced using the "/place" command.
/place template minecraft:village/snowy/houses/snowy_masons_house_1
Can confirm in 20w51a.