added Interaction options authored by Lxlp's avatar Lxlp
...@@ -954,6 +954,32 @@ Defaults to `HORSE` ...@@ -954,6 +954,32 @@ Defaults to `HORSE`
**Removed in MC 1.11+, use[Type](Mobs/Mobs#type) instead.** **Removed in MC 1.11+, use[Type](Mobs/Mobs#type) instead.**
## Interaction
#### Height
The Height of the Interaction entity.
Defaults to `1`.
```yaml
Options:
Height: 2
```
#### Width
The Width of the Interaction entity.
Defaults to the value of the `Height` option.
```yaml
Options:
Width: 3
```
#### Responsive
If the Interaction entity is responsive.
Defaults to `true`.
```yaml
Options:
Responsive: false
```
## IronGolem ## IronGolem
#### PlayerCreated #### PlayerCreated
Acts as if the player built the mob. Acts as if the player built the mob.
... ...
......