Improved Combinator


The mod provides a custom entity which allows the user to create any number of decider & arithmetic combinators in a single entity. Improved Combinator also provides timer utilities that allow for timers to be setup which can call specific combinators at a specified time.

Content
3 years ago
0.18 - 1.1
12.9K
Circuit network

g wire combinator??

3 years ago

Hi, the mod provides many combinators in on device, which is a good idea. I have a question, can I "wire" each virtual combinator in the device?? or all of them are working independently, just operate signal from input and output that?

3 years ago

Hi Bigplume,

It's not possible to wire/connect individual combinators within a device. The combinators only use the input signals when performing checks, while ignoring the outputs of other combinaros.

If wish for your combinators to also have access to the output signals, you can connect the output entity to the input entity using a wire. Keep in mind, that if you are do this, the output signals will be read on the next game tick.

New response