Reveal a few basic help entries by default
This commit is contained in:
parent
f41bda8cdf
commit
712f295edc
9 changed files with 35 additions and 3 deletions
|
@ -30,6 +30,7 @@ minetest.register_tool("mcl_farming:hoe_wood", {
|
|||
description = "Wood Hoe",
|
||||
_doc_items_longdesc = hoe_longdesc,
|
||||
_doc_items_usagehelp = hoe_usagehelp,
|
||||
_doc_items_hidden = false,
|
||||
inventory_image = "farming_tool_woodhoe.png",
|
||||
on_place = function(itemstack, user, pointed_thing)
|
||||
-- Call on_rightclick if the pointed node defines it
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue