Deadlock's Stacking Beltboxes & Compact Loaders


Adds minimalist 1x1 loaders and stacking beltboxes for 5x belt compression for ores, plates and some intermediate products

Content
2 years ago
0.17 - 1.1
89.0K
Logistics
Owner:
shanemadden
Source:
https://github.com/shanemadden/factor...
Homepage:
https://forums.factorio.com/viewtopic...
License:
GNU GPLv3
Created:
5 years ago
Latest Version:
2.4.2 (2 years ago)
Factorio version:
0.17 - 1.1
Downloaded by:
89.0K users

Deadlock's Stacking Beltboxes and Compact Loaders

Deadlock's Stacking Beltboxes and Deadlock's Compact Loaders are now combined into one mod.

For existing saves, the updated versions of the existing Deadlock mod(s) you were using must be loaded to migrate your existing loaders and beltboxes to this new mod - see those mods' pages for more details on how to migrate those saves.

The integration with Bob's Logistics, Factorio Extended (and Extended Plus), and Xander Mod has been moved to a separate mod - if you're using loaders or beltboxes with their belt tiers, also get the integrations mod.

Note that the belt reskin and map recolor options are not yet implemented.

Any issues with the new version? Let us know in the forum thread.

Credits

Inter-mod support

The modding API available in the new version should be almost completely unchanged from the previous versions. An updated dedicated document is coming soon for the modding API, but here's what you need to know:

  • The default icon_size has changed to 64x64 for the API calls to add stacked items, since your icons are likely still 32x32 you'll need to pass an icon size. (Vanilla icons are still 32x32, per fff-277 we can expect the new ones sometime during 0.17 experimental)

A call that looked like this:

deadlock_stacking.create("raw-wood", icon_path, "deadlock-stacking-1")

with a 32x32 icon will need to be changed to this for 0.17:

deadlock_stacking.create("raw-wood", icon_path, "deadlock-stacking-1", 32)