Add Help entry aliases for many core items
This commit is contained in:
parent
b6426df676
commit
b1b45274e4
40 changed files with 169 additions and 16 deletions
|
@ -160,6 +160,10 @@ function xpanes.register_pane(name, def)
|
|||
output = "xpanes:" .. name .. "_flat 16",
|
||||
recipe = def.recipe
|
||||
})
|
||||
|
||||
if minetest.get_modpath("doc") then
|
||||
doc.add_entry_alias("nodes", "xpanes:" .. name .. "_flat", "nodes", "xpanes:" .. name)
|
||||
end
|
||||
end
|
||||
|
||||
local pane = function(description, node, append)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue