added SetItemDisplay mechanic authored by Lxlp's avatar Lxlp
...@@ -173,6 +173,7 @@ are able to target locations as well. ...@@ -173,6 +173,7 @@ are able to target locations as well.
| [SetGravity][] | Sets whether gravity affects the target entity | | [SetGravity][] | Sets whether gravity affects the target entity |
| [SetHealth][] | Sets the health of the target entity | | [SetHealth][] | Sets the health of the target entity |
| [SetInteractionSize][] | Sets the size of the target `INTERACTION` entity. | | [SetInteractionSize][] | Sets the size of the target `INTERACTION` entity. |
| [SetItemDisplay][] | Sets the item component of `ITEM_DISPLAY` entities. |
| [SetLeashHolder][] | Changes the holder of a mobs lead | | [SetLeashHolder][] | Changes the holder of a mobs lead |
| [SetLevel][] | Changes the casting mob's level | | [SetLevel][] | Changes the casting mob's level |
| [SetMaterialCooldown][] | Sets a cooldown for usable materials like ender pearls, chorus fruit, etc | | [SetMaterialCooldown][] | Sets a cooldown for usable materials like ender pearls, chorus fruit, etc |
...@@ -495,6 +496,7 @@ but not yet ready for use. ...@@ -495,6 +496,7 @@ but not yet ready for use.
[SetGravity]: /skills/mechanics/setgravity [SetGravity]: /skills/mechanics/setgravity
[SetHealth]: /skills/mechanics/sethealth [SetHealth]: /skills/mechanics/sethealth
[SetInteractionSize]: /skills/mechanics/SetInteractionSize [SetInteractionSize]: /skills/mechanics/SetInteractionSize
[SetItemDisplay]: /skills/mechanics/SetItemDisplay
[SetLeashHolder]: /skills/mechanics/setleashholder [SetLeashHolder]: /skills/mechanics/setleashholder
[SetLevel]: /skills/mechanics/setlevel [SetLevel]: /skills/mechanics/setlevel
[SetMaterialCooldown]: /skills/mechanics/setmaterialcooldown [SetMaterialCooldown]: /skills/mechanics/setmaterialcooldown
... ...
......