Loaders lane-filter and stacks

by zebez

Changes the inbuilt loader prototype to be able to stack items on belts (Up to 4) and have a per lane filter. This does not add any loaders to the game, you must use another mod for that such as AAI Loaders.

Tweaks
10 months ago
2.0
1.04K
Logistics Cheats
Owner:
zebez
Source:
N/A
Homepage:
N/A
License:
MIT
Created:
10 months ago
Latest Version:
0.0.1 (10 months ago)
Factorio version:
2.0
Downloaded by:
1.04K users

Changes the inbuilt loader prototype to be able to stack items on belts (Up to 4) and have a per lane filter.

This does not add any loaders to the game, you must use another mod for that such as AAI Loaders.

It changes these for "loader", "loader-1x1":
l.max_belt_stack_size = 4 -- Default for loader is 1, default for inserters is 4
l.filter_count = 2 -- Default for loader is 5, must be 2 for lane filters to work
l.per_lane_filters = true -- Default is false.