Reveal a few basic help entries by default
This commit is contained in:
parent
f41bda8cdf
commit
712f295edc
9 changed files with 35 additions and 3 deletions
|
@ -188,6 +188,7 @@ minetest.register_node("mcl_inventory:workbench", {
|
|||
description = "Crafting Table",
|
||||
_doc_items_longdesc = "A crafting table is a block which grants you access to a 3×3 crafting grid which allows you to perform advanced crafts.",
|
||||
_doc_items_usagehelp = "Rightclick the crafting table to access the 3×3 crafting grid.",
|
||||
_doc_items_hidden = false,
|
||||
is_ground_content = false,
|
||||
tiles = {"crafting_workbench_top.png", "default_wood.png", "crafting_workbench_side.png",
|
||||
"crafting_workbench_side.png", "crafting_workbench_front.png", "crafting_workbench_front.png"},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue