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 +1,2 @@
|
|||
mesecons
|
||||
doc?
|
||||
|
|
|
@ -177,3 +177,8 @@ minetest.register_craft({
|
|||
burntime = 5,
|
||||
})
|
||||
|
||||
-- Add entry aliases for the Help
|
||||
if minetest.get_modpath("doc") then
|
||||
doc.add_entry_alias("nodes", "mesecons_button:button_wood_off", "nodes", "mesecons_button:button_wood_on")
|
||||
doc.add_entry_alias("nodes", "mesecons_button:button_stone_off", "nodes", "mesecons_button:button_stone_on")
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue