added SnapshotUsedBow mechanic authored by Lxlp's avatar Lxlp
...@@ -31,6 +31,7 @@ These mechanics are added by Crucible, and are meant to be used with players and ...@@ -31,6 +31,7 @@ These mechanics are added by Crucible, and are meant to be used with players and
| [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 |
| [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 |
| [UpdateLore] | Reparses the item's lore config | | [UpdateLore] | Reparses the item's lore config |
...@@ -79,6 +80,7 @@ Those mechanics are the ones that deals with custom [Furniture](Furniture). They ...@@ -79,6 +80,7 @@ Those mechanics are the ones that deals with custom [Furniture](Furniture). They
[SetItemDisplay]: /Skills/Mechanics/SetItemDisplay [SetItemDisplay]: /Skills/Mechanics/SetItemDisplay
[SetLore]: /Skills/Mechanics/SetLore [SetLore]: /Skills/Mechanics/SetLore
[SetItemNbt]: /Skills/Mechanics/SetItemNBT [SetItemNbt]: /Skills/Mechanics/SetItemNBT
[SnapshotUsedBow]: /Skills/Mechanics/SnapshotUsedBow
[UpdateLore]: /Skills/Mechanics/UpdateLore [UpdateLore]: /Skills/Mechanics/UpdateLore
[FurnitureColor]: /Skills/Mechanics/furniturecolor [FurnitureColor]: /Skills/Mechanics/furniturecolor
... ...
......