Panakotta00 / FicsIt-Networks

Control, Monitor, Manage and Automate your Satisfactory.
https://ficsit.app/mod/FicsItNetworks
GNU General Public License v3.0
157 stars 51 forks source link

Codeable Merger Input lines are described wrong #165

Closed pinuke closed 2 years ago

pinuke commented 3 years ago

Describe the bug The merger input variable is wrongly described. On my merger 0 is right, 1 is middle, and 2 is left (facing same direction as output) as opposed to the 0 - mid, 1-L, 2-R described in the documentation (reflection).

Even if I am facing the wrong direction, the "middle" input is still wrong.

To Reproduce (Merger was on a merger stack with only 2 inputs (none on middle) - unsure if this was the cause) merger.transferInput(0) transfers from the right merger.transferInput(1) returns false - meaning the transfer failed according to docs merger.transferInput(2) transfers from the left

Expected behavior expecting false from transferInput(0)

Screenshots satisfactory satisfactory_2 Notice the bottle colors (white = right, blue = left)

Reflection text: satisfactory_3