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.
Render a statically servable slippy map from a game save:
$ little-a-map '/var/lib/minecraft/world' '/var/www/html'
Found 793 map items across 4921 block regions, 806 entity regions, and 6 players in 10.57s
Rendered 11315 tiles and 791 maps and pruned 0 tiles and 0 maps in 1.42s
Subsequent runs will re-render only changed tiles.
Little a Map is inspired by Papyri by Jason Green.