Colorize some item tooltips

This commit is contained in:
Wuzzy 2020-03-12 02:29:30 +01:00
parent 7ee2340f5c
commit 6b529e1204
10 changed files with 14 additions and 13 deletions

View file

@ -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",