forked from mtcontrib/farming
add grape and cotton bush to lucky block chest
This commit is contained in:
parent
328e8b3223
commit
2277932cd4
@ -72,6 +72,8 @@ if minetest.get_modpath("lucky_block") then
|
|||||||
{name = "farming:seed_rice", max = 15},
|
{name = "farming:seed_rice", max = 15},
|
||||||
{name = "farming:seed_oat", max = 15},
|
{name = "farming:seed_oat", max = 15},
|
||||||
{name = "farming:soil_wet", max = 10},
|
{name = "farming:soil_wet", max = 10},
|
||||||
|
{name = "farming:cotton_wild", max = 5},
|
||||||
|
{name = "farming:grapebush", max = 5},
|
||||||
}},
|
}},
|
||||||
})
|
})
|
||||||
end
|
end
|
||||||
|
Loading…
Reference in New Issue
Block a user