Offset (Block Condition) - apace100/origins-fabric GitHub Wiki
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.