Update Effects authored by Phillip's avatar Phillip
...@@ -52,8 +52,9 @@ skill **effect:name**, for example: ...@@ -52,8 +52,9 @@ skill **effect:name**, for example:
| [Skybox][] | Alters the target's skybox | | [Skybox][] | Alters the target's skybox |
| [Smoke][] | Creates a puff of smoke | | [Smoke][] | Creates a puff of smoke |
| [Smoke Swirl][] | Creates a persistent "swirl" of smoke | | [Smoke Swirl][] | Creates a persistent "swirl" of smoke |
| [Sound][] | Plays a sound effect from both vanilla Minecraft and resource packs | | [Sound][] | Plays a sound effect from both vanilla Minecraft and resource packs |
| [Spin][] | Causes the mob to spin | | [Spin][] | Causes the mob to spin |
| [StopSound][] | Stops a sound effect from playing |
| [TotemOfUndying][] | Plays the effect of a player resurrecting | | [TotemOfUndying][] | Plays the effect of a player resurrecting |
### EffectLib Effects ### EffectLib Effects
...@@ -97,6 +98,7 @@ Note: EffectLib was dropped in MM ver 4.11, so the below effects no longer work. ...@@ -97,6 +98,7 @@ Note: EffectLib was dropped in MM ver 4.11, so the below effects no longer work.
[Smoke Swirl]: /skills/effects/smokeswirl [Smoke Swirl]: /skills/effects/smokeswirl
[Sound]: /skills/effects/sound [Sound]: /skills/effects/sound
[Spin]: /skills/effects/spin [Spin]: /skills/effects/spin
[StopSound]: /skills/effects/stopsound
[TotemOfUndying]: /skills/effects/totemOfUndying [TotemOfUndying]: /skills/effects/totemOfUndying
[Atom]: /skills/effects/atom [Atom]: /skills/effects/atom
[Particle Vortex]: /skills/effects/particlevortex [Particle Vortex]: /skills/effects/particlevortex
... ...
......