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