added PlaceFurnitureAt mechanic authored by Lxlp's avatar Lxlp
...@@ -2,8 +2,7 @@ Crucible items support almost all MythicMobs base mechanics. ...@@ -2,8 +2,7 @@ Crucible items support almost all MythicMobs base mechanics.
[You can view those by clicking here here.](/../../../MythicMobs/-/wikis/Skills/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) 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 ...@@ -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 | | [SetNBT] | Sets the item's NBT keys |
| [UpdateLore] | Reparses the item's lore config | | [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. Those mechanics are the ones that deals with custom [Furniture](Furniture). They can be used to interact with them in various ways.
| Mechanic | Description | | Mechanic | Description |
...@@ -39,7 +37,7 @@ Those mechanics are the ones that deals with custom [Furniture](Furniture). They ...@@ -39,7 +37,7 @@ Those mechanics are the ones that deals with custom [Furniture](Furniture). They
| [FurnitureRemoveAt] | Removes the Furniture at the target location | | [FurnitureRemoveAt] | Removes the Furniture at the target location |
| [FurnitureSetAt] | Sets a furniture at the target location | | [FurnitureSetAt] | Sets a furniture at the target location |
| [FurnitureState] | Sets the casting Furniture's state | | [FurnitureState] | Sets the casting Furniture's state |
| [PlaceFurnitureAt] | Makes the casting player place a furniture at a specific location |
[AmmoConsume]: Skills/Mechanics/AmmoConsume [AmmoConsume]: Skills/Mechanics/AmmoConsume
...@@ -65,4 +63,5 @@ Those mechanics are the ones that deals with custom [Furniture](Furniture). They ...@@ -65,4 +63,5 @@ Those mechanics are the ones that deals with custom [Furniture](Furniture). They
[FurnitureRemove]: Skills/Mechanics/furnitureremove [FurnitureRemove]: Skills/Mechanics/furnitureremove
[FurnitureRemoveAt]: Skills/Mechanics/furnitureremoveat [FurnitureRemoveAt]: Skills/Mechanics/furnitureremoveat
[FurnitureSetAt]: Skills/Mechanics/FurnitureSetAt [FurnitureSetAt]: Skills/Mechanics/FurnitureSetAt
[FurnitureState]: /Skills/Mechanics/furniturestate [FurnitureState]: /Skills/Mechanics/furniturestate
\ No newline at end of file [PlaceFurnitureAt]: /Skills/Mechanics/PlaceFurnitureAt
\ No newline at end of file