summaryrefslogtreecommitdiff
path: root/unifieddyes/README.md
diff options
context:
space:
mode:
authorVanessa Ezekowitz <vanessaezekowitz@gmail.com>2017-06-23 14:44:07 -0400
committerVanessa Ezekowitz <vanessaezekowitz@gmail.com>2017-06-23 14:44:07 -0400
commitb5a777047be2f7e547ef09b9dc6768f20b18de9b (patch)
treedec2eab54f604a1f30d5bb6a78ce89c81cc0e1e9 /unifieddyes/README.md
parent138a8e6e48ead7c4230fbf2fed1a53c23b0e2870 (diff)
downloaddreambuilder_modpack-b5a777047be2f7e547ef09b9dc6768f20b18de9b.tar
dreambuilder_modpack-b5a777047be2f7e547ef09b9dc6768f20b18de9b.tar.gz
dreambuilder_modpack-b5a777047be2f7e547ef09b9dc6768f20b18de9b.tar.bz2
dreambuilder_modpack-b5a777047be2f7e547ef09b9dc6768f20b18de9b.tar.xz
dreambuilder_modpack-b5a777047be2f7e547ef09b9dc6768f20b18de9b.zip
removed technic wrench (broken), updated pipeworks, homedecor, and unified dyes
Diffstat (limited to 'unifieddyes/README.md')
-rw-r--r--unifieddyes/README.md16
1 files changed, 16 insertions, 0 deletions
diff --git a/unifieddyes/README.md b/unifieddyes/README.md
new file mode 100644
index 0000000..44ddbb2
--- /dev/null
+++ b/unifieddyes/README.md
@@ -0,0 +1,16 @@
+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 the API and usage info).
+
+Dependencies: Minetest engine version 0.4.16 or higher and a corresponding copy of minetest_game.
+
+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