Add Help aliases for premature farming plants
This commit is contained in:
parent
c051ae7ae9
commit
767d7cbc3e
8 changed files with 37 additions and 1 deletions
|
@ -115,3 +115,7 @@ minetest.register_craft({
|
|||
})
|
||||
|
||||
mcl_farming:add_plant("mcl_farming:potato", {"mcl_farming:potato_1", "mcl_farming:potato_2"}, 50, 20)
|
||||
|
||||
if minetest.get_modpath("doc") then
|
||||
doc.add_entry_alias("nodes", "mcl_farming:potato_1", "nodes", "mcl_farming:potato_2")
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue