forked from VoxeLibre/VoxeLibre
smoker & bfurnace: More concise short descriptions
This commit is contained in:
parent
8426e7826a
commit
c4e51650f8
|
@ -414,7 +414,7 @@ end
|
|||
|
||||
minetest.register_node("mcl_blast_furnace:blast_furnace", {
|
||||
description = S("Blast Furnace"),
|
||||
_tt_help = S("A blast furnace is a block that smelts ores, raw metals, iron and gold armor and tools, similar to a furnace, but at twice the speed."),
|
||||
_tt_help = S("Smelts ores faster than furnace"),
|
||||
_doc_items_longdesc = S("Blast Furnaces smelt several items, mainly ores and armor, using a furnace fuel, into something else."),
|
||||
_doc_items_usagehelp =
|
||||
S([[
|
||||
|
|
|
@ -415,7 +415,7 @@ end
|
|||
|
||||
minetest.register_node("mcl_smoker:smoker", {
|
||||
description = S("Smoker"),
|
||||
_tt_help = S("A smoker is a type of furnace that cooks food items, similar to a furnace, but twice as fast."),
|
||||
_tt_help = S("Cooks food faster than furnace"),
|
||||
_doc_items_longdesc = S("Smokers cook several items, using a furnace fuel, into something else, but twice as fast as a normal furnace"),
|
||||
_doc_items_usagehelp =
|
||||
S([[
|
||||
|
|
Loading…
Reference in New Issue