-
Notifications
You must be signed in to change notification settings - Fork 27
Even Pattern
platz1de edited this page Jan 31, 2022
·
1 revision
Checks if the given coordinates are even on the selected axis.
Examples:
even;x(...)
- checks if x-Coordinate is even
even;y;z(...)
- checks if y-Coordinate AND z-Coordinate is even
even;x(even;z(black_wool).white_wool).even;z(white_wool).black_wool
- A 2d checkers pattern