https://github.com/andrewkvalheim/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. ⊷ Mirror
https://github.com/andrewkvalheim/little-a-map
minecraft static-site-generator
Last synced: 3 months ago
JSON representation
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. ⊷ Mirror
- Host: GitHub
- URL: https://github.com/andrewkvalheim/little-a-map
- Owner: AndrewKvalheim
- License: gpl-3.0
- Created: 2020-07-22T15:51:33.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2025-03-31T04:13:59.000Z (4 months ago)
- Last Synced: 2025-04-07T07:48:46.301Z (3 months ago)
- Topics: minecraft, static-site-generator
- Language: Rust
- Homepage: https://codeberg.org/AndrewKvalheim/little-a-map
- Size: 10.4 MB
- Stars: 20
- Watchers: 3
- Forks: 2
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
[![Demo][demo-badge]][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:
```console
$ 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.
## Acknowledgements
_Little a Map_ is inspired by _[Papyri]_ by [Jason Green].
[demo]: https://andrewkvalheim.codeberg.page/little-a-map/
[demo-badge]: https://img.shields.io/badge/dynamic/json?color=green&label=demo&query=%24.version&url=https%3A%2F%2Fandrewkvalheim.codeberg.page%2Flittle-a-map%2Fbadge.json
[jason green]: https://jason.green.io/
[papyri]: https://github.com/jason-green-io/papyri