added PickUpItem mechanic authored by Lxlp's avatar Lxlp
...@@ -82,6 +82,7 @@ are able to target locations as well. ...@@ -82,6 +82,7 @@ are able to target locations as well.
| [MountMe][] | Forces the targeted entity to mount the caster | | [MountMe][] | Forces the targeted entity to mount the caster |
| [MountTarget][] | Mounts the target | | [MountTarget][] | Mounts the target |
| [Oxygen][] | Gives oxygen to a player target | | [Oxygen][] | Gives oxygen to a player target |
| [PickUpItem][] | Pick up the targeted item |
| [PlayBlockBreakSound][] | Plays a block breaking sound | | [PlayBlockBreakSound][] | Plays a block breaking sound |
| [PlayBlockFallSound][] | Plays a block falling sound | | [PlayBlockFallSound][] | Plays a block falling sound |
| [PlayBlockHitSound][] | Plays a block hit sound | | [PlayBlockHitSound][] | Plays a block hit sound |
...@@ -305,6 +306,7 @@ but not yet ready for use. ...@@ -305,6 +306,7 @@ but not yet ready for use.
[MountMe]: /skills/mechanics/mountme [MountMe]: /skills/mechanics/mountme
[MountTarget]: /skills/mechanics/mounttarget [MountTarget]: /skills/mechanics/mounttarget
[Oxygen]: /skills/mechanics/oxygen [Oxygen]: /skills/mechanics/oxygen
[PickUpItem]: /skills/mechanics/pickupitem
[PoseArmorStand]: /skills/mechanics/posearmorstand [PoseArmorStand]: /skills/mechanics/posearmorstand
[Potion]: /skills/mechanics/potion [Potion]: /skills/mechanics/potion
[PotionClear]: /skills/mechanics/potionclear [PotionClear]: /skills/mechanics/potionclear
... ...
......