Add crafting table help

This commit is contained in:
Wuzzy 2017-03-11 07:27:10 +01:00
parent d03b002d8d
commit 4368bdc000
1 changed files with 2 additions and 0 deletions

View File

@ -183,6 +183,8 @@ end)
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.",
tiles = {"crafting_workbench_top.png", "default_wood.png", "crafting_workbench_side.png",
"crafting_workbench_side.png", "crafting_workbench_front.png", "crafting_workbench_front.png"},
paramtype2 = "facedir",