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
|
@ -1,2 +1,3 @@
|
|||
mcl_core
|
||||
stairs
|
||||
doc?
|
||||
|
|
|
@ -642,6 +642,11 @@ function mcstair.add(name, stairtiles)
|
|||
after_dig_node = function(pos, oldnode) after_dig_node(pos, oldnode) end,
|
||||
_mcl_hardness = node_def._mcl_hardness,
|
||||
})
|
||||
|
||||
if minetest.get_modpath("doc") then
|
||||
doc.add_entry_alias("nodes", name, "nodes", name.."_inner")
|
||||
doc.add_entry_alias("nodes", name, "nodes", name.."_outer")
|
||||
end
|
||||
end
|
||||
|
||||
for _,v in ipairs({
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue