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
added an example of an alternative model config from version 5.0.1 authored Dec 01, 2022 by Lxlp's avatar Lxlp
Hide whitespace changes
Inline Side-by-side
Showing with 21 additions and 0 deletions
+21 -0
  • Model-Engine.md Model-Engine.md +21 -0
  • No files found.
Model-Engine.md
View page @ aeb9009e
......@@ -48,4 +48,25 @@ KindletronJR:
MaxCombatDistance: 25
PreventOtherDrops: true
PreventBlockInfection: true
```
Alternatively, the following way of setting the model up is also available:
```
KindletronJR:
Type: SILVERFISH
Health: 20
Damage: 0
Model:
Id: kindletronjr
ViewRadius: 64
Drive: false
DamageTint: true
Skills:
- skill{s=KindletronJRInit;sync=true} @self ~onAttack
Options:
Silent: true
MovementSpeed: 0.1
MaxCombatDistance: 25
PreventOtherDrops: true
PreventBlockInfection: true
```
\ No newline at end of file
Clone repository
Home
Changelogs
Premium Features
Commands and Permissions
FAQ / Common Issues
Mythic Add-ons
Compatible Plugins
API Information
Packs
Mobs
  • 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
  • Mechanics
  • Effects
  • Targeters
    • Filters
  • Triggers
  • Conditions
    • In-line conditions
  • Placeholders
  • Variables
  • Math
Items
  • Options
  • Attributes
  • Enchantments
  • Potions
  • Banner Layers
  • Firework
Drops & DropTables
  • Drop Types
Spawning
  • Spawners
  • Random Spawns
Examples