mirror of
https://notabug.org/MeseCraft/void_chest.git
synced 2024-12-05 03:13:47 +01:00
Added color tooltips to node name and decsription tooltip.
This commit is contained in:
parent
0acfe44062
commit
6b11d366ab
2
init.lua
2
init.lua
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user