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

map_scale_direction tag is not read when filled map is created using commands

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Cannot Reproduce
    • None
    • Minecraft 1.10.2, Minecraft 16w39c, Minecraft 1.11, 20w07a, 1.19.3, 1.19.4 Release Candidate 3, 1.19.4
    • Confirmed
    • (Unassigned)

      The bug

      The tag map_scale_direction is only read from a filled_map if it was created by scaling an existing filled map, but cannot be set when creating a filled_map item.

      Note: This report is likely invalid because the tag map_scale_direction is only used internally and possibly also slightly hacky.

      How to reproduce

      1. Use the following command
        /give @p filled_map{map:32767}
        
      2. Look at the map, its scale should be 3/4
      3. Replace "###" with the data value of the map you just gave you (shown as "Id #X" in the hover text)
        /setblock ~ ~ ~ furnace{Items:[{Slot:2b,id:"filled_map",Count:1b,tag:{map_scale_direction:1,map:###}}]}
        
      4. Take the map out of the furnace
      5. Look at the map
        map_scale_direction affected the map and its scale became 4/4
      6. Use the following command
        /give @p filled_map{map:32767,map_scale_direction:1}
        

        The scale is the default 3/4 instead of 4/4

            Unassigned Unassigned
            marcono1234 Marcono1234
            Votes:
            5 Vote for this issue
            Watchers:
            6 Start watching this issue

              Created:
              Updated:
              Resolved:
              CHK: