Add Help aliases for premature farming plants

This commit is contained in:
Wuzzy 2017-03-21 04:56:16 +01:00
parent c051ae7ae9
commit 767d7cbc3e
8 changed files with 37 additions and 1 deletions

View file

@ -138,3 +138,9 @@ minetest.register_craft({
output = "mcl_farming:pumpkin_pie",
recipe = {"mcl_farming:pumpkin_face", "mcl_core:sugar", "mcl_throwing:egg"},
})
if minetest.get_modpath("doc") then
for i=2,8 do
doc.add_entry_alias("nodes", "mcl_farming:pumpkin_1", "nodes", "mcl_farming:pumpkin_"..i)
end
end