Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
MythicMobs MythicMobs
  • Project overview
    • Project overview
    • Details
    • Activity
  • Issues 140
    • Issues 140
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Operations
    • Operations
    • Incidents
  • Analytics
    • Analytics
    • Repository
    • Value Stream
  • Wiki
    • Wiki
  • Members
    • Members
  • Activity
  • Create a new issue
  • Issue Boards
Collapse sidebar
  • MythicCraft
  • MythicMobsMythicMobs
  • Wiki
  • Model Engine

Model Engine · Changes

Page history
Update Model Engine authored Sep 29, 2021 by SharkGirl kunjang's avatar SharkGirl kunjang
Hide whitespace changes
Inline Side-by-side
Showing with 3 additions and 3 deletions
+3 -3
  • Model-Engine.md Model-Engine.md +3 -3
  • No files found.
Model-Engine.md
View page @ f1b2bc38
......@@ -21,9 +21,9 @@ Here is an example of a custom ModelEngine mob in vanilla minecraft
### Mechanics
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:
`- 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 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`
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`
For a full list of attributes and mechanics please visit the ModelEngine wiki:
......
Clone repository
  • Home
  • Changelogs
  • Premium Features
  • Commands and Permissions
  • FAQ / Common Issues
  • Mythic Add-ons
  • Compatible Plugins
  • API Information

Mobs

  • Overview
  • Types
  • Mob Options
  • Mob Levels
  • Mob Factions
  • Power Scaling
  • Damage Modifiers
  • Equipment
  • BossBar
  • Custom AI
  • Custom Kill Messages
  • Threat Tables
  • Immunity Tables
  • Extra: Disguises
  • Extra: ModelEngine

Skills

  • Overview
  • Mechanics
  • Effects
  • Targeters
  • Triggers
  • Conditions
  • Placeholders
  • Variables

Items & Drops

  • Drops and Drop Tables
  • Options
  • Attributes
  • Enchantments
  • Potions
  • Banner Layers

Spawning

  • Spawners
  • Random Spawns

Tutorials

  • DamageSpells