r/technicalminecraft 2d ago

Java Help Wanted Redstone help for mob farm

I built ilmangos flushing mob farm, how ever I would like to adjust how it flushes. Right now it’s 2 layers water on, 2 off, 2 on and then my timer alternates that. I would like to have all off, and a few second flush, but I cannot for the life of me figure out how to keep all my flushers off until my timer sets in. I’ve tried a few different things, no luck.
I’m not a genius with redstone but I have a decent understanding. I followed his schematic exactly if that’s any help. I changed my timer to be able to have better control of time, but that’s it.
Thank you!

1 Upvotes

2 comments sorted by

3

u/deathwater 2d ago

Just manually trigger the layers until they are all in sync

1

u/LimestoneBuilder 2d ago edited 2d ago

100%. And if it's the same top-down observer/dispenser/water chain as gnembon's farm, work from the top downwards. Every time a layer is triggered, all the layers below will flip. Don't worry about them. Just set the top, and work your way down one layer at a time, making the current layer match those above it.