Uploaded image for project: 'Minecraft: Java Edition'
  1. Minecraft: Java Edition
  2. MC-108147

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

XMLWordPrintable

    • Icon: Bug 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

      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:"???"

            Unassigned Unassigned
            marcono1234 [Mod] Marcono1234
            Votes:
            3 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved:
              CHK: