Colorize some item tooltips
This commit is contained in:
parent
7ee2340f5c
commit
6b529e1204
10 changed files with 14 additions and 13 deletions
|
@ -85,7 +85,7 @@ minetest.register_node("mcl_nether:netherrack", {
|
|||
|
||||
minetest.register_node("mcl_nether:magma", {
|
||||
description = S("Magma Block"),
|
||||
_tt_help = S("Burns your feet"),
|
||||
_tt_help = minetest.colorize("#FFFF00", S("Burns your feet")),
|
||||
_doc_items_longdesc = S("Magma blocks are hot solid blocks which hurt anyone standing on it, unless they have fire resistance. Starting a fire on this block will create an eternal fire."),
|
||||
stack_max = 64,
|
||||
tiles = {{name="mcl_nether_magma.png", animation={type="vertical_frames", aspect_w=32, aspect_h=32, length=1.5}}},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue