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/
Перейти к файлу
Luke aka SwissalpS 3e45f316a3
coloured nodes aren't ground content (#19)
2024-03-07 07:14:22 +01:00
.github/workflows add luacheck 2022-02-22 22:07:53 -05:00
locale fix https://github.com/mt-mods/unifieddyes/issues/11#issuecomment-1469934442 - syntac formating for translation files(remove whitespace) - make wuzzy happy 2023-03-15 22:11:08 -07:00
textures expand old split-89 palette to 176 colors 2018-09-12 22:29:57 -04:00
.luacheckrc add luacheck 2022-02-22 22:07:53 -05:00
API.md remove an obsolete function reference 2019-07-20 04:29:31 -04:00
LICENSE fix licensing since bucket images aren't used anymore 2014-10-04 11:40:16 -04:00
README.md update api link 2022-02-22 21:44:39 -05:00
airbrush.lua Airbrush: Fix dye selection by not relying on internal behaviour of minetest.serialize (#10) 2022-09-11 11:49:23 +02:00
aliases.lua workaround patch for https://github.com/minetest-mods/i3/issues/68 closes https://github.com/mt-mods/unifieddyes/issues/7 2022-04-23 22:37:55 -04:00
api.lua coloured nodes aren't ground content (#19) 2024-03-07 07:14:22 +01:00
bottle_overlay.png OPTIMIZE _ALL_ THE TEXTURES! \:D/ 2015-01-23 14:10:13 -05:00
changelog.txt Refactored the code to use default "common" dyes 2013-04-30 06:08:34 -04:00
color-tables.lua add luacheck 2022-02-22 22:07:53 -05:00
dyes-crafting.lua make it game agnostic 2022-02-22 22:15:16 -05:00
init.lua fix luacheck error 2022-04-15 17:58:13 -04:00
mod.conf Bump `min_minetest_version` to "5.5.0" (#17) 2023-11-27 22:04:35 +11: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/mt-mods/unifieddyes/blob/master/API.md