Reveal a few basic help entries by default

This commit is contained in:
Wuzzy 2017-03-20 16:38:16 +01:00
parent f41bda8cdf
commit 712f295edc
9 changed files with 35 additions and 3 deletions

View file

@ -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