Update Model-Mechanics.md authored by Ticxo's avatar Ticxo
...@@ -74,6 +74,14 @@ Hitbox type mechanics allows finer control on how sub-hitbox should react to att ...@@ -74,6 +74,14 @@ Hitbox type mechanics allows finer control on how sub-hitbox should react to att
| [BindHitbox][] | Summon and bind a MythicMobs mob to a sub-hitbox | | [BindHitbox][] | Summon and bind a MythicMobs mob to a sub-hitbox |
| [HitboxConfig][] | Configure the damage pass-through rate of a sub-hitbox | | [HitboxConfig][] | Configure the damage pass-through rate of a sub-hitbox |
## Segment
Segment type mechanics allows configuration on segment and tail bones.
| Mechanic | Description |
|------------------|-----------------------------|
| [Segment][] | Configure the segment bones |
## Misc ## Misc
| Mechanic | Description | | Mechanic | Description |
...@@ -128,4 +136,5 @@ Hitbox type mechanics allows finer control on how sub-hitbox should react to att ...@@ -128,4 +136,5 @@ Hitbox type mechanics allows finer control on how sub-hitbox should react to att
[ModifyState]: MythicMobs/mechanics/model/ModifyState [ModifyState]: MythicMobs/mechanics/model/ModifyState
[Scale]: MythicMobs/mechanics/model/Scale [Scale]: MythicMobs/mechanics/model/Scale
[Glow]: MythicMobs/mechanics/model/Glow [Glow]: MythicMobs/mechanics/model/Glow
[Brightness]: MythicMobs/mechanics/model/Brightness [Brightness]: MythicMobs/mechanics/model/Brightness
\ No newline at end of file [Segment]: MythicMobs/mechanics/model/Segment
\ No newline at end of file