Create

Create

86M Downloads

New Redston Component: Pulse Debounce

zaped212 opened this issue ยท 0 comments

commented

Describe the Suggestion

A new redstone component that will only output signal once the input has been stable for "X"Ticks.

Current redstone components include:
Pulse Externder, and Pules Repeater, both of these components are very powerful but are lacking a"debounce" component.

While working on creating a mixed item shulker box loader using create components, I needed a means to determine if items on the belt have "stalled" / backed up. I had to create a denounce using vanilla components which ended up being significantly bulkier than that it should have been if such a denounce component existed.

Functionality:
Basic logic is similar to a pulse repeater, except instead of delaying a pulse X time after input has gone high, only output power after the input has been high for a minimum amount of time.

Screenshots and Videos

No response

Additional Context

No response