Skip to content

Offset (Block Action)

apace100 edited this page Nov 23, 2020 · 3 revisions

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.

Clone this wiki locally