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
|
@ -189,3 +189,8 @@ minetest.register_craft({
|
|||
}
|
||||
})
|
||||
|
||||
if minetest.get_modpath("doc") then
|
||||
for i=2,3 do
|
||||
doc.add_entry_alias("nodes", "mcl_farming:wheat_1", "nodes", "mcl_farming:wheat_"..i)
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue