Expose pickup_position and insert_position for inserters as writeable via API
Posted: Wed May 11, 2016 7:23 am
Many versions ago (0.9) I made a mod that added right angle inserters and a few other custom inserter types (viewtopic.php?f=87&t=2719). I'm planning to update that mod for 0.12. It would be nice if eventually we could have mods that let the player manipulate the behavior of existing inserters, rather than just adding new types.
If the API let us write to pickup_position and insert_position for a single inserter, and the alt-view graphics could point the arrows at the new locations, this would allow my whole mod to be replaced with a mod that gives the player an "inserter adjuster" tool, which would manipulate an inserter in-place.
If the API let us write to pickup_position and insert_position for a single inserter, and the alt-view graphics could point the arrows at the new locations, this would allow my whole mod to be replaced with a mod that gives the player an "inserter adjuster" tool, which would manipulate an inserter in-place.