Files
minecraft-aiworld/addon/heyhe_pet_RP/animations/heyhe_chicken.animation.json
SysAdmin 1bdac0e157
All checks were successful
Deploy Addons / deploy (push) Successful in 15s
feat(pet): add Hey Hey chicken pet addon
Tameable white chicken modelled on Hey Hey from Moana — custom plump
geometry, waddly walk/peck animations, hatching egg item, and vanilla
chicken sounds. Mounted on all 4 servers via docker-compose.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-05 09:14:39 +01:00

115 lines
2.5 KiB
JSON

{
"format_version": "1.8.0",
"animations": {
"animation.heyhe_chicken.idle": {
"loop": true,
"animation_length": 2.0,
"bones": {
"body": {
"position": {
"0.0": [0, 0, 0],
"1.0": [0, 0.4, 0],
"2.0": [0, 0, 0]
}
},
"head": {
"rotation": {
"0.0": [0, 0, 0],
"0.4": [10, 0, 0],
"0.8": [0, 0, 0],
"1.4": [10, 0, 0],
"1.8": [0, 0, 0],
"2.0": [0, 0, 0]
}
}
}
},
"animation.heyhe_chicken.walk": {
"loop": true,
"animation_length": 0.8,
"bones": {
"body": {
"rotation": {
"0.0": [0, 0, 4],
"0.2": [0, 0, 0],
"0.4": [0, 0, -4],
"0.6": [0, 0, 0],
"0.8": [0, 0, 4]
}
},
"head": {
"rotation": {
"0.0": [0, 0, -4],
"0.2": [0, 0, 0],
"0.4": [0, 0, 4],
"0.6": [0, 0, 0],
"0.8": [0, 0, -4]
},
"position": {
"0.0": [0, 0, 0.5],
"0.4": [0, 0, -0.5],
"0.8": [0, 0, 0.5]
}
},
"leg_left": {
"rotation": {
"0.0": [ 15, 0, 0],
"0.4": [-15, 0, 0],
"0.8": [ 15, 0, 0]
}
},
"leg_right": {
"rotation": {
"0.0": [-15, 0, 0],
"0.4": [ 15, 0, 0],
"0.8": [-15, 0, 0]
}
}
}
},
"animation.heyhe_chicken.sit": {
"loop": true,
"animation_length": 1.6,
"bones": {
"body": {
"position": {
"0.0": [0, -2.5, 0],
"0.8": [0, -2.5, 0]
},
"rotation": {
"0.0": [5, 0, 0],
"0.8": [5, 0, 0]
}
},
"wing_left": {
"rotation": {
"0.0": [0, 0, -10],
"0.8": [0, 0, -18],
"1.6": [0, 0, -10]
}
},
"wing_right": {
"rotation": {
"0.0": [0, 0, 10],
"0.8": [0, 0, 18],
"1.6": [0, 0, 10]
}
},
"head": {
"rotation": {
"0.0": [ 0, 0, 0],
"0.4": [12, 0, 0],
"0.8": [ 0, 0, 0],
"1.2": [12, 0, 0],
"1.6": [ 0, 0, 0]
}
}
}
}
}
}