#Very cool! As a modder I especially like that you can store it in the description!

1 messages · Page 1 of 1 (latest)

mighty drum
low turret
#

That's shiiiiiny.

#

Am excited to see it in action actually

proper sluice
#

Implemented chained comparisons: 0 <= T < 22 -> T >= 0 and T < 22

abstract verge
#

Ayyy any chance you're implementing if/then/else as well?

paper vapor
#

if-else doesn't work in a single combinator I think, since you can only have one set of output signals.

proper sluice
#

A decider combinator basically is an if statement. Else is not possible with one deco, it requires another one, and careful design of the condition to not trigger if the first one's condition is true.