Skip to content

Around Pattern

platz1de edited this page May 17, 2022 · 4 revisions

Checks if the block at the current position is near a block of the given type (all sides of the block are checked)

See Checkblock Pattern for more information

Examples: block;red_wool(...) - Checks if one of the neighbor blocks is red wool block;wool(...) - Checks if one of the neighbor blocks is any type of wool (allows all colors)

Clone this wiki locally