Star Hype News.

Premium celebrity moments with standout appeal.

general

Extend Pistons By Default in Minecraft [duplicate]

By Matthew Cannon

I'm working on my first redstone structure, so it's extremely simple. It's a secret entrance to my base, and it's just two horizontal stickypistons, one of top of the other, that extend one piece of dirt each when the button is pushed. What I'd like to have it do is the opposite though, to retract a piece of dirt each when a button is pushed. Is there a way to do that?

1

2 Answers

Just invert the redstone signal. This is as simple as having a redstone torch placed on the side of a block.

"On" becomes "Off" and vice versa.

In a line:
W R B T
Key:
W = wire
R = repeater
B = block
T = torch

Keep in mind torch must be on side of block not ground

1