Need an alternative to a button that can be mounted on the bottom of a block

  • Please make sure you are posting in the correct place. Server ads go here and modpack bugs go here
  • The FTB Forum is now read-only, and is here as an archive. To participate in our community discussions, please join our Discord! https://ftb.team/discord

Siigari

Well-Known Member
Aug 27, 2013
370
168
68
Portland, Oregon
Hey all o/

Title is fairly self-explanatory, but basically I need a button (or switch, lever, what have you) that lasts longer than a stone button that I can mount on the ceiling. I'm trying to automate dumping my smeltery to a tank whenever I press a button. The reason I need to be able to control it is for making alloys and what not.

Thanks so much!
 

Siigari

Well-Known Member
Aug 27, 2013
370
168
68
Portland, Oregon
Here is my current button situation. This heavily needs simplification haha :D And it needs to go on the ceiling!

TOJA66s.png
 

rhn

Too Much Free Time
Nov 11, 2013
5,706
4,420
333
RS-Latch+Timer:
K2ABWF3.png

Set the timer to the time you want the redstone signal to be on when you push the button.

Project red components can go on ceiling and walls without a problem. Can also be hidden with microblocks. Use Framed wires if you need them to be free standing. Framed wires can pass through Hollow Covers.
 

rhn

Too Much Free Time
Nov 11, 2013
5,706
4,420
333
Bit bored inbetween bee breeding :p
Ceiling mounted version:
Wpc77q3.png

Used "Glass cover"s to "hide" it to better see stuff.
 
  • Like
Reactions: Museli

Siigari

Well-Known Member
Aug 27, 2013
370
168
68
Portland, Oregon
I like this, but I was looking for a button which could be ceiling mounted; not the entire contraption :D

That is really nice though. Does it lengthen the redstone signal or just delay it?
 

rhn

Too Much Free Time
Nov 11, 2013
5,706
4,420
333
I like this, but I was looking for a button which could be ceiling mounted; not the entire contraption :D

That is really nice though. Does it lengthen the redstone signal or just delay it?
It lengthens it by the duration set in the timer. As soon as you hit the button the RS-latch will switch the output redstone signal on and the timer will start ticking down. Once it hits zero it will trip the RS-latch back and stop the signal as well as stopping the timer(effectively resetting the contraption for another button press).

And I don't think you are going to find a single block that can do it. You could do a CC computer+Monitor and a tiny touchscreen script. Just a Computer with a single Monitor hanging under it. That is probably the most compact solution I can think of.
 
Last edited:

rhn

Too Much Free Time
Nov 11, 2013
5,706
4,420
333
UWItWJm.png

The "pipe like" wire used on the ceiling version is called "Framed (White) Insulated Wire". To "ground" the framed wire you need to use one of the normal wires where you want it to form contacts with blocks(unless it is a block it recognizes as emitting/receiving redstone signals, then it automatically connects).

Btw you might need to experiment a bit with which side the timer needs to be on. It wont work if it is on the wrong side of the RS-Latch(like if I have it pointing the same way but on the left side on the picture above). You will see if it doesn't work, then just mirror the setup.
 
  • Like
Reactions: Museli and Siigari

Siigari

Well-Known Member
Aug 27, 2013
370
168
68
Portland, Oregon
SWEET

Omg this is so next level, great idea!

Here's the setup. This button here outputs to the timer which tells the drain to stay open so the liquid can pull out. The alloy wire there runs over the servos and tells the smeltery to dump its contents to the nearest tank!

SO AWESOME :D

Thanks a ton rhn! You just reignited my spark for redstone :)

vyAga97.png


brIFoC3.png


TNuMCBU.png


5ebBi33.png
 
  • Like
Reactions: rhn and Museli