Mojira Archive
MC-108147

author tag of structure block not using name of editing user when selecting save mode

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

  1. 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"}
    
  2. Load the structure
    /setblock ~ ~ ~ structure_block default replace {mode:"LOAD",sizeX:1,sizeY:1,sizeZ:1,posX:0,posY:1,posZ:0,name:"testStructure"}
    
  3. Save your own structure with the same structure block
  4. Load your structure in a new structure block
  5. Run the /blockdata command on the structure block you loaded your structure with
    → It says author:"???"

Invalid

Marcono1234

2016-10-02, 06:41 PM

2019-03-19, 10:31 PM

2019-03-19, 10:31 PM

3

2

Confirmed

save, structure, structure_block

Minecraft 1.10.2, Minecraft 16w39c

-