game-antum/mods/materials/unifieddyes
Jordan Irwin 338bc9dbcb Patch unifieddyes mod 2021-04-11 23:50:34 -07:00
..
locale Update unifieddies mod to v2021-03-26-1... 2021-04-11 19:36:59 -07:00
textures Update unifieddies mod to v2021-03-26-1... 2021-04-11 19:36:59 -07:00
API.md Update unifieddies mod to v2021-03-26-1... 2021-04-11 19:36:59 -07:00
README.md mod.unifieddyes: Update to stable-20170925 & patch 9e301b9 2018-07-03 18:25:25 -07:00
airbrush.lua Patch unifieddyes mod 2021-04-11 23:50:34 -07:00
aliases.lua Update unifieddies mod to v2021-03-26-1... 2021-04-11 19:36:59 -07:00
api.lua Update unifieddies mod to v2021-03-26-1... 2021-04-11 19:36:59 -07:00
bottle_overlay.png Add "unifieddyes" mod. 2016-08-01 01:11:16 -07:00
changelog.txt Add "unifieddyes" mod. 2016-08-01 01:11:16 -07:00
color-tables.lua Update unifieddies mod to v2021-03-26-1... 2021-04-11 19:36:59 -07:00
dyes-crafting.lua Update unifieddies mod to v2021-03-26-1... 2021-04-11 19:36:59 -07:00
init.lua Update unifieddies mod to v2021-03-26-1... 2021-04-11 19:36:59 -07:00
mod.conf Update unifieddies mod to v2021-03-26-1... 2021-04-11 19:36:59 -07:00

README.md

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 on the Minetest forum.

API: the full API is documented here: https://github.com/minetest-mods/unifieddyes/blob/master/API.md