Empty Map
Empty Map — item.
Obtaining
An empty map is crafted or found through map-related loot and trading. The cartography table also provides the main upgrade and copy workflow.
Crafting
Result
Empty MapIngredients match the published snapshot.
Usage
A map records explored terrain from a bird's-eye view and helps with navigation. Paper can expand the scale, a second map can clone it, and a glass pane can lock the current copy.
| Scale levels | 0/4 through 4/4 |
|---|---|
| Coverage | 128 × 128 to 2,048 × 2,048 blocks |
| Variants | Empty, map, locator map and locked map |
| View | Top-down explored terrain |
| Image size | 128 × 128 pixels |
| Filled state | Stores a Map ID and dimension |
Sounds
Creating an empty map produces the cartography-table result sound on the server when the empty item is converted into a filled map.
| Create result | `ui.cartography_table.take_result` |
|---|---|
| Source implementation | net/minecraft/world/item/EmptyMapItem.java |
Map data
A filled map stores its center, scale, dimension, and tracking flags in saved map data rather than in the visible item name. The image is always 128 by 128 pixels; increasing the scale covers a larger square while reducing detail. Player, frame, and banner markers are maintained separately from the terrain colors.
| Image size | 128 × 128 pixels |
|---|---|
| Scale range | 0–4 |
| Coverage range | 128 × 128 to 2,048 × 2,048 blocks |
| Saved fields | Center, scale, dimension, tracking, lock state |
| Markers | Players, item frames, and banners |
Data values
The item identifier is `minecraft:map`. A map is non-stackable while it carries map state; the scale and center are stored in the map data rather than in the item name.
| Identifier | minecraft:map |
|---|---|
| Version | Minecraft 26.2 |
| Item model | assets/minecraft/models/item/map.json |
| Stack size | 1 |
| Maximum scale | 4/4 |
| Base coverage | 128 × 128 blocks |
History
- 26.2Item facts were published from the verified snapshot.Provenance: 918feb41c87c05a6f3e94e327fb01a82543180a2376b65610c6f0521456532a5
Gallery
See also
References
Map crafting and cartography operations are defined by `data/minecraft/recipe/map.json`, `map_extending.json`, and `map_cloning.json`; filled-map storage and the 128×128 image are implemented by `net/minecraft/world/item/MapItem.java`.
| Validated DeepMine snapshot | Validated DeepMine snapshot |
|---|---|
| Snapshot ID | 918feb41c87c05a6f3e94e327fb01a82543180a2376b65610c6f0521456532a5 |
| Digest | 95dbd9be0803e7af3d5476fb63c664c78f899e45bc42516bd0c16256c2ef95be |
| Empty map recipe | recipe/map.json |
| Scale recipe | recipe/map_extending.json |
| Clone recipe | recipe/map_cloning.json |
| Filled map implementation | net/minecraft/world/item/MapItem.java |
| Saved map data | net/minecraft/world/level/saveddata/maps/MapItemSavedData.java |
Navigation
Data and provenance
minecraft:map
Snapshot digest verified.
Facts
Facts are not available for this version yet.
95dbd9be0803e7af3d5476fb63c664c78f899e45bc42516bd0c16256c2ef95beProvenance and publication
- Readiness
- Pending
- Snapshot
- 918feb41c87c05a6f3e94e327fb01a82543180a2376b65610c6f0521456532a5
- Source set
- 918feb41c87c05a6f3e94e327fb01a82543180a2376b65610c6f0521456532a5
- Entity identifier
- minecraft:map
- Digest
- 95dbd9be0803e7af3d5476fb63c664c78f899e45bc42516bd0c16256c2ef95be
- Missing locales
- ru, en



