eject only one item

  • 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

paul0000

New Member
Jul 29, 2019
4
0
0
how can I eject only one item form a chest using gates? There is a redstone input from maybe 2sec and I only want one item to be ejected.




Sorry if this is the wrong place for the question.
 
The best way would be to pulse the gate with a redstone signal. Have whatever needs the item pulse the gate. I've used turtles as a method to control auto crafting via redstone signals.
 
if understand correctly you want to have gate output 1 item/redstone pulse.
you can try iron autarchic and gate set to pulse on redstone signal and when pipe is empty.
 
You can also just shorten the pulse to 0.5 s, it is the least amount that will work reliably and it will pull only one item.
 
Maybe an Autarchic AND gate, set to "Redstone signal" and "pipe empty"?
that's a good idea, thank you.[DOUBLEPOST=1373835454][/DOUBLEPOST]
In the newest version there is single energy pulse
im playing ftb lite in the versoin 1.4.7[DOUBLEPOST=1373835514][/DOUBLEPOST]
You can also just shorten the pulse to 0.5 s, it is the least amount that will work reliably and it will pull only one item.
would work, but is a bit to complicated.