From 295aa506a2dc35f75ba31af2e4123245057405aa Mon Sep 17 00:00:00 2001 From: Wuzzy Date: Sat, 11 Mar 2017 16:42:23 +0100 Subject: [PATCH] Add armor stand help --- mods/ITEMS/minetest-3d_armor/3d_armor_stand/init.lua | 2 ++ 1 file changed, 2 insertions(+) diff --git a/mods/ITEMS/minetest-3d_armor/3d_armor_stand/init.lua b/mods/ITEMS/minetest-3d_armor/3d_armor_stand/init.lua index 307e2dfc8..79090f268 100644 --- a/mods/ITEMS/minetest-3d_armor/3d_armor_stand/init.lua +++ b/mods/ITEMS/minetest-3d_armor/3d_armor_stand/init.lua @@ -71,6 +71,8 @@ end -- FIXME: The armor stand should be an entity minetest.register_node("3d_armor_stand:armor_stand", { description = "Armor Stand", + _doc_items_longdesc = "An armor stand is a decorative object which displays different pieces of armor.", + _doc_items_usagehelp = "Hold an armor item in your hand and rightclick the armor stand to put it on the armor stand. To take a piece of armor from the armor stand, select your hand and rightclick the armor stand. You'll retrieve the first armor item from above.", drawtype = "mesh", mesh = "3d_armor_stand.obj", inventory_image = "3d_armor_stand_item.png",