-
Notifications
You must be signed in to change notification settings - Fork 28
Below Pattern
platz1de edited this page May 17, 2022
·
3 revisions
Checks if the block at the current position is below a block of the given type (block above is checked)
See Checkblock Pattern for more information
Examples:
below;red_wool(...)
- Checks if the block above is red wool
below;wool(...)
- Checks if the block above is any type of wool (allows all colors)