Hi,
In combination with Wooden Logistics and Py i noticed that a wooden loader requires 2 Inserters while a Basic Loader just requires 3 mechanical inserters.
In my local copy i modified prototypes/loader_templates/wood-logistics.lua
i added:
local cheapest_inserter="inserter"
if mods["pypostprocessing"] then
cheapest_inserter="burner-inserter"
end
and changed the recipe from using "inserter" to cheapest_inserter