forked from VoxeLibre/VoxeLibre
Add help alias
* Add help alias for the ready type composter
This commit is contained in:
parent
cea821b2fa
commit
ffc2c94096
|
@ -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 New Issue