Colorize some item tooltips
This commit is contained in:
parent
7ee2340f5c
commit
6b529e1204
10 changed files with 14 additions and 13 deletions
|
@ -146,7 +146,8 @@ minetest.register_craftitem("mcl_core:apple", {
|
|||
|
||||
-- TODO: Status effects
|
||||
minetest.register_craftitem("mcl_core:apple_gold", {
|
||||
description = minetest.colorize("#55FFFF", S("Golden Apple")),
|
||||
-- TODO: Add special highlight color when this item is special
|
||||
description = S("Golden Apple"),
|
||||
_doc_items_longdesc = S("Golden apples are precious food items which can be eaten."),
|
||||
wield_image = "mcl_core_apple_golden.png",
|
||||
inventory_image = "mcl_core_apple_golden.png",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue