mirror of
https://git.minetest.land/VoxeLibre/VoxeLibre.git
synced 2024-11-22 18:41:09 +01:00
Colorize golden apple
This commit is contained in:
parent
c9c3820ed4
commit
06f8ec3b25
1 changed files with 1 additions and 1 deletions
|
@ -169,7 +169,7 @@ minetest.register_craftitem("default:apple", {
|
|||
})
|
||||
|
||||
minetest.register_craftitem("default:apple_gold", {
|
||||
description = "Golden Apple",
|
||||
description = core.colorize("#55FFFF", "Golden Apple"),
|
||||
wield_image = "default_apple_gold.png",
|
||||
inventory_image = "default_apple_gold.png",
|
||||
stack_max = 64,
|
||||
|
|
Loading…
Reference in a new issue