added SetDragonPodium mechanic authored by Lxlp's avatar Lxlp
...@@ -113,6 +113,7 @@ are able to target locations as well. ...@@ -113,6 +113,7 @@ are able to target locations as well.
| [SetAI][] | Disables/enables the AI of the target mob | | [SetAI][] | Disables/enables the AI of the target mob |
| [SetBlockType][] | Change block type at target location | | [SetBlockType][] | Change block type at target location |
| [SetCollidable][] | Sets if the target should have a collidable hitbox or not | | [SetCollidable][] | Sets if the target should have a collidable hitbox or not |
| [SetDragonPodium][] | Sets the position of the dragon's podium at the target location |
| [SetGameMode][] | Sets the Game Mode of the target player | | [SetGameMode][] | Sets the Game Mode of the target player |
| [SetGliding][] | Makes the target glide if they have elytra | | [SetGliding][] | Makes the target glide if they have elytra |
| [SetGlobalScore][] | Sets a scoreboard value on the fake player: \_\_GLOBAL\_\_ | | [SetGlobalScore][] | Sets a scoreboard value on the fake player: \_\_GLOBAL\_\_ |
...@@ -341,6 +342,7 @@ but not yet ready for use. ...@@ -341,6 +342,7 @@ but not yet ready for use.
[SetAI]: /skills/mechanics/setai [SetAI]: /skills/mechanics/setai
[SetBlockType]: /skills/mechanics/setblocktype [SetBlockType]: /skills/mechanics/setblocktype
[SetCollidable]: /skills/mechanics/setcollidable [SetCollidable]: /skills/mechanics/setcollidable
[SetDragonPodium]: /skills/mechanics/SetDragonPodium
[SetGameMode]: /skills/mechanics/setgamemode [SetGameMode]: /skills/mechanics/setgamemode
[SetGliding]: /skills/mechanics/setgliding [SetGliding]: /skills/mechanics/setgliding
[SetGlobalScore]: /skills/mechanics/setglobalscore [SetGlobalScore]: /skills/mechanics/setglobalscore
... ...
......