Miniloader

by therax

Compact and UPS-friendly 1x1 loaders. Works with train cargo wagons, circuits, filters, and modded belts from Bob's, Krastorio, FactorioExtended Plus, Space Exploration, and Ultimate Belts.

Content
7 months ago
0.15 - 1.1
177K
Logistics

b Space Exploration Bug

3 years ago
(updated 3 years ago)

When a Space Ship changes surfaces output loaders stop working.

This addition to control.lua seams to fix it:

local function on_area_cloned(ev)
local miniloaders = util.find_miniloaders{
surface = ev.destination_surface,
area = ev.destination_area,
}
for _, loader in ipairs(miniloaders) do
util.update_inserters(loader)
end
end
event.register(defines.events.on_area_cloned, on_area_cloned)

P.S. Was asked to propose a "black deep space transport belt" - miniloader and i approve of the idea as well naturally.

3 years ago

Any update on this being included in the mod? Is it in the latest releases?

New response