mirror of
https://github.com/Mojang/bedrock-samples.git
synced 2024-11-13 14:49:28 +00:00
a3b394c507
Initial layout
73 lines
1.6 KiB
JSON
73 lines
1.6 KiB
JSON
{
|
|
"format_version" : "1.8.0",
|
|
"animations" : {
|
|
"animation.enderman.arms_legs" : {
|
|
"loop" : true,
|
|
"bones" : {
|
|
"leftarm" : {
|
|
"rotation" : [ "math.clamp(this, -22.92, 22.92) - this", 0.0, 0.0 ]
|
|
},
|
|
"leftleg" : {
|
|
"rotation" : [ "math.clamp(this, -22.92, 22.92) - this", 0.0, 0.0 ]
|
|
},
|
|
"rightarm" : {
|
|
"rotation" : [ "math.clamp(this, -22.92, 22.92) - this", 0.0, 0.0 ]
|
|
},
|
|
"rightleg" : {
|
|
"rotation" : [ "math.clamp(this, -22.92, 22.92) - this", 0.0, 0.0 ]
|
|
}
|
|
}
|
|
},
|
|
"animation.enderman.base_pose" : {
|
|
"loop" : true,
|
|
"bones" : {
|
|
"body" : {
|
|
"position" : [ "-this", "11.0 - this", "-this" ],
|
|
"rotation" : [ "-this", 0.0, 0.0 ]
|
|
},
|
|
"hat" : {
|
|
"position" : [ "-this", "-this", "-this" ],
|
|
"rotation" : [ "-this", "-this", "-this" ]
|
|
},
|
|
"head" : {
|
|
"position" : [ "-this", "-this", "-this" ]
|
|
},
|
|
"leftarm" : {
|
|
"position" : [ "4.0-this", 0.0, "-this" ]
|
|
},
|
|
"leftleg" : {
|
|
"position" : [ 0.0, "-5.0 - this", 0.0 ]
|
|
},
|
|
"rightarm" : {
|
|
"position" : [ "-4.0-this", 0.0, "-this" ]
|
|
},
|
|
"rightleg" : {
|
|
"position" : [ 0.0, "-5.0 - this", 0.0 ]
|
|
}
|
|
}
|
|
},
|
|
"animation.enderman.carrying" : {
|
|
"loop" : true,
|
|
"bones" : {
|
|
"leftarm" : {
|
|
"rotation" : [ "-28.65 - this", 0.0, "-2.87 - this" ]
|
|
},
|
|
"rightarm" : {
|
|
"rotation" : [ "-28.65 - this", 0.0, "2.87 - this" ]
|
|
}
|
|
}
|
|
},
|
|
"animation.enderman.scary_face" : {
|
|
"loop" : true,
|
|
"bones" : {
|
|
"hat" : {
|
|
"position" : [ 0.0, "-5.0 - this", 0.0 ]
|
|
},
|
|
"head" : {
|
|
"position" : [ 0.0, "5.0 - this", 0.0 ]
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|