Integrated-Circuits icon indicating copy to clipboard operation
Integrated-Circuits copied to clipboard

ICs dont output redstone signal to certain sides

Open NikkyAI opened this issue 9 years ago • 7 comments

Issue discovered in BTM preparation phase the side of the Socket lights up but it doesn't activate redstone or redpower cables might be connected to #173 as it seems to be the same sides/ directions

NikkyAI avatar Dec 23 '15 00:12 NikkyAI

the circuit in question that breaks should just be a large OR gate (it does have a silly name in the test-world though) the signal output to the west and down seems to break 2015-12-23_01-53-08 2015-12-23_01-57-19

NikkyAI avatar Dec 23 '15 00:12 NikkyAI

further testing seems to show that it does not appear unless there isa bundled input and simple output, buffer gates dont affect it, replacing the passive or gate (wire) with 2 stages of or gates doent affect it

NikkyAI avatar Dec 23 '15 01:12 NikkyAI

This bug is weird.

It only happens when you use bundled input (not simple or analog).

Failing sides depend on which side you use for bundled input: bottom => west, down right => south left => east, up top => north

It affects both vanilla redstone and ProjectRed/RedLogic wires

Also, ProjectRed wires do not connect at all from bottom side.

Bundled outputs are not affected. FMP sockets are not affected at all

evg-zhabotinsky avatar Jan 18 '16 16:01 evg-zhabotinsky

Also, ProjectRed wires do not connect at all from bottom side.

That's a known and unavoidable issue, for some reason P:R thinks that passing -1 as bottom side over the vanilla method is somehow against conventions and thus doesn't support it at all (redstone obviously can't power above), but everybody else does it.

I have no idea about the other one though, have to see...

Victorious3 avatar Jan 18 '16 17:01 Victorious3

I found it. tile/BlockSocket.java:202-203; getConnectionTypeAtSide receives "relative" side. Not sure if there are similar bugs anywhere. At least I cannot replicate this bug any more.

evg-zhabotinsky avatar Jan 18 '16 18:01 evg-zhabotinsky

Bug is still there, wont work simple output. I use bundle output instead. 2017-01-16_06 12 45

Krysinski avatar Mar 01 '17 22:03 Krysinski

If you want fix some tiny issues like that, then i test this more detailed. Thanks for your cool mod.

Krysinski avatar Mar 01 '17 22:03 Krysinski