Update many help texts for misc. items

This commit is contained in:
Wuzzy 2017-03-18 17:52:41 +01:00
parent c2fbe2ad55
commit 7f572f1dcd
10 changed files with 44 additions and 2 deletions

View file

@ -1,6 +1,7 @@
minetest.register_craftitem("mcl_throwing:arrow", {
description = "Arrow",
_doc_items_longdescs = "Arrows are ammunition for bows and dispensers.",
_doc_items_longdesc = "Arrows are ammunition for bows and dispensers.",
_doc_items_usagehelp = "To use arrows as ammunition for a bow, just put them anywhere in your inventory, they will be used up automatically. To use arrows as ammunition for a dispenser, place them in the dispenser's inventory.",
inventory_image = "mcl_throwing_arrow_inv.png",
groups = { ammo=1, ammo_bow=1 },
})