Regarding displaying the indicator when the pipe output does not match the direction of the side:
- Is it possible to read the data of this specific pipe (this is written somewhere in the mod code), and if the output does not match, then hide the indicator?
For example, if the pipe should go from top to bottom (and the indicator is displayed at the bottom, where the output should be), but the actual outputs are directed left and right, then do not display the indicator.
Something like this:
If {item.pipe left-right} then indicator = false
Or are we talking about the same thing? :)