Skip to content
This repository has been archived by the owner on Aug 17, 2020. It is now read-only.

Inserter near not inserting near. #93

Open
nateious opened this issue Apr 25, 2019 · 2 comments
Open

Inserter near not inserting near. #93

nateious opened this issue Apr 25, 2019 · 2 comments

Comments

@nateious
Copy link

In 5dim_automatization_0.17.2, the following inserters have "insert_position" and "pickup_position" defined in 2 locations.

inserter-speed1-range1-close.lua
inserter-speed1-range1.lua
inserter-speed1-range2-close.lua
inserter-speed1-range2.lua
inserter-speed2-range1.lua
inserter-speed3-range1-close.lua
inserter-speed3-range1.lua

For most of them, I don't think it's causing any issues, since the values are the same, but for inserter-speed1-range1-close.lua the 2nd instance has the wrong value in insert_position which is causing the inserter to insert in the normal position instead of the near position.

Line 39/40
pickup_position = {0, -1},
insert_position = {0, 0.8},
Line 179/180
pickup_position = {0, -1},
insert_position = {0, 1.2},

@thezboe
Copy link
Contributor

thezboe commented May 10, 2019

#96 will fix this.

@thezboe
Copy link
Contributor

thezboe commented May 31, 2019

This issue has been fixed with the pull request accepted.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants