mirror of
https://notabug.org/MeseCraft/void_chest.git
synced 2024-12-05 03:33:49 +01:00
update color of title
This commit is contained in:
parent
6b11d366ab
commit
c19d8741fa
2
init.lua
2
init.lua
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user