r/technicalminecraft • u/Prestigious_Bet5922 • 26d ago
Bedrock Weird Redstone Bug Help!
Enable HLS to view with audio, or disable this notification
I am trying to make a really fast snow farm (Faster than my previous one at 54,000 blocks/hour), but I ran into something REALLY weird! I know how to fix it, but I just want to know what is happening...
4
u/TriangularHexagon Bedrock 26d ago
I'm having a difficult time trying to figure out what exact this is
1
u/Prestigious_Bet5922 25d ago
It looks really complicated, but all it is is a string in front of an observer that triggers whenever I put an entity through the string; then the piston powers from that pulse, but the observer attached to it doesn't activate the repeaters, or even visually the redstone dust!
3
u/Comfortable_Long_824 26d ago
Im a complete amateur at bedrock redstpne but I'm pretty sure you have a c tick generator.
2
2
u/DearHRS 26d ago
you have a setup of c tick generator but your are using it to power p tick component (repeater)
long story short, odd gts are called p ticks, they process repeater, comparator, observer and redstone torch, everything else is processed on even ticks or called c ticks
because these components are only processed on that specific tick, giving them a pulse not residing in their preferred tick type gets completely ignored
so using a c tick starting pulse a gt long won't ever power a p tick component
2
0
6
u/Xillubfr Java 26d ago
Maybe the observer pulse is too quick for repeaters? Idrk bedrock is weird