Skip to content

GitLab

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

MythicMobs · Changes

Page history
Update MythicMobs authored Aug 03, 2025 by Lxlp's avatar Lxlp
Hide whitespace changes
Inline Side-by-side
Showing with 15 additions and 7 deletions
+15 -7
  • MythicMobs.md MythicMobs.md +15 -7
  • No files found.
MythicMobs.md
View page @ 755c346d
In this section you can find a list of custom Mechanics, Conditions and Targeters that will be usable in any MythicMobs
configuration in order to make Model Engine features available to it.
In this section you can find a list of custom Mechanics, Conditions and Targeters that will be usable in any MythicMobs configuration in order to make Model Engine features available to it.
![](Assets/Page/mythic.png)
## Mechanics/Conditions/Targeters Conflicts
Keep in mind: if a conflict was to arose (if a mechanic/condition/targeter name is already being used by other
MythicMobs addons) you can prefix the mechanic/condition/targeter with the **`meg:`** namespace in order to make it
usable still. Alternatively, you can use aliases, if present.
Keep in mind: if a conflict was to arose (if a mechanic/condition/targeter name is already being used by other MythicMobs addons) you can prefix the mechanic/condition/targeter with the **`meg:`** namespace in order to make it usable still. Alternatively, you can use aliases, if present.
For example, if Crucible was also installed, the SetItemModel mechanic would be overridden. In order to fix this, you
can do the following:
For example, if Crucible was also installed, the SetItemModel mechanic would be overridden. In order to fix this, you can do the following:
```yaml
Skills:
......@@ -19,4 +15,16 @@ can do the following:
# The Model Engine mechanic
- meg:setitemmodel{mid=testmodel;bone=examplebone;i=STONE} @self
```
## Mythicmobs Packs
There is a degree of compatibility with MythicMob's [Packs](/../../../MythicMobs/-/wikis/Packs). Specifically, Packs can have a `models` directory in which you can put .bbmodel files, and they will be parsed by meg as if they were inside the `blueprints` directory
```
MythicMobs
|-- packs
|-- models
|-- yourModel.bbmodel
|-- otherDirectory
|-- anotherModel.bbmodel
```
\ No newline at end of file
Clone repository
Home
FAQ / Common Issues
Commands & Permissions
Configuration

Modeling
  • Creating a Model
    • Hitbox & Eye Height
    • Shadow
  • Bone Behaviors
    • Player Limbs
  • Animating a Model
  • Importing a Model
  • Scriptable Keyframes
  • Optional Tools
MythicMobs
  • Mechanics
  • Conditions
  • Targeters
Citizens (R4.0.4)
  • Trait
  • Commands & Permissions

API
  • Basic
    • Apply / Remove Model
    • Play / Stop Animation
    • Configure Bone Behaviors
    • Mounting / Dismounting Model
    • Per-Player Model
    • Events
  • Advanced
    • Custom Base Entity
    • Custom Mount Controller
    • Custom Importer
    • Custom Bone Behaviors
    • Custom Script Reader
    • Custom Timeline
    • Custom Animation Handler
    • Custom Render Type

Technical
  • Terminology
  • Animation Systems
  • Mount Controllers
Promotional Material