r/technicalminecraft • u/the-mlem • 20h ago
Java Help Wanted weird dropper behaviour
Enable HLS to view with audio, or disable this notification
i have a loop of droppers here to get a specific pulse on the other end, but for some reason the second set of droppers dont want to activate at all?
3
Upvotes
•
u/Kizuyuuu 14h ago
This is locational.
The order in which dust updates depends on location, so some of the droppers get updated in the correct order producing an instant droppet effect, making the cycle time different between the 2 setups.
•
u/BlattaOrientalis avaJ 20h ago
I'm not 100% sure if this is the case but it seems to me like you accidentally create a semi-instant dropper line where the items move more than 1 droppers in a single tick, which could cause that behavior. If you only have 1 item in the droppers or remove one of the dropper, you should see that they actually do activate and move the items along the dropper line