Skip to content

Checkblock Pattern

platz1de edited this page Mar 29, 2022 · 7 revisions

Checks if the block at the current position is of the given type

Examples:
block;stone(...) - Checks if the block is stone
block;red_wool(...) - Checks if the block is red wool
block;1(...) - Checks if the block is stone or a similar block

Clone this wiki locally