added breakBlockAndGiveItem mechanic authored by Phillip's avatar Phillip
...@@ -28,6 +28,7 @@ are able to target locations as well. ...@@ -28,6 +28,7 @@ are able to target locations as well.
| [BarSet][] | Modifies a custom boss bar on the casting mob | | [BarSet][] | Modifies a custom boss bar on the casting mob |
| [BarRemove][] | Removes a custom boss bar on the casting mob | | [BarRemove][] | Removes a custom boss bar on the casting mob |
| [BreakBlock][] | Breaks the block at the target location | | [BreakBlock][] | Breaks the block at the target location |
| [BreakBlockAndGiveItem][] | Breaks the block at the target location and gives item/droptables |
| [Close Inventory][] | Closes the target player's inventory | | [Close Inventory][] | Closes the target player's inventory |
| [Command][] | Executes a command for each target | | [Command][] | Executes a command for each target |
| [Consume][] | Deals damage and restores health per target hit | | [Consume][] | Deals damage and restores health per target hit |
...@@ -214,6 +215,7 @@ but not yet ready for use. ...@@ -214,6 +215,7 @@ but not yet ready for use.
[BarSet]: /skills/mechanics/barset [BarSet]: /skills/mechanics/barset
[BarRemove]: /skills/mechanics/barremove [BarRemove]: /skills/mechanics/barremove
[BreakBlock]: /skills/mechanics/breakblock [BreakBlock]: /skills/mechanics/breakblock
[BreakBlockAndGiveItem]: /skills/mechanics/breakblockandgiveitem
[Close Inventory]: /skills/mechanics/closeinventory [Close Inventory]: /skills/mechanics/closeinventory
[Command]: /skills/mechanics/command [Command]: /skills/mechanics/command
[Consume]: /skills/mechanics/consume [Consume]: /skills/mechanics/consume
... ...
......