From 854659f135f65e16dcd532594ed909554e4b66ac Mon Sep 17 00:00:00 2001 From: Wuzzy Date: Wed, 3 Aug 2016 22:34:32 +0200 Subject: Add category descriptions --- init.lua | 3 +++ 1 file changed, 3 insertions(+) (limited to 'init.lua') diff --git a/init.lua b/init.lua index 9c153fb..1e6cfe3 100644 --- a/init.lua +++ b/init.lua @@ -169,6 +169,7 @@ end doc.new_category("nodes", { name = "Blocks", + description = "Item reference of blocks and other things which are capable of occupying space", build_formspec = function(data) if data then local longdesc = data.longdesc @@ -478,6 +479,7 @@ doc.new_category("nodes", { doc.new_category("tools", { name = "Tools and weapons", + description = "Item reference of all wieldable tools and weapons", build_formspec = function(data) if data then local longdesc = data.longdesc @@ -547,6 +549,7 @@ doc.new_category("tools", { doc.new_category("craftitems", { name = "Miscellaneous items", + description = "Item reference of items which are neither blocks, tools or weapons (esp. crafting items)", build_formspec = function(data) if data then local longdesc = data.longdesc -- cgit v1.2.3