Update Targeters authored by Joshinn's avatar Joshinn
...@@ -92,7 +92,7 @@ Location Targeters ...@@ -92,7 +92,7 @@ Location Targeters
| @Ring{radius=#;points=#} | | Target points to form a ring of locations | | @Ring{radius=#;points=#} | | Target points to form a ring of locations |
| @Cone{angle=#;points=#;range=#;rotation=#;} | | Returns the # of points target locations that comprise a cone (Note: Cone is fixed on the y-axis, and cannot be rotated up or down) | | @Cone{angle=#;points=#;range=#;rotation=#;} | | Returns the # of points target locations that comprise a cone (Note: Cone is fixed on the y-axis, and cannot be rotated up or down) |
| @EntitiesInCone{angle=#;range=#;rotation=#;} | | Targets all entities within the cone | | @EntitiesInCone{angle=#;range=#;rotation=#;} | | Targets all entities within the cone |
| @BlocksInRadius{r=#} | | Targets the locations of all blocks within radius | | @BlocksInRadius{r=#;shape=circle/square} | | Targets the locations of all blocks within radius |
Special Targeters Special Targeters
----------------- -----------------
...@@ -195,4 +195,4 @@ Currently sort can have the following values: ...@@ -195,4 +195,4 @@ Currently sort can have the following values:
- NONE *(usually sorts by how long the entity has existed)* - NONE *(usually sorts by how long the entity has existed)*
- RANDOM - RANDOM
- NEAREST - NEAREST
- FURTHEST - FURTHEST
\ No newline at end of file