fixing typo authored by Lxlp's avatar Lxlp
Goal: Move To Block Goal: Move To Block
-------------- --------------
Makes the mob move towards the specified block. Makes the mob move towards the specified block type.
### Attributes ### Attributes
| Attribute | Aliases | Description | Default | | Attribute | Aliases | Description | Default |
|----------------|----------|-----------------------------------------------|:-------:| |----------------|----------|-----------------------------------------------|:-------:|
| material | | The block type to target | | | material | | The block type to target | |
| radius | | the radius in which to search for the block | | | radius | | The radius in which to search for the block | |
| radiusy | | the y radius in which to search for the block | | | radiusy | | The y radius in which to search for the block | |
| speed | | the speed of movement | | | speed | | The speed of movement | |
### Examples ### Examples
... ...
......