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 ...@@ -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 | | [SetCrossbowCharged] |Sets the state of the held crossbow's charge |
| [SetItemDisplay] | Sets the item display name | | [SetItemDisplay] | Sets the item display name |
| [SetLore] | Sets the item's new lore | | [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 | | [UpdateLore] | Reparses the item's lore config |
## Furniture Mechanics ## Furniture Mechanics
...@@ -55,7 +55,7 @@ Those mechanics are the ones that deals with custom [Furniture](Furniture). They ...@@ -55,7 +55,7 @@ Those mechanics are the ones that deals with custom [Furniture](Furniture). They
[SetCrossbowCharged]: Skills/Mechanics/SetCrossbowCharged [SetCrossbowCharged]: Skills/Mechanics/SetCrossbowCharged
[SetItemDisplay]: /Skills/Mechanics/SetItemDisplay [SetItemDisplay]: /Skills/Mechanics/SetItemDisplay
[SetLore]: /Skills/Mechanics/SetLore [SetLore]: /Skills/Mechanics/SetLore
[SetNBT]: /Skills/Mechanics/SetItemNBT [SetItemNbt]: /Skills/Mechanics/SetItemNBT
[UpdateLore]: /Skills/Mechanics/UpdateLore [UpdateLore]: /Skills/Mechanics/UpdateLore
[FurnitureColor]: /Skills/Mechanics/furniturecolor [FurnitureColor]: /Skills/Mechanics/furniturecolor
... ...
......