updated metadata authored by Lxlp's avatar Lxlp
...@@ -5,7 +5,7 @@ Makes the mob move towards the specified block type. ...@@ -5,7 +5,7 @@ Makes the mob move towards the specified block type.
## Attributes ## Attributes
| Attribute | Aliases | Description | Default | | Attribute | Aliases | Description | Default |
|----------------|----------|-----------------------------------------------|---------| |----------------|----------|-----------------------------------------------|---------|
| material | m, mat | The block type to target | IRON_ORE<!--type:Material--> | | material | m, mat | The block type to target | IRON_ORE<!--type:Block--> |
| radius | r, search, searchrange | The radius in which to search for the block | 8 | | radius | r, search, searchrange | The radius in which to search for the block | 8 |
| radiusy | ry, verticalsearchrange, vsearch, yr, yradius | The y radius in which to search for the block | 2 | | radiusy | ry, verticalsearchrange, vsearch, yr, yradius | The y radius in which to search for the block | 2 |
| speed | s | The speed of movement | 0.9 | | speed | s | The speed of movement | 0.9 |
... ...
......