Skip to content

Latest commit

 

History

History
22 lines (19 loc) · 564 Bytes

README.md

File metadata and controls

22 lines (19 loc) · 564 Bytes

mcmap

Paste images into Minecraft maps

Building

$ go mod tidy
$ go build -o mcmap mcmap.go

Usage

$ ./mcmap -img=<image.png> [-id=n]
  • img specifies the png image to export into a Minecraft map
  • id specifies the map id.

How do I transfer the map to my Minecraft world?

  1. Create a map in Minecraft
  2. Go to .minecraft/saves/[Your World]/data/
  3. Replace map_n.dat with the one generated by mcmap
  4. Open your world and you will see your image