What the Minecraft map art extractor reads
The extractor opens Java Edition saved map NBT files and reconstructs the exact 128 by 128 color-index image stored inside each valid file. It accepts individual .dat files or scans a selected world data folder while ignoring unrelated NBT files such as scoreboard, raid, chunk, and structure data.
The exported PNG represents the pixels saved in the map file, not a new screenshot of the world. Metadata shown beside the preview includes DataVersion when present, dimension, scale, center coordinates, lock state, and position-tracking state.
Choose files from old or current worlds
Legacy Java worlds commonly store map_#.dat files, while current versions can use numbered files in a namespaced map directory. Folder selection lets the decoder find valid map data without requiring you to upload the whole world.
Export one map or a complete set
Download the active 128 by 128 image as PNG or package every decoded map into a ZIP. The ZIP also includes a metadata summary so IDs and world properties remain easier to identify after extraction.
Preserve map order yourself
A multi-map wall is split across separate files. Sort the extracted images by their original map IDs and compare them with the arrangement in the world. The extractor cannot infer the item-frame layout from map files alone.
Decode locally and privately
NBT parsing, color conversion, PNG rendering, and ZIP creation happen in the browser. The selected map files and world folder are not uploaded by this tool.
Recover PNG images from Java map files
- Close the world or server and make a backup before reading or moving its data files.
- Choose one or more map .dat files, or select the world data folder.
- Review skipped-file messages and open each successfully decoded map preview.
- Check the filename and metadata before downloading a PNG.
- Use Download all as ZIP when the artwork spans several map IDs.
Minecraft map extractor questions
Can this read Bedrock Edition map files?
No. The decoder expects Java Edition NBT map data. Bedrock worlds use a different database and storage format.
Why was a .dat file skipped?
Many Minecraft systems use the .dat extension. A valid saved map needs the expected map data and color array. Unrelated or damaged files are skipped instead of being treated as images.
Can the extractor rebuild a multi-map wall automatically?
No. Map data files do not describe which item frame holds each ID. Use filenames, screenshots, commands, or world inspection to recover the original arrangement.
Does exporting PNG modify the world?
No. The tool reads the selected files and creates new image downloads. It does not write back to the world folder.