Block Collision - apace100/origins-fabric GitHub Wiki

Entity Condition. Checks whether the bounding box of the player collides with any block.

Type ID: origins:block_collision

Fields:

offset_x, float: By how much of the bounding box size should the box be offset in the X direction (e.g.: 0 = no offset, 1 = offset of exact width, 2 = offset of twice the width of the bounding box)

offset_y, float: By how much of the bounding box size should the box be offset in the Y direction (e.g.: 0 = no offset, 1 = offset of exact height, 2 = offset of twice the height of the bounding box)

offset_z, float: By how much of the bounding box size should the box be offset in the Z direction (e.g.: 0 = no offset, 1 = offset of exact depth, 2 = offset of twice the depth of the bounding box)