mojira.dev
MC-110886

Explorer map generated impropelry

Used the following command:
/give PlayerName filled_map 1 6 {Decorations:id:"+",rot:180,type:8,x:127,y:127}}

UPD:

Was able to create map with line:

/give PLayerName filled_map 1 6 {Decorations:[{id:"+",rot:180,type:8,x:127,z:127}]}

"House" icon is shown. Map is updated correctly. However, the problem with absence of Player's position arrow still persists.

Also, "scale" tag seems to be ignored.

Attachments

Comments 3

Was able to create with static marker with command:

/give PLayerName filled_map 1 6 {Decorations:[{id:"+",rot:180,type:8,x:127,y:127}]}

Still, player's postition is not shown on map

You should add map_tracking_position:1b to allow it to track your position. But because of MC-106684 the given map still won't work. You can use a workaround from MC-106683.
Also the map_scale_direction doesn't work because of MC-106684

Also, was able also to workaround both problems by first creating map in that area with required scale and then re-giving it with markers.
However, the problem now is that markers can be generated only once - there's no way to add new marker or re-set existing.

Artem Myagkov

(Unassigned)

Unconfirmed

Minecraft 1.11

Retrieved