M BUZZ CRAZE NEWS
// updates

How do you make a button turn a piston off?

By Sarah Rodriguez

I've made a house, and i want to make it so that i push a secret button, a piston turns OFF (because the piston is ON to block the passage.)

4

1 Answer

Make a NOT Gate. This type of simple redstone logic circuit is essential for creating a circuit that turns something OFF when activated, instead of ON. Here is a picture:

Torch Inverter NOT Gate

Just add a button and maybe a repeater for delay, and it will turn off the redstone torch, turning the power OFF.

1