Refactor plant growth, improve bone meal on plants

This commit is contained in:
Wuzzy 2017-04-01 03:54:58 +02:00
parent a7504781c4
commit d3e2a21d5f
8 changed files with 76 additions and 94 deletions

View file

@ -124,7 +124,7 @@ minetest.register_craft({
}
})
mcl_farming:add_plant("mcl_farming:carrot", {"mcl_farming:carrot_1", "mcl_farming:carrot_2", "mcl_farming:carrot_3"}, 50, 20)
mcl_farming:add_plant("plant_carrot", "mcl_farming:carrot", {"mcl_farming:carrot_1", "mcl_farming:carrot_2", "mcl_farming:carrot_3"}, 50, 20)
if minetest.get_modpath("doc") then
for i=2,3 do