Go to file
Gael-de-Sailly b133631018 Name colors by number 2018-08-01 11:37:09 +02:00
textures Rename palette "256_dyes_palette.png", and generate directly in-place with gen_palette script 2018-07-30 22:51:26 +02:00
README.md Added readme and screenshot 2017-07-30 22:57:35 +02:00
colors.dat Created repository. 2017-07-30 21:37:15 +02:00
gen_palette.py Rename palette "256_dyes_palette.png", and generate directly in-place with gen_palette script 2018-07-30 22:51:26 +02:00
init.lua Name colors by number 2018-08-01 11:37:09 +02:00
mod.conf Created repository. 2017-07-30 21:37:15 +02:00
screenshot.png Added readme and screenshot 2017-07-30 22:57:35 +02:00

README.md

256 Dyes for Minetest

256 variants of a single item "256_dyes:dye". Not useful for now. Universal mixing craft recipe: you can mix up to 9 colors at once on the crafting grid. In game, only the brown dye can be found in creative inventory. You can change the color by clicking:

  • Right click changes hue
  • Left click changes brightness The color.dat file is used by the mixing algorithm. (compressed list of RGB color codes) gen_palette.py: Python 3 script to run with Python Image Library to generate the palette and color.dat. Could be easily modified to generate a different palette.

256-colors palette based on 24 hues, with 10 variations of each one, and grey scales.

Screenshot showing the 24 pure hues: Screenshot

Code: Gael-de-Sailly Textures:

  • palettes: Gael-de-Sailly
  • white dye texture: Celeron55, modified by Gael-de-Sailly