- 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.