Unified Dyes expands the standard dye set from 15 to up to 256 colors (depending on the object to be colored) https://content.minetest.net/packages/VanessaE/unifieddyes/
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
wsor4035 36c8bb5f5b
fix https://github.com/mt-mods/unifieddyes/issues/11#issuecomment-1469934442 - syntac formating for translation files(remove whitespace) - make wuzzy happy
2 weeks ago
.github/workflows add luacheck 1 year ago
locale fix https://github.com/mt-mods/unifieddyes/issues/11#issuecomment-1469934442 - syntac formating for translation files(remove whitespace) - make wuzzy happy 2 weeks ago
textures expand old split-89 palette to 176 colors 5 years ago
.luacheckrc add luacheck 1 year ago
API.md remove an obsolete function reference 4 years ago
LICENSE fix licensing since bucket images aren't used anymore 9 years ago
README.md update api link 1 year ago
airbrush.lua Airbrush: Fix dye selection by not relying on internal behaviour of minetest.serialize (#10) 7 months ago
aliases.lua workaround patch for https://github.com/minetest-mods/i3/issues/68 closes https://github.com/mt-mods/unifieddyes/issues/7 11 months ago
api.lua Revert "workaround for engine bug in crafting, placing, digging items with a palette index of 0" 11 months ago
bottle_overlay.png OPTIMIZE _ALL_ THE TEXTURES! \:D/ 8 years ago
changelog.txt Refactored the code to use default "common" dyes 10 years ago
color-tables.lua add luacheck 1 year ago
dyes-crafting.lua make it game agnostic 1 year ago
init.lua fix luacheck error 12 months ago
mod.conf patch broken colors in airbrush and bump min to 5.3.0 1 year ago

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/mt-mods/unifieddyes/blob/master/API.md