Skip to content

gamebytes/minecraft-2d-map

 
 

Repository files navigation

minecraft-2d-map

Generate 2d maps of a Minecraft world

Example

Installation

  1. Install Node.js >= 0.12 or io.js.
  2. Clone this repository to your local computer.
  3. cd into the project's directory.
  4. npm install
  5. Edit the config.js file to point regionPath to your world's region directory.
  6. npm start
  7. Open https://localhost:8000 in your browser.
  8. Be patient. Large worlds can take a LONG time.

Todo:

  • update values in the inspector at the top
  • faster loading via caching and checking for newer files
  • zoom control

About

Generate 2d maps of a Minecraft world

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 93.6%
  • HTML 6.4%