forked from VoxeLibre/VoxeLibre
Update emerald help text
This commit is contained in:
parent
30517ecb98
commit
6f8b524d07
|
@ -92,7 +92,7 @@ minetest.register_craftitem("mcl_core:gold_ingot", {
|
|||
|
||||
minetest.register_craftitem("mcl_core:emerald", {
|
||||
description = "Emerald",
|
||||
_doc_items_longdesc = "Emeralds are not very useful on their own, but many villagers have a love for emeralds and often use it as a currency in trading.",
|
||||
_doc_items_longdesc = "Emeralds are not very useful on their own, but they can exchanged for gold ingots by crafting.",
|
||||
inventory_image = "mcl_core_emerald.png",
|
||||
stack_max = 64,
|
||||
groups = { craftitem=1 },
|
||||
|
|
Loading…
Reference in New Issue