Inserter Configuration


More control over inserters. Adjust pickup and drop locations using a gui and various hotkeys. Adds 90 degree inserters.

Utilities
a month ago
1.1 - 2.0
22.3K
Logistics

g crashes when you change direction too quickly

a month ago

on_gui_click returned an error
I added a workaround after line 85:
if not inserter or not inserter.valid then
return {
base = {x=0, y=0},
base_offset = {x=0, y=0},
drop = {x=0, y=0},
drop_offset = {x=0, y=0},
pickup = {x=0, y=0}
}
end
It seems to be working for now. Please either do the same or fix it yourself.

a month ago

oh no, easier, but it didn't help

New response