Block Querying

Via these Ingresses, one can query blocks in the world and their properties.

These tricks will blunder if their target is not being observed.

Ingress of Validation



Vector -> Block

Returns the type of the block at the given position.

Ingress of Hardness



Vector -> Number

Block -> Number

Returns the hardness of the block at the given position or of the given block type.

Ingress of Suitability



Vector, Block? -> Boolean

Returns whether the given block can be placed at the given position. If no block is given, returns whether the position is generally replaceable.

Ingress of Logic



Vector -> Number

Returns the redstone power level inputted into the given block position.

Ingress of Resonance



Vector -> Number

Returns the power level of the Spell Resonator at the given position. Blunders if no resonator is present.

Ingress of Luminance



Vector, Boolean? -> Number

Returns the light level at the given position. A boolean can be specified to check only sky light (if true) or block light (if false).