-
Bug
-
Resolution: Works As Intended
-
None
-
1.17.0.54 Beta, 1.16.221 Hotfix
-
None
-
Confirmed
-
Windows
-
534352
The issue
When you place a plain structure block from your inventory, its default size is 5x5x5, and its default offset is 0,-1,0. This causes the bounds to overlap the block itself. This is annoying, because you almost always want to save something external in the world, and so you pretty much always have to manually fix the offset to not include the structure block itself.
Java defaults to a position of 0,1,0 and an empty size (bedrock doesn't even support zero-dimension sizes). This is pretty unhelpful too, but at least you can usually place it where you want and adjust the size instead of having to fix the offset every time too. The fact that you can't tab between fields in bedrock makes this process even more painful