Ender IO Zoo

Ender IO Zoo

968k Downloads

Redstone auto extract mode for gas conduits non-functional

Keyarose opened this issue ยท 9 comments

commented

Gas conduits will extract gasses regardless of the setting for the redstone control. For example when connected to a mekanisim electrolytic separator a gas conduit will continue to extract gas even when set to active with signal, and there is no signal.

2015-12-11_20 52 00
System setup

2015-12-11_20 51 49
Electrolytic separator gui

2015-12-11_20 51 36
Gas conduit gui

Using EnderIO 2.3.0.421

commented

Just a first check: Are you sure it is not the machine that is pushing the gas out? For most conduits the redstone mode only controls active pulling, not accepting/rejecting pushes (that'd be in/out/disabled mode).

commented

I'm afraid I don't know, the separator does not have the same ability to be configured as many of the core mekanisim machines do. There's no automatic eject option, likely because the I/O sides are all fixed.

commented

However I have had this issue with the gas storage tanks as well as the separator. I can't remember a specific instance with anything else offhand though.

commented

Ok, I'll have a look at our code in the next days.

commented

I had a look at it. The redstone checks are called correctly. For more I'll have to setup a debugging environment and trace it.

commented

Well thanks for looking, at least its just a minor annoyance rather than build breaking.

commented

The Electrolytic Separator automatically dumps gas to tanks/machines/pressurized tubes on either side of it. The gas tanks automatically output to the side that has the red mark on the front. This is just how Mekanism has set up its gas system.

commented

Sure, I might try and see if i can use a autonomous activator with a wrench to control the gas flow. If anyone's interested in the result send me a message.

commented

Thx VT-14, that was what I suspected. @Keyarose are you ok with me closing this ticket as it seems all is working as intended?