Skip to content

lauchimoon/mcmap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Paste images into Minecraft maps

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages