mirror of
https://git.minetest.land/MineClone2/MineClone2.git
synced 2025-04-02 12:22:34 +02:00
Add help alias
* Add help alias for the ready type composter
This commit is contained in:
@ -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
|
||||||
|
Reference in New Issue
Block a user