forked from VoxeLibre/VoxeLibre
Add armor stand help
This commit is contained in:
parent
005b509938
commit
295aa506a2
|
@ -71,6 +71,8 @@ end
|
||||||
-- FIXME: The armor stand should be an entity
|
-- FIXME: The armor stand should be an entity
|
||||||
minetest.register_node("3d_armor_stand:armor_stand", {
|
minetest.register_node("3d_armor_stand:armor_stand", {
|
||||||
description = "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",
|
drawtype = "mesh",
|
||||||
mesh = "3d_armor_stand.obj",
|
mesh = "3d_armor_stand.obj",
|
||||||
inventory_image = "3d_armor_stand_item.png",
|
inventory_image = "3d_armor_stand_item.png",
|
||||||
|
|
Loading…
Reference in New Issue