Minecraft map item format
From Just Solve the File Format Problem
(Difference between revisions)
Dan Tobias (Talk | contribs) (Created page with "{{FormatInfo |formattype=electronic |subcat=Game data files }} The '''Minecraft map item format''' is used in the Java Edition of the Minecraft game. This and other Minecraft ...") |
m (Fix link) |
||
Line 7: | Line 7: | ||
It is used to represent maps, in files saved by map ID (map_*.dat). The latest map ID is stored in a file idcounts.dat. | It is used to represent maps, in files saved by map ID (map_*.dat). The latest map ID is stored in a file idcounts.dat. | ||
− | The [[ | + | The [[Minecraft NBT format]] is used, with [[gzip]] compression. |
== Links == | == Links == |
Latest revision as of 20:49, 17 August 2019
The Minecraft map item format is used in the Java Edition of the Minecraft game. This and other Minecraft formats are extensively documented in the Minecraft Gamepedia wiki.
It is used to represent maps, in files saved by map ID (map_*.dat). The latest map ID is stored in a file idcounts.dat.
The Minecraft NBT format is used, with gzip compression.