Oraxen Block (Expression) — Oraxen
Addon: Oraxen · Category: Expression · Since: 1.0
Syntax
[the] oraxen block [id] (at|of) %locations/blocks%Description
Gets the Oraxen block ID at a location or from a block. Returns the ID string if it's an Oraxen block, otherwise nothing.
Examples
set {_blockId} to oraxen block at player's location
if oraxen block at clicked block exists:
broadcast "This is an Oraxen block: %oraxen block at clicked block%"