We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2f3a548 commit 0198897Copy full SHA for 0198897
README.rst
@@ -9,6 +9,11 @@ Minetestmapper generates an overview image from a Minetest map.
9
A port of minetestmapper.py to C++ from https://github.com/minetest/minetest/tree/0.4.17/util.
10
This version is both faster and provides more features than the now obsolete Python script.
11
12
+Minetestmapper ships with a colors.txt file for Minetest Game, if you use a different game or have
13
+many mods installed you should generate a matching colors.txt for better results.
14
+The `generate_colorstxt.py script
15
+<./util/generate_colorstxt.py>`_ in the util folder exists for this purpose, detailed instructions can be found within.
16
+
17
Requirements
18
------------
19
0 commit comments