Skip to content

Offset (Block Condition)

apace100 edited this page Nov 23, 2020 · 1 revision

Block Condition. A meta-condition which instead checks the provided Block Condition at a position offset from the current position.

Type ID: origins:offset

Fields:

condition, Block Condition: The condition to check with the given offset.

x, int, default = 0: How much to offset the position on the x-axis.

y, int, default = 0: How much to offset the position on the y-axis.

z, int, default = 0: How much to offset the position on the z-axis.

Clone this wiki locally