reverted dante authored by Lxlp's avatar Lxlp
============== ## Description
## Description:
Sets the tongue target for a frog caster to the target entity. Sets the tongue target for a frog caster to the target entity.
## Attributes:
| Attribute | Alias | Description | ## Attributes
| --------- | ----- | ----------- | > *This mechanic has no attribute*
| none | none | none |
## Examples:
Sets the frog's tongue to the trigger trigger when right clicked. ## Examples
Sets the frog's tongue target to the nearest entity when right clicked.
```yaml ```yaml
MyLovingFrog: MyLovingFrog:
Type: FROG Type: FROG
Skills: Skills:
- setTongueTarget @trigger ~onInteract - setTongueTarget @EIR{r=5;limit=1;sort=NEAREST} ~onInteract
``` ```
\ No newline at end of file