Skip to content

Block Map Markers format

The BlockMapMarkers.json file is used to track the map markers, such as the Forgotten Temple.

JSON format

  • : Root object.
    • Markers: Contains all the block map markers.
      • <19_digits>: A 19 digit key/id of the map marker.
        • Position: Contains the position of this map marker.
          • X: The X position of this map marker.
          • Y: The Y position of this map marker.
          • Z: The Z position of this map marker.
        • Name: The translation key of the name for this map marker.
        • Icon: The icon to use for this map marker. Looks for this filename in: Assets.zip/Common/UI/WorldMap/MapMarkers/.
        • MarkerId: The uuid string id of this map marker.

History

Early Access

2026.01.13-dcad8778f The block counter format is introduced.