Advanced Combinator

by zomis

Make combinators great again! One combinator to rule them all.

Content
3 years ago
0.16 - 1.1
1.36K
Circuit network

g syntax

a month ago

Can anyone give me an explanation of the syntax for the if command? I can't seam to wrap my head around it.

a month ago

The if command takes two parameters:

The first parameter is a boolean, which will be evaluated as either true or false.
The second parameter is a command, basically anything the mod allows if there are no other commands entered.

If the first parameter is evaluated to true, then it will perform the command of the second parameter.
If the first parameter evaluates to false instead, then nothing will happen.

You can play around with the drop-downs to see what is possible.

New response