Pneumatic Transport

by Saienai

Removes all belts and adds pneumatic in/out stations (with built in inserters) that convert any/all items into fluid-like states for transport through pipes. Alternative lore: LIQUIFY EVERYTHING!!!!

Content
1 year, 1 month ago
1.1
2.28K
Logistics Fluids

b dfsCanRemoveItem can create infinite recursion

1 year, 5 months ago

Some circular recipes may result in a stack overflow in dfsCanRemoveItem. A simple depth limit or a check for cycles would fix this issue. I'm not sure exactly which mod in my rather long list has the errant recipe, but I'm playing with 248k, K2, and some of BZ's mods.

Adding a simple recursion limit of 10 to dfsCanRemoveItem seems to have fixed the issue for me as a hacky fix, but you may be interested in a more sophisticated patch.

1 year, 4 months ago

This is probably one of the other mods then - no searches are needed or used in this mod.

You could try unzipping all your mods to a temporary directory and then using something like notepad++ to search 'all files in directory' for dfsCanRemoveItem which should give you the files with that function - thus narrowing down which mod is causing the issue.

This thread has been locked.