I'd love to see this extended to allow the pickup and insert locations to be specified as coordinates (which would shift relative to the rotation of the inserter)
Current:
Code: Select all
insert_distance = 0.85,
pickup_distance = 1,
Code: Select all
insert_position = {0,0.85}
pickup_position = {0,1}
Code: Select all
insert_position = {0,0.85}
pickup_position = {1,0}
PS: even better than specifying coordinates would be specifying bounding boxes, in the same format as the collision_box and selection_box. this would allow very fine-grained control over where an inserter can operate, rather than the current location-and-default-radius.