-
Type:
Bug
-
Status: Open
-
Resolution: Unresolved
-
Affects Version/s: Minecraft 16w20a, Minecraft 16w21b, Minecraft 1.10.2, Minecraft 16w32a, Minecraft 16w32b, Minecraft 16w33a, Minecraft 16w36a, Minecraft 16w38a, Minecraft 16w39a, Minecraft 16w39b, Minecraft 16w39c, Minecraft 16w40a, Minecraft 16w41a, Minecraft 16w42a, Minecraft 16w43a, Minecraft 16w44a, Minecraft 1.11 Pre-Release 1, Minecraft 1.11, Minecraft 16w50a, Minecraft 1.11.1, Minecraft 1.11.2, Minecraft 17w06a, Minecraft 17w13b, Minecraft 17w15a, Minecraft 17w16b, Minecraft 17w17b, Minecraft 17w18b, Minecraft 1.12 Pre-Release 2, Minecraft 1.12.2, Minecraft 17w50a, Minecraft 18w20c, Minecraft 1.13.1, Minecraft 1.13.2, Minecraft 18w48a, Minecraft 18w48b, Minecraft 18w49a, Minecraft 18w50a, Minecraft 19w05a, Minecraft 19w06a, Minecraft 19w07a
-
Fix Version/s: None
-
Labels:
-
Confirmation Status:Confirmed
-
Category:(Unassigned)
The bug
When the rotation arguments are changed for a structure block (because you edited it in load mode before) the selection box in save mode is affected by these arguments. However the structure that is saved and showed invisible blocks ignore the rotation values.
How to reproduce (Saving a structure)
- Use the following command (changed rotation)
/setblock ~ ~ ~ structure_block{metadata:"",mirror:"NONE",ignoreEntities:1b,powered:0b,author:"-",rotation:"CLOCKWISE_90",posX:1,mode:"SAVE",posY:0,sizeX:2,posZ:1,showair:0b,name:"test_structure",sizeY:1,sizeZ:2,showboundingbox:1b}
- Place blocks inside the selection box
- Save the structure
- Load the structure
→Not all the blocks are copied
How to reproduce (Showing invisible blocks)
Use the following command
/setblock ~ ~1 ~ minecraft:structure_block{metadata:"",mirror:"NONE",ignoreEntities:1b,powered:0b,seed:0L,rotation:"CLOCKWISE_90",posX:0,mode:"SAVE",posY:1,sizeX:3,posZ:0,integrity:1.0f,showair:1b,sizeY:1,sizeZ:2,showboundingbox:1b}
→ Observe that some showed invisible blocks are not inside the selection box