Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 630 Bytes

README.md

File metadata and controls

22 lines (16 loc) · 630 Bytes

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 http://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