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