Skip to content

Divisible Pattern

platz1de edited this page May 17, 2022 · 2 revisions

Checks if the given coordinates are divisible through the selected number on the selected axis.

Examples:
divisible;2;x(...) - checks if x-Coordinate is even
divisible;16;x;z(...)- checks if x-Coordinate AND z-Coordinate are divisible through 16 (sets blocks at each chunks 0;0 coordinate)
divisible;16;x;y;z(...)- checks if x, y AND z-Coordinate are divisible through 16 (sets blocks at each subchunks 0;0 coordinate)