Add furnace and sponge help texts
This commit is contained in:
parent
12c3119596
commit
4f7196a7e8
2 changed files with 4 additions and 0 deletions
|
@ -270,6 +270,8 @@ end
|
|||
|
||||
minetest.register_node("mcl_furnaces:furnace", {
|
||||
description = "Furnace",
|
||||
_doc_items_longdesc = "Furnaces cook or smelt several items, using a furnace fuel, into something else.",
|
||||
_doc_items_usagehelp = "Right-click the furnace to view it. Place a furnace fuel in the lower slot and the source material in the upper slot. The furnace will slowly use its fuel to smelt the item. The result will be placed into the output slot at the right side.",
|
||||
tiles = {
|
||||
"default_furnace_top.png", "default_furnace_bottom.png",
|
||||
"default_furnace_side.png", "default_furnace_side.png",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue