The bug
The library in taiga villages has walls in front of it that look like they're connecting to an invisible block. This happens because there's a jigsaw block in the structure file there, and the walls aren't updated upon being generated into the world.
This also affects taiga_cartographer_house_1
.
How to reproduce
Seed: 7386908242533490774
Coordinates: /execute in minecraft:overworld run tp @s -506.34 80.00 49.13 415.35 43.50
Linked issues
is duplicated by 2
Attachments
Comments 10
This is probably caused by a jigsaw block being generated into the world and then being replaced by air, after the walls have connected to it.
Have added the seed to the description.
I also had the Jigsaw hypothesis, although wasn't sure enough on the mechanism to include it. 🙂
Confirmed. The affected house is minecraft:village/taiga/houses/taiga_library_1
, and this indeed happens because of a jigsaw block. I attached a screenshot of the structure with the jigsaw blocks still there.
Could this be fixed by just making walls not connect to command blocks, structure blocks and jigsaw blocks by default?
Can you tell us what the seed of the world you're playing in is, in order to better reproduce the issue?