| ... | @@ -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 | 
| ... | @@ -34,4 +34,9 @@ ExampleMob: | ... | @@ -34,4 +34,9 @@ ExampleMob: | 
|  | - saddle{r=true} @self |  | - saddle{r=true} @self | 
|  | ] |  | ] | 
|  | } @self ~onInteract |  | } @self ~onInteract | 
|  | ``` |  | ``` | 
|  | \ No newline at end of file |  |  | 
|  |  |  |  | 
|  |  |  | ## Aliases | 
|  |  |  | - [x] setsaddle | 
|  |  |  | - [x] givesaddle | 
|  |  |  | \ No newline at end of file |