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 110
    • Issues 110
    • 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
    • Modeling
  • Bone Behaviors

Bone Behaviors · Changes

Page history
Update Bone Behaviors authored Jul 25, 2023 by Lxlp's avatar Lxlp
Hide whitespace changes
Inline Side-by-side
Showing with 3 additions and 3 deletions
+3 -3
  • Modeling/Bone-Behaviors.md Modeling/Bone-Behaviors.md +3 -3
  • No files found.
Modeling/Bone-Behaviors.md
View page @ 6aa3550c
...@@ -50,14 +50,14 @@ You can do so by creating special, cube-less bones with a specific tag written b ...@@ -50,14 +50,14 @@ You can do so by creating special, cube-less bones with a specific tag written b
### Offhand Display ### Offhand Display
**Tag: `il_`** **Tag: `il_`**
<br> <br>
You can create as many item bones as you want. You can then equip items there via the [SetItemModel](/MythicMobs/Model-Mechanics/SetItemModel) mechanic. You can create as many item bones as you want. You can then equip items there via the [SetItemModel](/MythicMobs/mechanics/model/SetItemModel) mechanic.
## Ghost ## Ghost
**Tag: `g_`** **Tag: `g_`**
Normal ghost bones (bones without cubes inside) are only used internally and do not spawn armor stands. Marking them as rendered would cause them to spawn an armor stand, but will not display any models Normal ghost bones (bones without cubes inside) are only used internally and do not spawn armor stands. Marking them as rendered would cause them to spawn an armor stand, but will not display any models
You can set the model of a rendered ghost bone using the [ChangePart](/MythicMobs/Model-Mechanics/ChangePart) mechanic You can set the model of a rendered ghost bone using the [ChangePart](/MythicMobs/mechanics/model/ChangePart) mechanic
## Nametag ## Nametag
...@@ -73,7 +73,7 @@ To create a name tag bone, add `tag_` in front of the bone name. ...@@ -73,7 +73,7 @@ To create a name tag bone, add `tag_` in front of the bone name.
**Tag: `l_`**<br> **Tag: `l_`**<br>
By making a cube-less bone and using a special tag before the bone name, you can mark a bone as the attachment point when being leashed. By making a cube-less bone and using a special tag before the bone name, you can mark a bone as the attachment point when being leashed.
You can create as many bones as you want. You can leash the model using the [Leash](/MythicMobs/Model-Mechanics/Leash) or [LeashSelf](/MythicMobs/Model-Mechanics/LeashSelf) mechanics You can create as many bones as you want. You can leash the model using the [Leash](/MythicMobs/mechanics/model/Leash) or [LeashSelf](/MythicMobs/mechanics/model/LeashSelf) mechanics
......
Clone repository
Home
FAQ / Common Issues
Commands & Permissions
Configuration
Modeling
  • Creating a Model
  • Animating a Model
  • Bone Behaviors
  • Importing a Model
MythicMobs
  • Mechanics: Model
  • Mechanics: VFX
  • Conditions
  • Targeters
API
Technical
  • Animation Systems