update color of title

This commit is contained in:
FreeGamers 2020-05-30 21:55:02 -05:00
parent 6b11d366ab
commit c19d8741fa

@ -1,6 +1,6 @@
-- Register the void chest.
minetest.register_node("void_chest:void_chest", {
description = "" ..core.colorize("#330066","Void Chest\n") ..core.colorize("#FFFFFF", "Use the power of the void to store your items."),
description = "" ..core.colorize("#660099","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",