Add help for bow and arrow
This commit is contained in:
parent
772dbb97cf
commit
70c0ff05ea
2 changed files with 4 additions and 0 deletions
|
@ -1,5 +1,6 @@
|
|||
minetest.register_craftitem("mcl_throwing:arrow", {
|
||||
description = "Arrow",
|
||||
_doc_items_longdescs = "Arrows are ammunition for bows and dispensers.",
|
||||
inventory_image = "mcl_throwing_arrow_inv.png",
|
||||
groups = { ammo=1, ammo_bow=1 },
|
||||
})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue