Is () even

From PenguinMod Wiki
Jump to navigation Jump to search

The is even block is a boolean block that detects if a number is an even number or an odd number.

Workaround

Numbers are even when divisible by 2, so using the mod block with 2 as the second input and detecting if the result is 0 works the same.