fixed typo authored by Lxlp's avatar Lxlp
...@@ -136,8 +136,7 @@ Some meta-targeters also allow the mechanic to be casted "fromOrigin". This will ...@@ -136,8 +136,7 @@ Some meta-targeters also allow the mechanic to be casted "fromOrigin". This will
| @LocationsOfTargets | @LOT | Targets the location of the inherited targets | | @LocationsOfTargets | @LOT | Targets the location of the inherited targets |
| @BlocksInRadius{radius=#;radiusy=#;noise=#;shape=sphere/cube;onlyair=false;noair=true} | @BIR | Targets all blocks in a radius of the inherited targets. | | @BlocksInRadius{radius=#;radiusy=#;noise=#;shape=sphere/cube;onlyair=false;noair=true} | @BIR | Targets all blocks in a radius of the inherited targets. |
| @TargetBlock | | Targets the block you are looking at | | @TargetBlock | | Targets the block you are looking at |
| @BlocksInChunk{noair=true/false;onlyair=true/false;nearorigin=true/false} | @BIC | @BlocksInChunk{noair=true/false;onlyair=true/false;nearorigin=true/false} | @BIC | Targets all blocks in a chunk relative to the inherited target. |
| Targets all blocks in a chunk relative to the inherited target. |
| @BlocksNearOrigin{radius=#;radiusy=#;noise=#;shape=sphere/cube;onlyair=false;noair=true} | @BNO | Targets all blocks in a radius around the inherited target. | | @BlocksNearOrigin{radius=#;radiusy=#;noise=#;shape=sphere/cube;onlyair=false;noair=true} | @BNO | Targets all blocks in a radius around the inherited target. |
| @[**BlockVein**](/Skills/Targeters/BlockVein){blocktype=#;limit=#} | @vein<br>@bv | Target all adjancent blocks that match the blocktype, starting from the origin of the skill. | | @[**BlockVein**](/Skills/Targeters/BlockVein){blocktype=#;limit=#} | @vein<br>@bv | Target all adjancent blocks that match the blocktype, starting from the origin of the skill. |
... ...
......