Update Targeters authored by Akim91's avatar Akim91
...@@ -34,9 +34,9 @@ Entity Targeters ...@@ -34,9 +34,9 @@ Entity Targeters
| @Parent | | Targets the parent if mob was summoned by other mob. | | @Parent | | Targets the parent if mob was summoned by other mob. |
| @Children | | Targets any child entities summoned by the caster. | | @Children | | Targets any child entities summoned by the caster. |
| @Passenger | | Targets the rider of the mob. | | @Passenger | | Targets the rider of the mob. |
| @CasterSpawnLocation | | Targets the location the caster spawned at. Added in MM 4.11 | | @CasterSpawnLocation | | Targets the location the caster spawned at. |
| @PlayerByName{name="Ashijin"} | | Targets a specific player by name, supports placeholders. Added in MM 4.12 | | @PlayerByName{name="Ashijin"} | | Targets a specific player by name, supports placeholders. Added in 4.12 |
| @Vehicle | | Targets the Vehicle you are mounted on | | @Vehicle | | Targets the Vehicle you are mounted on Added in 4.12 |
### Multi-Entity Targeters ### Multi-Entity Targeters
... ...
......