Update Model Engine authored by SharkGirl kunjang's avatar SharkGirl kunjang
...@@ -21,9 +21,9 @@ Here is an example of a custom ModelEngine mob in vanilla minecraft ...@@ -21,9 +21,9 @@ Here is an example of a custom ModelEngine mob in vanilla minecraft
### Mechanics ### Mechanics
ModelEngine runs a few mechanics in order to apply to the mob. ModelEngine runs a few mechanics in order to apply to the mob.
To apply the "kindletronjr" model to a mob you would use this in the skills section of the mob: To apply the "kindletronjr" model to a mob you would use this in the skills section of the mob:
`- model{mid=kindletronjr;n=false} @self ~onSpawn` `- model{mid=kindletronjr;n=false} @self ~onSpawn`
To play an attack animation you have made, you would put this in the skills section of a mob: To play an attack animation you have made, you would put this in the skills section of a mob:
`- state{mid=kindletronjr;s=attack;3} @self ~onAttack` `- state{mid=kindletronjr;s=attack;3} @self ~onAttack`
For a full list of attributes and mechanics please visit the ModelEngine wiki: For a full list of attributes and mechanics please visit the ModelEngine wiki:
... ...
......