judos / beltSorter

A factorio mod which provides a sorting chest that can distribute items really fast
5 stars 15 forks source link

Enhancements #18

Closed Nexela closed 6 years ago

Nexela commented 7 years ago

Please add support for picker dollies. See Bottleneck mod for examples, basically just requires registering the handler in on_init and on_load

Also if using get_transport_line() store that in your global for faster script times

judos commented 7 years ago

What is a picker dolly? Can you explain in more details what you mean?

Nexela commented 7 years ago

Picker allows moving most entities. Some mod added entities add additional entities so picker raises a move event to allow mods to listen and "correct" for the new location.

judos commented 7 years ago

I will have a look when I find time

judos commented 6 years ago

fixed with 0.5.2