Add help for bow and arrow

This commit is contained in:
Wuzzy 2017-03-12 02:20:33 +01:00
parent 772dbb97cf
commit 70c0ff05ea
2 changed files with 4 additions and 0 deletions

View file

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