1
0
mirror of https://github.com/Mojang/bedrock-samples.git synced 2024-11-13 14:49:28 +00:00
bedrock-samples/resource_pack/animations/pig.animation.json
Mike Ammerlaan a3b394c507 1.19.30
Initial layout
2022-09-23 06:24:26 -07:00

31 lines
485 B
JSON

{
"format_version" : "1.8.0",
"animations" : {
"animation.pig.baby_transform" : {
"loop" : true,
"bones" : {
"head" : {
"position" : [ 0.0, 4.0, 4.0 ],
"scale" : 2.0
}
}
},
"animation.pig.setup" : {
"loop" : true,
"bones" : {
"body" : {
"rotation" : [ "-this", 0.0, 0.0 ]
}
}
},
"animation.pig.setup.v1.0" : {
"loop" : true,
"bones" : {
"body" : {
"rotation" : [ "90.0 - this", 0.0, 0.0 ]
}
}
}
}
}