-
Notifications
You must be signed in to change notification settings - Fork 29
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