Update movetolava authored by Lxlp's avatar Lxlp
...@@ -7,6 +7,7 @@ Causes the mob to move towards lava. ...@@ -7,6 +7,7 @@ Causes the mob to move towards lava.
|-----------|-----------|----------------------------------------------------------------------|---------| |-----------|-----------|----------------------------------------------------------------------|---------|
| speed | s | The speed at which to move | 0.9 | | speed | s | The speed at which to move | 0.9 |
## Examples ## Examples
```yaml ```yaml
ExampleMob: ExampleMob:
...@@ -15,3 +16,7 @@ ExampleMob: ...@@ -15,3 +16,7 @@ ExampleMob:
- clear - clear
- movetolava{s=2} - movetolava{s=2}
``` ```
## Aliases
- [x] gotolava
\ No newline at end of file