Add Help aliases for redstone components
This commit is contained in:
parent
453a59d19e
commit
be48f46837
22 changed files with 90 additions and 9 deletions
|
@ -1,3 +1,3 @@
|
|||
mesecons
|
||||
doc?
|
||||
doc_items?
|
||||
doc_items?
|
||||
|
|
|
@ -221,3 +221,8 @@ minetest.register_node("mesecons_commandblock:commandblock_on", {
|
|||
}},
|
||||
mcl_blast_resistance = 18000000,
|
||||
})
|
||||
|
||||
-- Add entry alias for the Help
|
||||
if minetest.get_modpath("doc") then
|
||||
doc.add_entry_alias("nodes", "mesecons_commandblock:commandblock_off", "nodes", "mesecons_commandblock:commandblock_on")
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue