Lightweight colour picker mod for the hexcol minetest mod.
Find a file
2024-05-20 11:01:46 -04:00
textures furst commit 2024-05-20 11:01:46 -04:00
init.lua furst commit 2024-05-20 11:01:46 -04:00
LICENSE furst commit 2024-05-20 11:01:46 -04:00
mod.conf furst commit 2024-05-20 11:01:46 -04:00
README.md furst commit 2024-05-20 11:01:46 -04:00

Lightweight colour picker for hexcol mod

Me and a freind both had a go at making a colour picker for hexcol. Mine is much simpler but more lightweight with a smaller code base. Theirs is more polished.

Note: This is only intended for creative servers as it gives players unlimited access to hexcol items.

Also it is reccomended that you set hexcol_inv to false in the minetest.conf file so that the items don't flood the inventory anymore. After all, this is meant to solve that problem.

Instructions

To open the colour picker, either use the button placed in the unified_inventory menu or use the /cpicker command.

TODO list:

  • Make a priv so server admins can restrict access to this feature.