-
Notifications
You must be signed in to change notification settings - Fork 29
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;red_wool(...)
- Checks if the block is red wool
block;wool(...)
- Checks if the block is any type of wool (allows all colors)