A console based application which converts images into Minecraft maps.
Source | Ordered | Floyd-Steinberg |
---|---|---|
![]() |
![]() |
![]() |
- Download the latest version of NBTExplorer.
Using drag and drop
- Open
NBTExplorer
and go tosavegame > data > map_x.dat > data
. - Double click on
colors
and export to a suitable location. - Drag and drop the map file into
cartographer.exe
. - A PNG file should be created in the same directory as the map file.
Using console
- Open
NBTExplorer
and go tosavegame > data > map_x.dat > data
. - Double click on
colors
and export to a suitable location. - Open
cartographer.exe
and enter the full path to the map (e.g. C://directory/map). - A PNG file should be created in the same folder as cartographer.exe.
Using drag and drop
- Drag and drop the desired image into
cartographer.exe
. - A file should be created in the same directory as the image file
imagename_map
. - Open
NBTExplorer
and got tosavegame > data > map_x.dat > data
. - Double click on
colors
and importimagename_map
. - Set
locked
to1
andtrackingPosition
to0
. - Save changes.
Using console
- Open
cartographer.exe
and enter the full path to the image (e.g. C://directory/image.png). - You will be asked to select a dithering mode. Enter
0
forordered
or1
forFloyd-Steinberg
. - A PNG file should be created in the same directory as the map titled
imagename_map
. - Open
NBTExplorer
and got tosavegame > data > map_x.dat > data
. - Double click on
colors
and importimagename_map
. - Set
locked
to1
andtrackingPosition
to0
. - Save changes.