McGuten / 5DimsFactorioMods

5Dim's Factorio mods
MIT License
36 stars 45 forks source link

Inserter near not inserting near. #93

Open nateious opened 5 years ago

nateious commented 5 years ago

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 commented 5 years ago

96 will fix this.

thezboe commented 5 years ago

This issue has been fixed with the pull request accepted.