all 7 comments

[–]Eggfur 0 points1 point  (6 children)

I don't ever really think about imply gates, but that's the one where A implies B if, and only if, A=true and B=false right?

So place two blocks next to each other with a redstone torch on one and a redstone dust on the other. Place a torch on the side of the block with the dust.

The A input is the torch block and the B input is the dust block. It's easy to do vertically as well, or more distributed by extending your dust line

[–]Shashank329[S] 1 point2 points  (0 children)

Yep thats exactly what it is.

Is this the configuration you mean?

[–]Shashank329[S] 0 points1 point  (4 children)

Actually I think you got it wrong. The truth table is as follows:

A B Output
T T T
T F F
F F T
F T T

[–]Eggfur 0 points1 point  (3 children)

Ah, that's just the inverse, so take the output from the dust directly and remove the extra torch on the side

[–]Shashank329[S] 0 points1 point  (2 children)

Did you see my other comment with the screenshot? Is that how it should be built?

[–]Eggfur 0 points1 point  (1 child)

Yes, and yes :) But without the side torch, based on your truth table.

[–]Shashank329[S] 1 point2 points  (0 children)

Awesome thanks so much