why my plane feels like 2 fps when I fly it ?
{ "format_version": "1.8.0", "animations": { "animation.fighter.fly": { "loop": true, "bones": { "plane": { "rotation": [ "query.target_x_rotation*2", 0, "math.clamp(query.yaw_speed, -45, 45)*-1" ] } } } } }
#(solved) smoother animations
1 messages · Page 1 of 1 (latest)
It must be because of the plane's flight animation and how awful Minecraft is at optimizing itself.
lol
np twin
Thank you, darling.
With everything you've given me, I can probably make a DLC for the addon, possibly Rank V and VI of the US and the USSR
{
"format_version": "1.8.0",
"animations": {
"animation.fighter.fly": {
"loop": true,
"bones": {
"plane": {
"rotation": [
"query.target_x_rotation * 2",
0,
"variable.bank = math.clamp(math.lerp(variable.bank, query.yaw_speed * -1, 0.12), -30, 30)"
]
}
}
}
}
}
Try this @clever fable
okay thx