Added BlockPhysics mechanic to documentation. 4.11 mechanic authored by Dante's avatar Dante
......@@ -30,6 +30,7 @@ are able to target locations as well.
| [BarCreate][] | Creates a custom boss bar on the casting mob |
| [BarRemove][] | Removes a custom boss bar on the casting mob |
| [BarSet][] | Modifies a custom boss bar on the casting mob |
| [BlockPhysics][] | Triggers a block physics update at the target location |
| [BoneMeal][] | Applies a bone meal effect to the target blocks |
| [BreakBlock][] | Breaks the block at the target location |
| [BreakBlockAndGiveItem][] | Breaks the block at the target location and gives an item/droptable |
......@@ -275,6 +276,7 @@ but not yet ready for use.
[BarCreate]: /skills/mechanics/barcreate
[BarSet]: /skills/mechanics/barset
[BarRemove]: /skills/mechanics/barremove
[BlockPhysics]: /skills/mechanics/blockphysics
[BoneMeal]: /skills/mechanics/bonemeal
[BreakBlock]: /skills/mechanics/breakblock
[BreakBlockAndGiveItem]: /skills/mechanics/breakBlockAndGiveItem
......
......