The most unhinged ways to transport items and yourself around your factory. Fling items around with Thrower Inserters, launch your trains off ramps, and soar through your base on electric ziplines!
Now, if I throw "burner-long-inserter" or "long-fast-inserter" item (or any other of new long inserter versions) - it outputs:
"Invalid throwable item [ITEM-ID] at XXX,YYY. Thrower halted. Please report...."
Looking at the mod, it procedurally generates inserters and the items used to place them. The problem is that I also procedurally generate the thrown item projectiles, so if an item gets added after I generate my projectiles then I'll miss that item and that error will occur. To fix it I'll have to figure out how to compensate for those items, but thank you for the report. I'll have to think about how to handle this