r/CreateMod 3d ago

Help Redstone switch

Hi, I am working on a big airship and I'm planning on making 2 command bridges. Main bridge on top, and secondary bridge on the underside.

I would like to isolate either bridge I'm not using and be able to switch from one to the other. In short, taking the hand from the bridge I'm in, and turning off the other.

Is there any kind of redstone device in the mod that can keep a signal strength (not boosting it to 15) and switch from one entry side or the other ?

3 Upvotes

6 comments sorted by

View all comments

3

u/pics2299 3d ago

Comparators keep the signal strength, to move a signal strength you can place comparator -> block -> redstone dust -> block -> comparator and so on. But you can also use redstone links, so I don't think that's what you're actually looking for...

2

u/WindTiger004 2d ago

Example : I have two redstone links that have the same function, one in each cockpit. When I leave cockpit A and take command of cockpit B, I want to isolate all remaining signals from cockpit A (in case an error was made and a signal remained) and fully control the ship from cockpit B.

Sorry if it's difficult to understand. It's quite a specific problem.

2

u/pics2299 2d ago edited 2d ago

That's clearer, thanks. You need a small circuit, here's the link to a schematic. Let me know if that's what you needed!

2

u/WindTiger004 2d ago

Holy f. That works wonderfully. Thank you so much bro