Explorer Map (2024)

This article is about the map used to find rare structures. For the craftable map, see Map. For others, see Map (disambiguation).

Explorer Map (1)

This article needs to be updated.

Please update this page to reflect recent updates or newly available information.
Reason: Add info on the new jungle, swamp, and village maps in Java 1.20.2 Pre-Release 1

An explorer map is a special map used to aid in finding rare generated structures, including woodland mansions, ocean monuments, and buried treasures.

Contents

  • 1 Obtaining
    • 1.1 Trading
    • 1.2 Chest loot
  • 2 Usage
    • 2.1 Locating structures
    • 2.2 Cloning
  • 3 Sounds
  • 4 Data values
    • 4.1 ID
    • 4.2 Metadata
    • 4.3 Item data
  • 5 Achievements
  • 6 History
  • 7 Issues
  • 8 Trivia
  • 9 Gallery
  • 10 See also
  • 11 References
  • 12 External Links

Obtaining[]

Trading[]

Apprentice-level cartographer villagers sell ocean explorer maps for 13 emeralds and a compass. Journeyman-level cartographer villagers sell woodland explorer maps for 14 emeralds and a compass.

In Java Edition, if the cartographer is in the Nether or the End, either spawned or transported, the trades for the map do not unlock. However, in Bedrock Edition, the cartographer trades for the map are unlocked, but the purchased map shows the same layout as in the corresponding dimension and shows no destination structure, but if cartographer trades are unlocked in an old world type (prior-1.11.0), the game stops ticking.

In Java Edition, each cartographer sells its own unique explorer map that points to a different location than other cartographers. Purchasing another explorer map from the same cartographer results in the same explorer map. In Bedrock Edition, a cartographer sells an explorer map that points to the nearest location, regardless of whether it is explored or previously mapped by another cartographer.

Chest loot[]

Treasure maps, in contrast to explorer maps, generate in underwater ruins or in shipwrecks.

ItemStructureContainerQuantityChance
Java Edition
Buried Treasure MapShipwreckMapchest1100%
Underwater ruinsSmallruinschest141.7%
Bigruinschest143.5%
Bedrock Edition
Buried Treasure MapShipwreckMapchest1100%
Underwater ruinsSmallruinschest141.7%
Bigruinschest143.5%

Usage[]

Explorer Map (2)

Locating structures[]

There are three types of explorer maps: woodland, ocean, and buried treasure. The maps differ from a normal map, in that it shows the area's land-water outline, with an orange striated (striped) texture for water[1], and the blank map texture for land. The maps show a section of land that contains a woodland mansion, monument or buried treasure respectively. This may not be the nearest such structure to the player. The structures are displayed as a small icon. If the player icon is smaller than it would be on a normal map, that means the player is a great distance away. When the player is less than 1027 blocks away from the map border, the icon returns to the proper size. When the player reaches the map's area of land (512×512), the map fills in like a normal map.

The basic functions of a buried treasure explorer map are similar to that of the other two. However, instead of showing the structure icon on the map, it shows a red X instead. The buried treasure structure is located on the same X and Z coordinates as the middle of the X (the player marker may need to be aligned with the bottom of the middle 2×2 pixel square of the X). To locate the chest spot, hold the treasure map with both hands, not in the offhand slot.

Cloning[]

IngredientsCrafting recipeDescription
Empty Map+
Ocean Explorer Mapor
Woodland Explorer Mapor
Buried Treasure Map
The output has the same map center as the input map, and the same monument, woodland mansion or buried treasure marker. Cloned maps are stackable.

