added SetItemCustomModelData mechanic authored by Lxlp's avatar Lxlp
...@@ -19,8 +19,9 @@ These mechanics are added by Crucible, and are meant to be used with players and ...@@ -19,8 +19,9 @@ These mechanics are added by Crucible, and are meant to be used with players and
| [ParseArmor] | Force a re-scan of the caster's armor | | [ParseArmor] | Force a re-scan of the caster's armor |
| [ParseWeapon] | Force a re-scan of the caster's weapon | | [ParseWeapon] | Force a re-scan of the caster's weapon |
| [ResetAttackCooldown] | Resets the player's attack cooldown | | [ResetAttackCooldown] | Resets the player's attack cooldown |
| [SetCompassLocation] |Sets the location a compass points to | | [SetCompassLocation] | Sets the location a compass points to |
| [SetCrossbowCharged] |Sets the state of the held crossbow's charge | | [SetCrossbowCharged] | Sets the state of the held crossbow's charge |
| [SetItemCustomModelData]| Sets the CustomModelData of the used item |
| [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 |
...@@ -61,6 +62,7 @@ Those mechanics are the ones that deals with custom [Furniture](Furniture). They ...@@ -61,6 +62,7 @@ Those mechanics are the ones that deals with custom [Furniture](Furniture). They
[ResetAttackCooldown]: Skills/Mechanics/ResetAttackCooldown [ResetAttackCooldown]: Skills/Mechanics/ResetAttackCooldown
[SetCompassLocation]: Skills/Mechanics/SetCompassLocation [SetCompassLocation]: Skills/Mechanics/SetCompassLocation
[SetCrossbowCharged]: Skills/Mechanics/SetCrossbowCharged [SetCrossbowCharged]: Skills/Mechanics/SetCrossbowCharged
[SetItemCustomModelData]: /Skills/Mechanics/SetItemCustomModelData
[SetItemDisplay]: /Skills/Mechanics/SetItemDisplay [SetItemDisplay]: /Skills/Mechanics/SetItemDisplay
[SetLore]: /Skills/Mechanics/SetLore [SetLore]: /Skills/Mechanics/SetLore
[SetItemNbt]: /Skills/Mechanics/SetItemNBT [SetItemNbt]: /Skills/Mechanics/SetItemNBT
... ...
......