mirror of
https://git.minetest.land/VoxeLibre/VoxeLibre.git
synced 2024-11-22 18:41:09 +01:00
Add help alias
* Add help alias for the ready type composter
This commit is contained in:
parent
cea821b2fa
commit
ffc2c94096
1 changed files with 6 additions and 0 deletions
|
@ -335,3 +335,9 @@ minetest.register_node("mcl_composters:composter_ready", {
|
||||||
_compost_level = 7,
|
_compost_level = 7,
|
||||||
on_rightclick = composter_harvest
|
on_rightclick = composter_harvest
|
||||||
})
|
})
|
||||||
|
|
||||||
|
-- Add entry aliases for the Help
|
||||||
|
if minetest.get_modpath("doc") then
|
||||||
|
doc.add_entry_alias("nodes", "mcl_composters:composter",
|
||||||
|
"nodes", "mcl_composters:composter_ready" )
|
||||||
|
end
|
||||||
|
|
Loading…
Reference in a new issue