Block - Exact Location (Expression) — SkBee
Addon: SkBee · Category: Expression · Since: 2.5.1
Syntax
[the] (exact|true) location of %blocks%Description
Returns the EXACT location of a block. Skript's `location of block` adds 0.5 to each x,y,z coord of the location, the "center" of the block. This expression will return the true location of a block.
Examples
set {_loc} to exact location of event-block
set {_loc} to exact location of target block
if y coord of exact location of event-block = 5: