Added color tooltips to node name and decsription tooltip.

This commit is contained in:
FreeGamers 2020-05-30 15:12:02 -05:00
parent 0acfe44062
commit 6b11d366ab

@ -1,6 +1,6 @@
-- Register the void chest.
minetest.register_node("void_chest:void_chest", {
description = "Void Chest",
description = "" ..core.colorize("#330066","Void Chest\n") ..core.colorize("#FFFFFF", "Use the power of the void to store your items."),
tiles = {"void_chest_top.png", "void_chest_top.png", "void_chest_side.png",
"void_chest_side.png", "void_chest_side.png", "void_chest_front.png"},
paramtype2 = "facedir",