The parts of the world that have already been explored and mapped are copied, and newly explored areas appear on both instances. In Creative mode, cloned explorer maps can be obtained by pick blocking on the explorer map displayed on item frames (the map needs to be out of the player's inventory when using pick block, or else that map moves into the active hotbar slot).

Sounds[]

Java Edition:

SoundSubtitlesSourceDescriptionResource locationTranslation keyVolumePitchAttenuation
distance
Map drawnBlocksWhen an explorer map is edited using a cartography tableui.cartography_table.take_resultsubtitles.ui.cartography_table.take_result1.01.016

Bedrock Edition: None

Data values[]

ID[]

Java Edition:

NameIdentifierFormTranslation key
Mapfilled_mapItemfilled_map.mansion
filled_map.ocean
filled_map.buried_treasure

Bedrock Edition:

NameIdentifierAlias ID Numeric ID FormTranslation key
Mapfilled_mapmap358Itemitem.map.exploration.monument.name
item.map.exploration.mansion.name
item.map.exploration.treasure.name

Metadata[]

In Bedrock Edition, the item Data value distinguishes explorer maps from one another:

DV Description
0Map
2Map (locator)
3Ocean Explorer Map
4Woodland Explorer Map
5Treasure Map
6Locked Map

Item data[]

An explorer map differs from a map in that its display tag is set, which includes a Mapcolor and a LocName; also its Decorations list includes an entry for its target monument, mansion or buried treasure. Its map item entry is identical to that of a normal map, except that by the time the player sees it, its colors byte array is pre-filled with explorer maps' characteristic land-water boundary lines and water shading.

It should be noted that this additional data is stored in the Cartographer's NBT data and in the inventory item's NBT data, and not in the map file (e.g. map_0.dat). If the player were to use the /give command to give themselves a map with the same map ID as an existing explorer map, it would still have the Ocean Monument or the Woodland Mansion icon on the map, but it would simply be named "Map" instead of, for example, "Ocean Explorer Map".

  • Item data
    • tag:
      • display: How the map looks in an item slot. See also Player.dat_format#Display Properties.
        • Name: The name the map is given. In this case, they are localized strings: either {"translate":"filled_map.monument"},{"translate":"filled_map.mansion"} or {"translate":"filled_map.buried_treasure"}.
        • MapColor: Color codes are calculated from the Red, Green and Blue components using this formula:
          Red<<16 + Green<<8 + Blue.[note 1] Monument maps use 3830373, which is

          rgb(58,114,101)

          . Mansion maps use 5393476, which is

          rgb(82,76,68)

          . Buried treasure explorer maps do not use a color code.
      • Decorations:
        • : One of these for each icon on the map. Explorer maps always have at least one representing their target.
          • id: An arbitrary unique string identifying the decoration. For explorer map target structures, this is "+".
          • rot: The rotation of the icon. For explorer map target structures, this is always 180.
          • type: The ID of the map icon: 8 for a mansion map, 9 for a monument map, 26 for a treasure map.
          • x: The world x-coordinate of the target structure icon.
          • z: The world z-coordinate of the target structure icon.
Notes
  1. For positive values larger than 0x00FFFFFF, the top byte is ignored. All negative values produce white.

Achievements[]

IconAchievementIn-game descriptionActual requirements (if different)Gamerscore earnedTrophy type (PS4)
PS4Other
Treasure HunterAcquire a map from a cartographer villager, then enter the revealed structureVisit the structure indicated while the purchased map is in your main hand (hotbar).40GSilver

History[]

Java Edition
1.1116w39aExplorer Map (3) Explorer Map (4) Added woodland and ocean explorer maps.
16w41aExplorer maps can now no longer be zoomed out.
1.1318w10aExplorer Map (5) Added buried treasure explorer maps.
18w11aBuried treasure explorer maps now generate in the chests of shipwrecks.
1.1418w43aExplorer Map (6) Explorer Map (7) Explorer Map (8) The textures for explorer maps have now been changed.
1.20.21.20.2 Pre-release 1Updated structure icons on explorer maps sold by cartographers.
Villager Trade Rebalance
(Experimental)
1.20.2 Pre-release 1Added seven new maps which cartographers can sell.
Pocket Edition
1.1.0alpha 1.1.0.0Explorer Map (9) Explorer Map (10) Added explorer maps.[2]
Explorer maps are not yet obtainable in survival mode.
alpha 1.1.0.3Explorer maps are now obtainable as trades from cartographer villagers.
Bedrock Edition
1.4.0beta 1.2.14.2Explorer Map (11) Added buried treasure explorer maps.
beta 1.2.20.1Treasure maps now generate in underwater ruins chests.
1.10.0beta 1.10.0.3Explorer Map (12) Explorer Map (13) Explorer Map (14) The textures for explorer maps have now been changed.
1.11.0beta 1.11.0.4Trading has now been changed, woodland and ocean explorer maps now cost a compass and 12 emeralds.
Journeyman-level cartographer villagers no longer sell 2 type of explorer map as they now have 13 chance to sell woodland explorer maps, 13 chance to sell ocean explorer maps, or 13 chance to sell other items as part of their trades.
Woodland explorer maps can now be bought from fletcher villagers.
1.12.0beta 1.12.0.3Journeyman-level fletcher villagers no longer sell woodland explorer maps.
1.13.0beta 1.13.0.1Explorer Map (15) Explorer Map (16) Explorer Map (17) The textures of explorer maps have now been changed.
1.16.100beta 1.16.100.56The ID of maps has been changed from map to filled_map.
Legacy Console Edition
TU54CU44 1.52 Patch 241.0.4Explorer Map (18) Explorer Map (19) Added explorer maps.
PlayStation 4 Edition
1.90Explorer Map (20) Explorer Map (21) The textures for explorer maps have now been changed.
New Nintendo 3DS Edition
1.9.19Explorer Map (22) Explorer Map (23) Added explorer maps.

Issues[]

Issues relating to "Explorer Map" are maintained on the bug tracker. Report issues there.

Trivia[]

  • When a cartographer generates the trade offers for the explorer maps, it chooses the location of one of the nearest structures of the respective type (monument or woodland mansion).
  • For the reason above, explorer maps obtained from one cartographer are always the same. Also, if two cartographers unlock the explorer map trades approximately at the same place and at the same time, the map locations are usually identical. This sometimes also happens when finding multiple treasure maps from ocean ruins.
  • Explorer maps fill as the chunks are generated, rather than when the player holds them while in the area; leaving an explorer map while exploring the area still fills the map.
  • Buried treasure explorer maps are named Buried Treasure Map in Java Edition while in Bedrock Edition, they are named Treasure Map.
  • It is possible for a cartographer to give a monument or woodland mansion explorer map for areas where the structures would have spawned in the world, but were unable to as a result of terrain generation. As a result, explorer maps, unfortunately, don't always guarantee that a structure exists at the purported location. This is most common with woodland mansion explorer maps, due to its generation algorithm.
  • On Bedrock Edition, inventory editors and add-ons can be used to create Explorer Maps that lead to any structure.

Gallery[]

  • Explorer Map (24)

    An ocean explorer map in the off-hand, a woodland explorer map in the main hand, and a cartographer villager in between them.

  • Explorer Map (25)

    A partially-explored explorer map.

  • Explorer Map (26)

    Two fully-explored maps of the same place, one of which is a woodland explorer map.

  • Explorer Map (27)

    An item frame holding a buried treasure explorer map. The player can see the red X on the left side of the map.

  • Explorer Map (28)

    Purchasing explorer maps from a cartographer.

See also[]

References[]

  1. Specifically, biomes in the "water_on_map_outlines" biome tag.
  2. "The Discovery Update: on Pocket and Win 10 soon" – Minecraft.net, March 29, 2017

External Links[]

Explorer Map (2024)
Top Articles
Latest Posts
Article information

Author: Ms. Lucile Johns

Last Updated:

Views: 5704

Rating: 4 / 5 (61 voted)

Reviews: 84% of readers found this page helpful

Author information

Name: Ms. Lucile Johns

Birthday: 1999-11-16

Address: Suite 237 56046 Walsh Coves, West Enid, VT 46557

Phone: +59115435987187

Job: Education Supervisor

Hobby: Genealogy, Stone skipping, Skydiving, Nordic skating, Couponing, Coloring, Gardening

Introduction: My name is Ms. Lucile Johns, I am a successful, friendly, friendly, homely, adventurous, handsome, delightful person who loves writing and wants to share my knowledge and understanding with you.