Loaders Modernized


Compact 1x1 loader requiring electricity to run. There are options to enable or modify capabilities like stacking, disable power consumption, or recipe cost.

Content
a month ago
2.0
26.7K
Logistics Circuit network

b wooden loader too expensive when combined with Pyanodons

4 months ago

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

New response