-
Notifications
You must be signed in to change notification settings - Fork 29
Horizontal Pattern
platz1de edited this page Jun 1, 2023
·
2 revisions
Checks if the block at the current position is near a block of the given type in horizontal direction (all horizontal sides of the block are checked)
See Checkblock Pattern for more information
Examples:
horizontal;red_wool(...)
- Checks if one of the horizontal neighbor blocks is red wool
horizontal;wool(...)
- Checks if one of the horizontal neighbor blocks is any type of wool (allows all colors)