Add some basic doc_items help texts for some items
Requires doc_items (not part of MCL2)
This commit is contained in:
parent
aabb1e972d
commit
3db4148e7d
8 changed files with 43 additions and 6 deletions
|
@ -88,6 +88,8 @@ end
|
|||
|
||||
minetest.register_node("itemframes:frame",{
|
||||
description = "Item Frame",
|
||||
_doc_items_longdesc = "Item frames are decorative blocks in which items can be placed.",
|
||||
_doc_items_usagehelp = "Hold any item in your hand and right-click the item frame to place the item into the frame. Rightclick the item frame again to retrieve the item.",
|
||||
drawtype = "nodebox",
|
||||
is_ground_content = false,
|
||||
node_box = { type = "fixed", fixed = {-0.5, -0.5, 7/16, 0.5, 0.5, 0.5} },
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue