mirror of
https://github.com/GeyserMC/GeyserOptionalPack.git
synced 2025-12-29 19:59:13 +00:00
32 lines
563 B
JSON
32 lines
563 B
JSON
{
|
|
"format_version": "1.10.0",
|
|
"animation_controllers": {
|
|
"controller.animation.phantom.base_pose": {
|
|
"initial_state": "default",
|
|
"states": {
|
|
"default": {
|
|
"transitions": [
|
|
{
|
|
"moving": "q.is_moving"
|
|
}
|
|
],
|
|
"animations": [ "phantom_base_pose" ]
|
|
},
|
|
"moving": {
|
|
"animations": [ "phantom_base_pose" ],
|
|
"particle_effects": [
|
|
{
|
|
"effect": "wing_dust",
|
|
"locator": "left_wing"
|
|
},
|
|
{
|
|
"effect": "wing_dust",
|
|
"locator": "right_wing"
|
|
}
|
|
]
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|