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
- 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:"???"
Created Issue:
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 that cycling back to the SAVE mode sets the author tag to your name again.
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:"???"
relates to
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
that cycling back tothe SAVE mode sets the author tag to your nameagain.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:"???"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:"???"
is blocked by
No longer an issue since the tag is not written at all anymore (
MC-140821).