Update Options authored by Matt Enloe's avatar Matt Enloe
...@@ -269,13 +269,14 @@ different mobtype. ...@@ -269,13 +269,14 @@ different mobtype.
- All values accept number ranges - see example below. - All values accept number ranges - see example below.
- Note that these pose options will not be recognized under the - Note that these pose options will not be recognized under the
options-tag but must be set like this: options-tag but must be set like this:
- `Mob: - ```Mob:
Type: armor_stand Type: armor_stand
Pose: Pose:
Head: 0,50,0 Head: 0,50,0
Body: 0,10,10 Body: 0,10,10
LeftArm: 0 to 360,0,0 LeftArm: 0 to 360,0,0
RightArm: 0 to 90,0,0` RightArm: 0 to 90,0,0
```
#### Bees #### Bees
... ...
......