added PlaceFurnitureAt mechanic authored by Lxlp's avatar Lxlp
......@@ -2,8 +2,7 @@ Crucible items support almost all MythicMobs base mechanics.
[You can view those by clicking here here.](/../../../MythicMobs/-/wikis/Skills/Mechanics/)
Mechanics
---------
## Mechanics
These mechanics are added by Crucible, and are meant to be used with players and/or items (although they may work for other things too, depending on the mechanic)
......@@ -27,8 +26,7 @@ These mechanics are added by Crucible, and are meant to be used with players and
| [SetNBT] | Sets the item's NBT keys |
| [UpdateLore] | Reparses the item's lore config |
Furniture Mechanics
-------------------
## Furniture Mechanics
Those mechanics are the ones that deals with custom [Furniture](Furniture). They can be used to interact with them in various ways.
| Mechanic | Description |
......@@ -39,7 +37,7 @@ Those mechanics are the ones that deals with custom [Furniture](Furniture). They
| [FurnitureRemoveAt] | Removes the Furniture at the target location |
| [FurnitureSetAt] | Sets a furniture at the target location |
| [FurnitureState] | Sets the casting Furniture's state |
| [PlaceFurnitureAt] | Makes the casting player place a furniture at a specific location |
[AmmoConsume]: Skills/Mechanics/AmmoConsume
......@@ -66,3 +64,4 @@ Those mechanics are the ones that deals with custom [Furniture](Furniture). They
[FurnitureRemoveAt]: Skills/Mechanics/furnitureremoveat
[FurnitureSetAt]: Skills/Mechanics/FurnitureSetAt
[FurnitureState]: /Skills/Mechanics/furniturestate
[PlaceFurnitureAt]: /Skills/Mechanics/PlaceFurnitureAt
\ No newline at end of file