Skip to content

Odd Pattern

platz1de edited this page Jan 31, 2022 · 2 revisions

Checks if the given coordinates are odd on the selected axis.

Examples:
odd;x(...) - checks if x-Coordinate is odd
odd;y;z(...)- checks if y-Coordinate AND z-Coordinate is odd
odd;x(odd;z(black_wool).white_wool).odd;z(white_wool).black_wool - A 2d checkers pattern

Clone this wiki locally