You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 17, 2020. It is now read-only.
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},
The text was updated successfully, but these errors were encountered:
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},
The text was updated successfully, but these errors were encountered: