Way to access emerald pipe GUI underneath gate?

  • The FTB Forum is now read-only, and is here as an archive. To participate in our community discussions, please join our Discord! https://ftb.team/discord

Roachy

New Member
Jul 29, 2019
44
0
0
In Mindcrack 8.3.2 (Buildcraft 3.4.3) when you put a gate on a pipe, the gate's hitbox completely covers the pipe. This apparently makes it impossible to access the GUI of an emerald pipe without removing the gate. Does anyone know if there's a way to change emerald pipe settings without removing a gate from it?

Not a huge deal, but I'd like to avoid it if possible as I will have a whole lot of these do to when changing my current setup.
 

Roachy

New Member
Jul 29, 2019
44
0
0
I found this in the BC github issue tracker. Says it should be "fixed" in a certain commit (as of 5 months ago, around the time 3.4.3 came out), but I don't know how they fixed it or what version of BC the commit actually applies to.
 

Yusunoha

New Member
Jul 29, 2019
6,440
-4
0
as you already found out, it's not possible atm.
imo the bc pipes are still a bit iffy to me. it's hard to remove certain things from the pipes, or to change certains things.
I really hope bc will add something in to improve this
 

Roachy

New Member
Jul 29, 2019
44
0
0
I don't have any other problems with them. I've always disliked their ability to pop things out under certain conditions, but it's been discussed many times before that it's one of many possible nessecary evil designs. They've been reliable otherwise when used appropriately. Plus the feature of continuing items along a path if their current exit is full have proved to be quite useful in my builds.

P.S. In case you are having the same problem I did until recently; If you are having trouble shift-clicking to remove gates and wires from pipes, remember that you must have an open hand to do this. I always wondered why that ability was inconsistent until I re-read the wiki page stating that you must use an open hand.

P.P.S An unrelated thought came to my head just now. The one problem with the above mentioned newish feature that sends items past exits with a full inventory, is that these "exits" have to dump directly into a block. If the "exit" path is more than 0 pipes long, it will still go down the path. I've often wanted to extend these "exits" and still have the ability to pass over an exit if it dead-ends in a full inventory. It would be awesome if there was a gate that could modify a pipe to tell it that one of its sides dead-ends in a full inventory.

Code:
I---A---O      N
    |        W   E
    |          S
    B
   [V]
I = pipe system input
O = output
A = gate A
B = gate B
[V] = inventory block

In the above pipe setup, gate B could be set to "If inventory full, red pipe signal", and if it were an available option, gate A could be set to "If red pipe signal, mark South side as full". In a high-traffic pipe system, this would suffer from the delay of the red pipe signal, but would be better than nothing.