Update modeltoggle authored by Lxlp's avatar Lxlp
## Description
Switches the item's CustomModelData value between two specified ones each time this mechanic is triggered
## Attributes
| Attribute | Aliases | Description | Default |
|----------------|-------------|---------------------------------------------------------|---------------|
| model1 | | The first CustomModelData value | 0 |
| model2 | | The second CustomModelData value | 0 |
| model1 | m1 | The first CustomModelData value | 0 |
| model2 | m2 | The second CustomModelData value | 0 |
| slot | equipslot, s | The [slot](/../../../MythicMobs/-/wikis/Skills/EquipSlot) to target | |
## Examples
......@@ -14,5 +16,6 @@ Switches the item's CustomModelData value between two specified ones each time t
- modeltoggle{model1=10;model2=30} @self ~onUse
```
## Alias
- [x] togglemodel
\ No newline at end of file
## Aliases
- [x] togglemodel
\ No newline at end of file