Update Mechanics authored by Lxlp's avatar Lxlp
......@@ -23,7 +23,7 @@ These mechanics are added by Crucible, and are meant to be used with players and
| [SetCrossbowCharged] |Sets the state of the held crossbow's charge |
| [SetItemDisplay] | Sets the item display name |
| [SetLore] | Sets the item's new lore |
| [SetNBT] | Sets the item's NBT keys |
| [SetItemNbt] | Sets the item's NBT keys |
| [UpdateLore] | Reparses the item's lore config |
## Furniture Mechanics
......@@ -55,7 +55,7 @@ Those mechanics are the ones that deals with custom [Furniture](Furniture). They
[SetCrossbowCharged]: Skills/Mechanics/SetCrossbowCharged
[SetItemDisplay]: /Skills/Mechanics/SetItemDisplay
[SetLore]: /Skills/Mechanics/SetLore
[SetNBT]: /Skills/Mechanics/SetItemNBT
[SetItemNbt]: /Skills/Mechanics/SetItemNBT
[UpdateLore]: /Skills/Mechanics/UpdateLore
[FurnitureColor]: /Skills/Mechanics/furniturecolor
......
......