Add item help texts all over the place
This commit is contained in:
parent
5869df4ed0
commit
4caf0add5e
6 changed files with 26 additions and 0 deletions
|
@ -610,6 +610,7 @@ function mcl_core.add_glass(desc, recipeitem, color)
|
|||
|
||||
minetest.register_node("mcl_core:glass_"..color, {
|
||||
description = desc,
|
||||
_doc_items_longdesc = "Stained glass is a decorational and mostly transparent block which comes in various different colors.",
|
||||
drawtype = "glasslike",
|
||||
is_ground_content = false,
|
||||
tiles = {"xpanes_pane_glass_"..color..".png"},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue