Update emerald help text

This commit is contained in:
Wuzzy 2018-01-12 17:56:02 +01:00
parent 30517ecb98
commit 6f8b524d07
1 changed files with 1 additions and 1 deletions

View File

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