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
6 months ago
0.15 - 1.1
172K
Logistics
Owner:
therax
Source:
https://github.com/mspielberg/factori...
Homepage:
https://forums.factorio.com/viewtopic...
License:
GNU LGPLv3
Created:
6 years ago
Latest Version:
1.15.7 (6 months ago)
Factorio version:
0.15 - 1.1
Downloaded by:
172K users

Miniloaders

This mod introduces miniloaders, 1x1 entities that efficiently transfer a full
belt worth of items into and out of containers, including train cargo wagons.

They use no Lua when running, keeping your factory's UPS healthy.

You can use them to feed your high-speed assemblers, or rapidly transfer items into and out of chests.

Belts from the following mods are fully supported:
- Bob's Logistics
- FactorioExtended Plus
- Krastorio
- Space Exploration
- Ultimate Belts
- Xander Mod

Videos and Spotlights

Xterminator has spotlighted Miniloader.
Seeeno has created a
video tutorial in German for Miniloader.

Balancing

Miniloaders require stack inserter research, are relatively expensive to build,
and consume approximately the power of two fully-upgraded stack inserters.

How it works

Each miniloader hides a set of very fast invisible inserters, one for each lane
of the belt. Lua scripting adjusts pickup and drop points accordingly when the
direction of the miniloader is changed.

Since item movement is handled by inserters, there is no on_tick handler, no Lua
impact on UPS, and miniloaders will benefit from any future improvements to belt
and inserter performance made by Wube in the Factorio core.

Filtering

Versions of miniloaders with and without filtering are available once the
appropriate technology has been researched. As you would expect, to build a
miniloader capable of filtering, you must use filter inserters as ingredients.

Note that filter miniloaders behave like filter inserters, and not like vanilla
loaders: if no filters are set then no items will be moved. You must set at
least one filter.

Known Issues

  • The power usage UI counts each miniloader multiple times, since it shows the
    power used by the inserters, not the miniloaders themselves.
  • Miniloader arrows don't always appear correctly in blueprints.

Acknowledgements

  • Arch666Angel β€” for the original 2x1 loader graphics, cut down to 1x1
    with permission in versions through 1.5.x.
  • Articulating β€” for the original Loader Snapping.
  • Optera β€” for Loader Redux's revised and improved loader snapping code, adapted
    here for Miniloaders with permission.