Useful Combinators


Adds many useful combinators that do various things! some simplify combinator logic whilst others add new functionality!

Content
2 years ago
0.14 - 1.1
6.76K
Circuit network

g Counting Combinator: Programmable Reset?

6 years ago

A question/suggestion: I was looking for a way to programatically set the reset value for the Counting Combinator. A reset signal sent to it via circuit network doesn't seem to do it. Is there some way to do this that I'm not seeing? And if not, might I offer it as a suggestion for a small improvement to a very useful and well-implemented mod?

Regardless, thanks for your work -- this makes circuits a lot more palatable without taking any of the nuts-and-bolts fun out of it.

6 years ago
(updated 6 years ago)

First off, thanks for the compliments, second, If you use -1 signal with value of Reset Signal from counting combinator, it should be set to zero. If it's infinite count (Reset = 0) Use a Arithmatic Combinator to set -1 signal value to count signal value and multiply it by a control signal with a value of 1. If you need a blueprint, I can make one.

New response