Add armor stand help

This commit is contained in:
Wuzzy 2017-03-11 16:42:23 +01:00
parent 005b509938
commit 295aa506a2
1 changed files with 2 additions and 0 deletions

View File

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