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