Update saddle authored by Lxlp's avatar Lxlp
...@@ -3,9 +3,9 @@ Allows to either equip or remove a saddle on the target entity. ...@@ -3,9 +3,9 @@ Allows to either equip or remove a saddle on the target entity.
## Attributes ## Attributes
| Attribute | Aliases | Description | Default Value | | Attribute | Aliases | Description | Default |
|----------------|-----------------|----------------------------------------------------|---------------| |-----------|-----------|----------------------------------------------------------------------|---------|
| take | t | If the saddle should be taken away. | false | | take | t, remove, r | Whether the saddle should be taken away instead | false |
## Examples ## Examples
...@@ -35,3 +35,8 @@ ExampleMob: ...@@ -35,3 +35,8 @@ ExampleMob:
] ]
} @self ~onInteract } @self ~onInteract
``` ```
## Aliases
- [x] setsaddle
- [x] givesaddle
\ No newline at end of file