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_sounds
|
||||
mcl_core
|
||||
doc?
|
||||
|
|
|
@ -345,3 +345,6 @@ minetest.register_craft({
|
|||
}
|
||||
})
|
||||
|
||||
if minetest.get_modpath("doc") then
|
||||
doc.add_entry_alias("nodes", "signs:sign_wall", "nodes", "signs:sign_yard")
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue