

Coordinated Command Blocks
This mod adds a special button that allows instant conversion between relative and absolute coordinates directly in command blocks.
For example, if you have a command block at position 10, 10, 10 with the command setblock ~1 ~2 ~3 stone
, clicking the button will automatically transform it into setblock 11 12 13 stone
. Pressing the button again will revert the command back to its original form with relative coordinates ~1 ~2 ~3
.
It's important to note that coordinate conversion is always performed relative to the command block's own position. This may lead to unexpected results when using execute positioned
or execute at
commands. Also, parameters for the particle
command and other "coordinate-like" elements in NBT data may be interpreted as coordinates.