Skip to content

Latest commit

 

History

History
34 lines (23 loc) · 1.17 KB

README.md

File metadata and controls

34 lines (23 loc) · 1.17 KB

Demo

Little a Map

Players can have little a map—if they've surveyed the area in-game. This tool renders a composite of player-created map items with the goal of minimizing external effects on survival gameplay.

Design goals:

  • Preserve the feeling that the world is large and mysterious.
  • Avoid introducing unearned navigational aids.
  • Facilitate sharing of geographic knowledge between players, as a treat.

Usage

Render a statically servable slippy map from a game save:

$ little-a-map '/var/lib/minecraft/world' '/var/www/html'
Found 620 map items across 4202 block regions, 618 entity regions, and 6 players in 8.08s
Rendered 9119 tiles and 618 maps and pruned 0 tiles and 0 maps in 0.52s

Subsequent runs will re-render only changed tiles.

Acknowledgements

Little a Map is inspired by Papyri by Jason Green.