added UpgradeItem authored by Lxlp's avatar Lxlp
...@@ -34,6 +34,7 @@ These mechanics are added by Crucible, and are meant to be used with players and ...@@ -34,6 +34,7 @@ These mechanics are added by Crucible, and are meant to be used with players and
| [SetItemNbt] | Sets the item's NBT keys | | [SetItemNbt] | Sets the item's NBT keys |
| [SnapshotUsedBow] | Snapshots the state of the held bow for use with later projectile damage | | [SnapshotUsedBow] | Snapshots the state of the held bow for use with later projectile damage |
| [UpdateLore] | Reparses the item's lore config | | [UpdateLore] | Reparses the item's lore config |
| [UpgradeItem] | Upgrades the level of the item in the specified slot |
## Furniture Mechanics ## Furniture Mechanics
...@@ -85,6 +86,7 @@ Those mechanics are the ones that deals with custom [Furniture](Furniture). They ...@@ -85,6 +86,7 @@ Those mechanics are the ones that deals with custom [Furniture](Furniture). They
[SetItemNbt]: /Skills/Mechanics/SetItemNBT [SetItemNbt]: /Skills/Mechanics/SetItemNBT
[SnapshotUsedBow]: /Skills/Mechanics/SnapshotUsedBow [SnapshotUsedBow]: /Skills/Mechanics/SnapshotUsedBow
[UpdateLore]: /Skills/Mechanics/UpdateLore [UpdateLore]: /Skills/Mechanics/UpdateLore
[UpgradeItem]: /Skills/Mechanics/UpgradeItem
[FurnitureColor]: /Skills/Mechanics/furniturecolor [FurnitureColor]: /Skills/Mechanics/furniturecolor
[FurnitureInventory]: /Skills/Mechanics/furnitureinventory [FurnitureInventory]: /Skills/Mechanics/furnitureinventory
... ...
......