Skip to content

Placing a Block

This tutorial seeks to demonstrate some of the methods available to practitioners when working with block positions. While they may seem similar to vectors, there are some nuances that arise when working with position species, namely, conversion.

Thus, the following spell will cast a probe, an instant

projectile, using methods already covered in this section, and chain a place block glyph to the projectile. This is done by converting the result into a vector, and then again into a block position corresponding to the block on the face of the impact point.

This spell places a block at the position on the face of the block at the impact point.

1) Set up a force probe with a range of 15 blocks.

2) Cast the force probe and extract a vector position from the probe’s result.

3) Convert that vector position into the block position matching the block directly on the face of the block at the impact point.

4) Use the block position on the capsum to place a block.