-
Bug
-
Resolution: Invalid
-
None
-
Minecraft 1.10.2, Minecraft 16w39c
-
Confirmed
The bug
When you place a structure block, the value of its author tag is set to your name and when you load a structure, the value of the author tag is set to the name of the player who created the structure.
The problem is that if you cycle back to the SAVE mode again and save a structure it still uses the name of the person who created the structure you loaded before.
What I would expect is clicking the "Save" button sets the author tag to your name.
How to reproduce
- Place a structure block with the following command and click the "Save" button
/setblock ~ ~ ~ structure_block default replace {mode:"SAVE",author:"???",sizeX:1,sizeY:1,sizeZ:1,posX:0,posY:1,posZ:0,name:"testStructure"}
- Load the structure
/setblock ~ ~ ~ structure_block default replace {mode:"LOAD",sizeX:1,sizeY:1,sizeZ:1,posX:0,posY:1,posZ:0,name:"testStructure"}
- Save your own structure with the same structure block
- Load your structure in a new structure block
- Run the /blockdata command on the structure block you loaded your structure with
→ It says author:"???"