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. ...@@ -30,6 +30,7 @@ are able to target locations as well.
| [BarCreate][] | Creates a custom boss bar on the casting mob | | [BarCreate][] | Creates 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 |
| [BarSet][] | Modifies 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 | | [BoneMeal][] | Applies a bone meal effect to the target blocks |
| [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 an item/droptable | | [BreakBlockAndGiveItem][] | Breaks the block at the target location and gives an item/droptable |
...@@ -275,6 +276,7 @@ but not yet ready for use. ...@@ -275,6 +276,7 @@ but not yet ready for use.
[BarCreate]: /skills/mechanics/barcreate [BarCreate]: /skills/mechanics/barcreate
[BarSet]: /skills/mechanics/barset [BarSet]: /skills/mechanics/barset
[BarRemove]: /skills/mechanics/barremove [BarRemove]: /skills/mechanics/barremove
[BlockPhysics]: /skills/mechanics/blockphysics
[BoneMeal]: /skills/mechanics/bonemeal [BoneMeal]: /skills/mechanics/bonemeal
[BreakBlock]: /skills/mechanics/breakblock [BreakBlock]: /skills/mechanics/breakblock
[BreakBlockAndGiveItem]: /skills/mechanics/breakBlockAndGiveItem [BreakBlockAndGiveItem]: /skills/mechanics/breakBlockAndGiveItem
... ...
......