Update many help texts for misc. items
This commit is contained in:
parent
c2fbe2ad55
commit
7f572f1dcd
10 changed files with 44 additions and 2 deletions
|
@ -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 },
|
||||
})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue