Changes
Page history
added Interaction options
authored
Dec 17, 2023
by
Lxlp
Show whitespace changes
Inline
Side-by-side
Mobs/Options.md
View page @
9389391d
...
@@ -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.
...
...
...
...