... | ... | @@ -22,7 +22,7 @@ Examples |
|
|
you can test cast both of these disguises with ``/mm test cast TestingDisguiseMechanic``
|
|
|
|
|
|
This will disguise you as a sheep that is on fire and spinning. It will also set the disguises custom name to DizzyBoi and make it visible!
|
|
|
```
|
|
|
```yml
|
|
|
TestingDisguiseMechanic:
|
|
|
Skills:
|
|
|
- disguise{d="Sheep SetBurning SetSpinning"} @self
|
... | ... | @@ -30,7 +30,7 @@ TestingDisguiseMechanic: |
|
|
|
|
|
This next example will turn you into a steve head that glides across the floor. No good way to describe it. It is pretty funny. I recommend you try it out!
|
|
|
|
|
|
```
|
|
|
```yml
|
|
|
TestingDisguiseMechanic:
|
|
|
Skills:
|
|
|
- disguise{d="Zombie setYModifier -1.5 setPitchLocked setInvisible setHelmet PLAYER_HEAD"} @self
|
... | ... | |