Miniloader (Redux)


UPS-friendly 1x1 loaders.

Content
3 days ago
2.0
973
Logistics

b Conflicts

3 days ago

Conflicts with mod
Advanced Furnaces 2 SpaceAgeFix

The following mods failed to load: entity prototype "hps__ml-miniloader-l" (loader-1x1) collision_mask(Modifications: Miniloader (Redux)) must collide with entity prototype "loader-pro-01" (loader-1x1) collision_mask(Modifications: Advanced Furnaces 2 SpaceAgeFix).

3 days ago

Hi,

Thanks for reporting this. A loader in the base game uses the same collision mask as a belt (it calls collision-mask-util::belts()) which is 'floor, meltable, object, transport_belt, water_tile'. The miniloader uses only 'transport_belt' because it must do so to connect to the belt (you get an error otherwise).

The Advanced Furnaces mod uses 'item, meltable, object, player, water_tile, is_object, is_lower_object' which does not seem correct (there should be a "transport-belt" in there) and that has no overlap with the miniloader so you get this error.

This should be fixed by the Advanced Furnaces author (They need to add "transport-layer" to the prototype or (better) call collision-mask-util::get_mask('loader-1x1') to get the correct collision mask for their loader.

New response