Offset (Block Action) - apace100/origins-fabric GitHub Wiki
Block Action. A meta-action which instead applies the provided Block Action at a position offset from the current position.
Type ID: origins:offset
Fields:
action
, Block Action: The action to apply 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.