summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVanessa Ezekowitz <vanessaezekowitz@gmail.com>2017-06-20 17:00:46 -0400
committerVanessa Ezekowitz <vanessaezekowitz@gmail.com>2017-06-20 17:00:46 -0400
commit133bc06e3d422506e21e22cddf1bd3607bd83bb0 (patch)
tree4168c0a7ec5c7ea3a88b091beea9b8f04ef800d6
parent9018efd1b9fb3913466b8e8b4b6e05f8216c8521 (diff)
downloadunifieddyes-133bc06e3d422506e21e22cddf1bd3607bd83bb0.tar
unifieddyes-133bc06e3d422506e21e22cddf1bd3607bd83bb0.tar.gz
unifieddyes-133bc06e3d422506e21e22cddf1bd3607bd83bb0.tar.bz2
unifieddyes-133bc06e3d422506e21e22cddf1bd3607bd83bb0.tar.xz
unifieddyes-133bc06e3d422506e21e22cddf1bd3607bd83bb0.zip
link API to README
-rw-r--r--README.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/README.md b/README.md
index bb71e65..44ddbb2 100644
--- a/README.md
+++ b/README.md
@@ -3,7 +3,7 @@ VanessaE's Unified Dyes
The purpose of this mod originally was to supply a complete set of colors for Minetest mod authors to use for colorized nodes, or to reference in recipes. Since the advent of the default dyes mod in minetest_game, this mod has become more of an extension of the default mod. Since the advent of param2 colorization, it has also become a library for general color handling.
-Unified Dyes expands the standard dye set from 15 colors to 32, 89, or 256 (see below).
+Unified Dyes expands the standard dye set from 15 colors to 32, 89, or 256 (see the API and usage info).
Dependencies: Minetest engine version 0.4.16 or higher and a corresponding copy of minetest_game.
@@ -12,3 +12,5 @@ License: GPL 2.0 or higher.
Install: Unzip the distribution file, rename the resultant folder to just "unifieddyes", move it into Minetest's mods folder, and enable it in your world configuration.
Usage: for detailed usage information, please see [the Unified Dyes Thread](https://forum.minetest.net/viewtopic.php?f=11&t=2178&p=28399) on the Minetest forum.
+
+API: the full API is documented here: https://github.com/minetest-mods/unifieddyes/blob/master/API.md