Skip to content

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: block;red_wool(...) - Checks if the block above is red wool block;wool(...) - Checks if the block above is any type of wool (allows all colors)