mirror of
https://git.minetest.land/MineClone2/MineClone2.git
synced 2024-12-14 05:29:22 +01:00
972185907f
Reviewed-on: https://git.minetest.land/VoxeLibre/VoxeLibre/pulls/4697 Reviewed-by: the-real-herowl <the-real-herowl@noreply.git.minetest.land> Co-authored-by: kno10 <erich.schubert@gmail.com> Co-committed-by: kno10 <erich.schubert@gmail.com>
14 lines
448 B
Markdown
14 lines
448 B
Markdown
Customized version of the minetestmapper utilities for voxelibre.
|
|
|
|
This is *not* the full minetestmapper, just the mod + script to generate colors.txt
|
|
|
|
Original version:
|
|
https://github.com/minetest/minetestmapper/tree/master/util/
|
|
|
|
To use minetestmapper, first install minetestmapper (e.g., "apt install minetestmapper").
|
|
|
|
Example call:
|
|
```
|
|
minetestmapper -i worlds/myworld --colors games/voxelibre/tools/colors.txt --drawalpha -o /tmp/map.png
|
|
```
|