-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
05dc8a3
commit e2ae6f8
Showing
335 changed files
with
6,978 additions
and
56 deletions.
There are no files selected for viewing
4 changes: 4 additions & 0 deletions
4
...ed_java/data/animated_java/function/tyrogue/animations/ground_idle/apply_frame.mcfunction
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
# This file was generated by Animated Java via MC-Build. It is not recommended to edit this file directly. | ||
execute unless entity @s[type=item_display,tag=aj.tyrogue.root] run return run function animated_java:global/errors/function_not_executed_as_root_entity {'export_namespace': 'tyrogue', 'function_path': 'animated_java:tyrogue/animations/ground_idle/apply_frame'} | ||
$execute store result storage aj:temp frame int 1 run scoreboard players set @s aj.ground_idle.frame $(frame) | ||
execute at @s run function animated_java:tyrogue/animations/ground_idle/zzz/apply_frame with storage aj:temp |
6 changes: 6 additions & 0 deletions
6
...ted_java/data/animated_java/function/tyrogue/animations/ground_idle/next_frame.mcfunction
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
# This file was generated by Animated Java via MC-Build. It is not recommended to edit this file directly. | ||
execute unless entity @s[type=item_display,tag=aj.tyrogue.root] run return run function animated_java:global/errors/function_not_executed_as_root_entity {'export_namespace': 'tyrogue', 'function_path': 'animated_java:tyrogue/animations/ground_idle/next_frame'} | ||
execute if score @s aj.ground_idle.frame matches 2.. run scoreboard players set @s aj.ground_idle.frame 1 | ||
execute store result storage aj:temp frame int 1 run scoreboard players get @s aj.ground_idle.frame | ||
execute at @s run function animated_java:tyrogue/animations/ground_idle/zzz/apply_frame with storage aj:temp | ||
scoreboard players add @s aj.ground_idle.frame 1 |
3 changes: 3 additions & 0 deletions
3
animated_java/data/animated_java/function/tyrogue/animations/ground_idle/pause.mcfunction
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
# This file was generated by Animated Java via MC-Build. It is not recommended to edit this file directly. | ||
execute unless entity @s[type=item_display,tag=aj.tyrogue.root] run return run function animated_java:global/errors/function_not_executed_as_root_entity {'export_namespace': 'tyrogue', 'function_path': 'animated_java:tyrogue/animations/ground_idle/pause'} | ||
tag @s remove aj.tyrogue.animation.ground_idle.playing |
7 changes: 7 additions & 0 deletions
7
animated_java/data/animated_java/function/tyrogue/animations/ground_idle/play.mcfunction
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
# This file was generated by Animated Java via MC-Build. It is not recommended to edit this file directly. | ||
execute unless entity @s[type=item_display,tag=aj.tyrogue.root] run return run function animated_java:global/errors/function_not_executed_as_root_entity {'export_namespace': 'tyrogue', 'function_path': 'animated_java:tyrogue/animations/ground_idle/play'} | ||
tag @s add aj.tyrogue.animation.ground_idle.playing | ||
scoreboard players set @s aj.ground_idle.frame 0 | ||
tag @s add aj.transforms_only | ||
execute at @s run function animated_java:tyrogue/animations/ground_idle/zzz/set_frame {frame: 0} | ||
tag @s remove aj.transforms_only |
3 changes: 3 additions & 0 deletions
3
animated_java/data/animated_java/function/tyrogue/animations/ground_idle/resume.mcfunction
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
# This file was generated by Animated Java via MC-Build. It is not recommended to edit this file directly. | ||
execute unless entity @s[type=item_display,tag=aj.tyrogue.root] run return run function animated_java:global/errors/function_not_executed_as_root_entity {'export_namespace': 'tyrogue', 'function_path': 'animated_java:tyrogue/animations/ground_idle/resume'} | ||
tag @s add aj.tyrogue.animation.ground_idle.playing |
4 changes: 4 additions & 0 deletions
4
...ated_java/data/animated_java/function/tyrogue/animations/ground_idle/set_frame.mcfunction
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
# This file was generated by Animated Java via MC-Build. It is not recommended to edit this file directly. | ||
execute unless entity @s[type=item_display,tag=aj.tyrogue.root] run return run function animated_java:global/errors/function_not_executed_as_root_entity {'export_namespace': 'tyrogue', 'function_path': 'animated_java:tyrogue/animations/ground_idle/set_frame'} | ||
$execute store result storage aj:temp frame int 1 run scoreboard players set @s aj.ground_idle.frame $(frame) | ||
execute at @s run function animated_java:tyrogue/animations/ground_idle/zzz/set_frame with storage aj:temp |
7 changes: 7 additions & 0 deletions
7
animated_java/data/animated_java/function/tyrogue/animations/ground_idle/stop.mcfunction
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
# This file was generated by Animated Java via MC-Build. It is not recommended to edit this file directly. | ||
execute unless entity @s[type=item_display,tag=aj.tyrogue.root] run return run function animated_java:global/errors/function_not_executed_as_root_entity {'export_namespace': 'tyrogue', 'function_path': 'animated_java:tyrogue/animations/ground_idle/stop'} | ||
tag @s remove aj.tyrogue.animation.ground_idle.playing | ||
scoreboard players set @s aj.ground_idle.frame 0 | ||
tag @s add aj.transforms_only | ||
execute at @s run function animated_java:tyrogue/animations/ground_idle/zzz/set_frame {frame: 0} | ||
tag @s remove aj.transforms_only |
12 changes: 12 additions & 0 deletions
12
animated_java/data/animated_java/function/tyrogue/animations/ground_idle/tween.mcfunction
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
# This file was generated by Animated Java via MC-Build. It is not recommended to edit this file directly. | ||
execute unless entity @s[type=item_display,tag=aj.tyrogue.root] run return run function animated_java:global/errors/function_not_executed_as_root_entity {'export_namespace': 'tyrogue', 'function_path': 'animated_java:tyrogue/animations/ground_idle/tween'} | ||
function animated_java:tyrogue/animations/pause_all | ||
tag @s add aj.tyrogue.animation.ground_idle.playing | ||
$scoreboard players set @s aj.tween_duration $(duration) | ||
$scoreboard players set @s aj.ground_idle.frame $(to_frame) | ||
scoreboard players operation #this aj.i = @s aj.tween_duration | ||
tag @s add aj.transforms_only | ||
execute at @s run function animated_java:tyrogue/animations/ground_idle/zzz/apply_frame {frame: 0} | ||
$execute at @s run function animated_java:tyrogue/animations/ground_idle/zzz/apply_frame {frame: $(to_frame)} | ||
tag @s remove aj.transforms_only | ||
execute on passengers store result entity @s interpolation_duration int 1 run scoreboard players get #this aj.i |
2 changes: 2 additions & 0 deletions
2
...ava/data/animated_java/function/tyrogue/animations/ground_idle/zzz/apply_frame.mcfunction
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
# This file was generated by Animated Java via MC-Build. It is not recommended to edit this file directly. | ||
$execute on passengers if entity @s[type=marker] run function animated_java:tyrogue/animations/ground_idle/zzz/frames/$(frame) with entity @s data.bones |
38 changes: 38 additions & 0 deletions
38
...d_java/data/animated_java/function/tyrogue/animations/ground_idle/zzz/frames/0.mcfunction
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,38 @@ | ||
# This file was generated by Animated Java via MC-Build. It is not recommended to edit this file directly. | ||
$data merge entity $(bone_head2) { transformation: [-0.9992574536676101f,0.03506855119395295f,0.015960513991746472f,0.010511429722285366f,0.02463243202794568f,0.8999758293700503f,-0.4352433225703512f,1.3791117026695536f,-0.029627429556278888f,-0.4345269879614466f,-0.9001713793223157f,-0.24629310587824155f,0f,0f,0f,1f], start_interpolation: 0, interpolation_duration: 1 } | ||
$data merge entity $(bone_head1) { transformation: [-0.9992574536676101f,-0.003003826316415055f,0.03841247606161892f,-0.001247252591946843f,0.02463243202794568f,0.7168048006164822f,0.6968386621776622f,1.35171564997772f,-0.029627429556278888f,0.6972674198904076f,-0.716198548293182f,0.12751993520933097f,0f,0f,0f,1f], start_interpolation: 0, interpolation_duration: 1 } | ||
$data merge entity $(bone_eyelid_right) { transformation: [-0.9935035603608895f,0.10939582407581207f,0.03135648617128589f,-0.08361618849474388f,0.11143502991220136f,0.9910827586241335f,0.07305614051155596f,1.195983058830606f,-0.023084836120337557f,0.0760757466788951f,-0.9968347762335268f,0.13922195225113548f,0f,0f,0f,1f], start_interpolation: 0, interpolation_duration: 1 } | ||
$data merge entity $(bone_eye_right) { transformation: [-0.9935035603608895f,0.10939582407581207f,0.03135648617128589f,-0.08381216653331441f,0.11143502991220136f,0.9910827586241335f,0.07305614051155596f,1.1955264579524087f,-0.023084836120337557f,0.0760757466788951f,-0.9968347762335268f,0.145452169602595f,0f,0f,0f,1f], start_interpolation: 0, interpolation_duration: 1 } | ||
$data merge entity $(bone_eyelid_left) { transformation: [-0.997406394383773f,-0.06478622706525632f,0.03135648617128589f,0.13497137949504584f,-0.06235763353751178f,0.995376474442287f,0.07305614051155596f,1.1905947143244928f,-0.035944540363765855f,0.0709113454215323f,-0.9968347762335268f,0.1457029524665715f,0f,0f,0f,1f], start_interpolation: 0, interpolation_duration: 1 } | ||
$data merge entity $(bone_eye_left) { transformation: [-0.997406394383773f,-0.06478622706525632f,0.03135648617128589f,0.1347754014564753f,-0.06235763353751178f,0.995376474442287f,0.07305614051155596f,1.1901381134462956f,-0.035944540363765855f,0.0709113454215323f,-0.9968347762335268f,0.151933169818031f,0f,0f,0f,1f], start_interpolation: 0, interpolation_duration: 1 } | ||
$data merge entity $(bone_mouth_closed) { transformation: [-0.9992574536676101f,0.02238999921200513f,0.03135648617128589f,-0.0030644736639575017f,0.02463243202794568f,0.9970235923116084f,0.07305614051155596f,1.0226868164665215f,-0.029627429556278888f,0.07377427945661004f,-0.9968347762335268f,-0.08474649389766502f,0f,0f,0f,1f], start_interpolation: 0, interpolation_duration: 1 } | ||
$data merge entity $(bone_mouth_open) { transformation: [-0.9992574536676101f,0.02238999921200513f,0.03135648617128589f,-0.003568183100762125f,0.02463243202794568f,0.9970235923116084f,0.07305614051155596f,0.991986430084981f,-0.029627429556278888f,0.07377427945661004f,-0.9968347762335268f,-0.09328215748214362f,0f,0f,0f,1f], start_interpolation: 0, interpolation_duration: 1 } | ||
$data merge entity $(bone_head) { transformation: [-0.9992574536676101f,0.02238999921200513f,0.03135648617128589f,0.027462634287780154f,0.02463243202794568f,0.9970235923116084f,0.07305614051155596f,0.9907600657059104f,-0.029627429556278888f,0.07377427945661004f,-0.9968347762335268f,-0.08612608295705036f,0f,0f,0f,1f], start_interpolation: 0, interpolation_duration: 1 } | ||
$data merge entity $(bone_neck) { transformation: [-0.9892924065952351f,-0.13704131629059457f,-0.05020171194639589f,0.038168987122982855f,-0.13469626808776464f,0.9897496697575666f,-0.047460579200181846f,0.9134358727561005f,0.05619118806571671f,-0.04019040736455515f,-0.9976107865994805f,-0.08298620738169449f,0f,0f,0f,1f], start_interpolation: 0, interpolation_duration: 1 } | ||
$data merge entity $(bone_finger_left2) { transformation: [0.8889592222922623f,0.4579743171003464f,-0.003320538812842583f,0.4257743664627722f,0.44411918774903014f,-0.8637907828117907f,-0.23795720330037384f,0.20755566366888423f,-0.1118465385010993f,0.21005953538429337f,-0.9712699642321168f,0.08602410838976719f,0f,0f,0f,1f], start_interpolation: 0, interpolation_duration: 1 } | ||
$data merge entity $(bone_finger_left) { transformation: [0.2629180607111068f,0.9648124519169015f,-0.003320538812842583f,0.4586391240516606f,0.936895942170075f,-0.2561295823264309f,-0.23795720330037384f,0.3246676564401436f,-0.23043456098675444f,0.05945224708440241f,-0.9712699642321168f,0.05721978826642289f,0f,0f,0f,1f], start_interpolation: 0, interpolation_duration: 1 } | ||
$data merge entity $(bone_finger_left4) { transformation: [0.9976319488232646f,0.01969855325970027f,-0.06589735720474597f,0.3800558874793374f,0.00020660657284077288f,-0.9589625386848525f,-0.2835327259997099f,0.21051657762274595f,-0.06877828146165911f,0.28284769116713204f,-0.9566957361672539f,-0.0012263047295002702f,0f,0f,0f,1f], start_interpolation: 0, interpolation_duration: 1 } | ||
$data merge entity $(bone_finger_left3) { transformation: [0.6261754884689535f,0.7768923966381043f,-0.06589735720474597f,0.4583278235379566f,0.7347407280639012f,-0.6162509682031353f,-0.2835327259997099f,0.3023591686307336f,-0.2608837292067023f,0.12912377098970032f,-0.9566957361672539f,-0.033836770880338055f,0f,0f,0f,1f], start_interpolation: 0, interpolation_duration: 1 } | ||
$data merge entity $(bone_thumb_left2) { transformation: [-0.4582436828941059f,0.7887961799336155f,0.4096502332597667f,0.3946968890963103f,0.7128137863719071f,0.050821946148867786f,0.6995095680173264f,0.36274386384237456f,0.5309512529844816f,0.6125501745259542f,-0.58555362746928f,0.18281005973810144f,0f,0f,0f,1f], start_interpolation: 0, interpolation_duration: 1 } | ||
$data merge entity $(bone_thumb_left) { transformation: [-0.4582436828941059f,0.8479476100314287f,0.2664537065413693f,0.44232371750442223f,0.7128137863719071f,0.17151840833736431f,0.6800573075554458f,0.4254755964626832f,0.5309512529844816f,0.5015638406458398f,-0.6830259736721613f,0.0808395863733162f,0f,0f,0f,1f], start_interpolation: 0, interpolation_duration: 1 } | ||
$data merge entity $(bone_hand_left) { transformation: [-0.17569127257696382f,0.9844397141330085f,-0.003320538812842583f,0.36950423032134494f,0.9563060919235682f,0.16986767775929704f,-0.23795720330037384f,0.45231950953854005f,-0.23369046897586312f,-0.04498245536188804f,-0.9712699642321168f,-0.02201122362431819f,0f,0f,0f,1f], start_interpolation: 0, interpolation_duration: 1 } | ||
$data merge entity $(bone_arm_left2) { transformation: [-0.3431699049287786f,0.93565346976664f,0.08238325597365209f,0.28886070758750354f,0.9139246772492882f,0.3528609475865761f,-0.2005762597694155f,0.6682646626152736f,-0.216739707174199f,0.0064603546304251094f,-0.9762080532100172f,-0.13720915374349402f,0f,0f,0f,1f], start_interpolation: 0, interpolation_duration: 1 } | ||
$data merge entity $(bone_arm_left) { transformation: [-0.3215573054075497f,0.9455601968721389f,-0.05016785255676781f,0.21160687202041412f,0.9047769747539778f,0.3224493057025908f,0.2782176687540838f,0.8770703020066378f,0.2792481428659387f,0.04407220601511741f,-0.9592070242460099f,-0.0074466790116337195f,0f,0f,0f,1f], start_interpolation: 0, interpolation_duration: 1 } | ||
$data merge entity $(bone_finger_right2) { transformation: [0.7072607711502674f,-0.11317701327814636f,0.6978346260091767f,-0.5484157377478034f,0.6645214319869281f,0.44325898998277935f,-0.6016084559158795f,0.6256438978589174f,-0.2412332232964016f,0.8892201254272671f,0.3887082460061067f,0.08873075520333762f,0f,0f,0f,1f], start_interpolation: 0, interpolation_duration: 1 } | ||
$data merge entity $(bone_finger_right) { transformation: [-0.08221901229436873f,-0.7115243275953193f,0.6978346260091767f,-0.5381383612110073f,0.4718231233968717f,-0.6445542692423436f,-0.6016084559158795f,0.5666660074343084f,0.8778513394905534f,0.27979085982479374f,0.3887082460061067f,-0.021000662232981554f,0f,0f,0f,1f], start_interpolation: 0, interpolation_duration: 1 } | ||
$data merge entity $(bone_finger_right4) { transformation: [0.6779818975656965f,-0.23225350857845126f,0.6974230096048f,-0.47882449437982544f,0.7022708930005459f,0.4849364022752112f,-0.5212027231246881f,0.591536924316573f,-0.21715464401534995f,0.8431458909947755f,0.49188298108512857f,0.11021731505980727f,0f,0f,0f,1f], start_interpolation: 0, interpolation_duration: 1 } | ||
$data merge entity $(bone_finger_right3) { transformation: [-0.04886503485742716f,-0.7149918559271606f,0.6974230096048f,-0.472716365022647f,0.6501736769950271f,-0.5528308160279922f,-0.5212027231246881f,0.5102652146921947f,0.7582126338377305f,0.4279774933424172f,0.49188298108512857f,0.015440735830090951f,0f,0f,0f,1f], start_interpolation: 0, interpolation_duration: 1 } | ||
$data merge entity $(bone_thumb_right2) { transformation: [-0.30071299380921523f,-0.5780473090443301f,-0.7585730049645241f,-0.539306211852898f,-0.437296153108626f,0.7904196896794963f,-0.42896245598346483f,0.7407274114825685f,0.8475516325455907f,0.2027264725524955f,-0.49046733580915075f,-0.09183622578747909f,0f,0f,0f,1f], start_interpolation: 0, interpolation_duration: 1 } | ||
$data merge entity $(bone_thumb_right) { transformation: [-0.30071299380921523f,-0.9105292785809145f,0.2837395428931585f,-0.5132360500477912f,-0.437296153108626f,-0.13275339893024984f,-0.8894653503925057f,0.6158787378988607f,0.8475516325455907f,-0.39155199899807125f,-0.3582502787855417f,-0.1101315221186221f,0f,0f,0f,1f], start_interpolation: 0, interpolation_duration: 1 } | ||
$data merge entity $(bone_hand_right) { transformation: [-0.614541965412227f,-0.36791983840221204f,0.6978346260091767f,-0.3864101911210284f,-0.22413156366395182f,-0.7667022289911926f,-0.6016084559158795f,0.6214050571976936f,0.7563750491104457f,-0.5261204088134455f,0.3887082460061067f,-0.0880810390741121f,0f,0f,0f,1f], start_interpolation: 0, interpolation_duration: 1 } | ||
$data merge entity $(bone_arm_right2) { transformation: [-0.6389562666328302f,-0.7147302726273806f,-0.2844213893514793f,-0.22359126112328903f,-0.40267411822532584f,0.6258074074544666f,-0.6679959904719306f,0.6949948910142956f,0.6554299686786467f,-0.3122910920361156f,-0.6876669469974536f,-0.3132509427429553f,0f,0f,0f,1f], start_interpolation: 0, interpolation_duration: 1 } | ||
$data merge entity $(bone_arm_right) { transformation: [-0.5198975107987264f,-0.7695174146871074f,0.3708767002098658f,-0.11679667718672405f,-0.8120192242213597f,0.5799884771774282f,0.06510104328157237f,0.8939308818645373f,-0.26520059909477867f,-0.2673131400337035f,-0.92639749967554f,-0.18905094923953936f,0f,0f,0f,1f], start_interpolation: 0, interpolation_duration: 1 } | ||
$data merge entity $(bone_torso) { transformation: [-0.859323046252169f,0.10620935547264794f,0.500283394677434f,1.9135106236677394e-18f,-0.004701175170957542f,0.97651721114741f,-0.21538810386113902f,0.5625f,-0.5114115770413342f,-0.18743988140993248f,-0.8386444358159935f,-0.015625f,0f,0f,0f,1f], start_interpolation: 0, interpolation_duration: 1 } | ||
$data merge entity $(bone_foot_right) { transformation: [-0.793353340291235f,-0.026553800585006893f,0.6081820230187929f,-0.0641256524819751f,1.3877787807814457e-17f,0.9990482215818577f,0.04361938736533602f,0.14102311015434174f,-0.6087614290087208f,0.03460558666774663f,-0.7925982437039848f,-0.1759288362807674f,0f,0f,0f,1f], start_interpolation: 0, interpolation_duration: 1 } | ||
$data merge entity $(bone_leg_right3) { transformation: [-0.793353340291235f,-0.13176008867505537f,0.5943313524298389f,-0.1198001244787697f,1.3877787807814457e-17f,0.9762960071199334f,0.2164396139381029f,0.26478726028445093f,-0.6087614290087208f,0.17171309068913929f,-0.7745476983615945f,-0.10337245175500753f,0f,0f,0f,1f], start_interpolation: 0, interpolation_duration: 1 } | ||
$data merge entity $(bone_leg_right2) { transformation: [-0.793353340291235f,-0.13176008867505537f,0.5943313524298389f,-0.12181478357081464f,1.3877787807814457e-17f,0.9762960071199334f,0.2164396139381029f,0.42409724933250625f,-0.6087614290087208f,0.17171309068913929f,-0.7745476983615945f,-0.10074689690862934f,0f,0f,0f,1f], start_interpolation: 0, interpolation_duration: 1 } | ||
$data merge entity $(bone_leg_right) { transformation: [-0.793353340291235f,-0.13176008867505537f,0.5943313524298389f,-0.10937499999999999f,1.3877787807814457e-17f,0.9762960071199334f,0.2164396139381029f,0.515625f,-0.6087614290087208f,0.17171309068913929f,-0.7745476983615945f,-0.06562500000000002f,0f,0f,0f,1f], start_interpolation: 0, interpolation_duration: 1 } | ||
$data merge entity $(bone_foot_left) { transformation: [-0.9762960071199334f,0f,-0.21643961393810277f,0.1174955122869322f,0f,1f,0f,0.125f,0.21643961393810277f,0f,-0.9762960071199334f,0.00960201184193639f,0f,0f,0f,1f], start_interpolation: 0, interpolation_duration: 1 } | ||
$data merge entity $(bone_leg_left3) { transformation: [-0.9762960071199334f,0f,-0.21643961393810277f,0.13102298815806362f,0f,1f,0f,0.265625f,0.21643961393810277f,0f,-0.9762960071199334f,0.07062051228693222f,0f,0f,0f,1f], start_interpolation: 0, interpolation_duration: 1 } | ||
$data merge entity $(bone_leg_left2) { transformation: [-0.9762960071199334f,0f,-0.21643961393810277f,0.12425925022249792f,0f,1f,0f,0.421875f,0.21643961393810277f,0f,-0.9762960071199334f,0.0401112620644343f,0f,0f,0f,1f], start_interpolation: 0, interpolation_duration: 1 } | ||
$data merge entity $(bone_leg_left) { transformation: [-0.9762960071199334f,0f,-0.21643961393810277f,0.09375f,0f,1f,0f,0.515625f,0.21643961393810277f,0f,-0.9762960071199334f,0.046875000000000014f,0f,0f,0f,1f], start_interpolation: 0, interpolation_duration: 1 } |
Oops, something went wrong.