MagicGestures
  • Welcome
  • Gesture creation
    • Blockbench
      • Bones
      • Particles
      • Sounds
      • Hide bones
    • Config
      • Gesture icon
      • Gesture properties
      • Menus
        • Favorite
  • Commands
  • Cosmetics
    • Backpack Problem
  • new rendering system
  • Wardrobe
  • Integrations
    • PlaceholderAPI
  • Old
    • Old System
      • ⚠️Limitations
  • ❓Frequently Asked Questions
Powered by GitBook
On this page
  • new model:
  • old model:
  1. Gesture creation
  2. Blockbench

Bones

new model:

player_root
├── hip
│   └── chest
│       ├── head
│       │   ├── c_hat ········ The model's hat or helmet
│       │   └── name_tag ······ The model name tag
│       │
│       ├── bacpack ··········· The model backpack
│       │
│       ├── left_arm
│       │   └── left_forearm
│       │       └── left_item
│       │
│       └── right_arm
│           └── right_forearm
│               └── right_item
├── right_leg
│   └── right_foreleg
├── left_leg
│   ├── left_foreleg
│   └── balloon ··············· The position of the model's balloon leash
│      
├── particle_0 ················ The model particle
└── effects ··················· Model effects (effects such as sounds)

old model:

player_root
├── hip
│   └── waist
│       ├── chest
│       │   ├── head
│       │   │   ├── c_hat ········ The model's hat or helmet
│       │   │   └── name_tag ······ The model name tag
│       │   │
│       │   │
│       │   ├── left_arm
│       │   │   └── left_forearm
│       │   │       └── left_item
│       │   │
│       │   └── right_arm
│       │       └── right_forearm
│       │           └── right_item
│       │
│       └──── bacpack ··········· The model backpack
│
│
├── right_leg
│   └── right_foreleg
├── left_leg
│   ├── left_foreleg
│   └── balloon ··············· The position of the model's balloon leash
│      
├── particle_0 ················ The model particle
└── effects ··················· Model effects (effects such as sounds)
PreviousBlockbenchNextParticles

Last updated 1 year ago